Get Stack Result
constructor(capabilities: List<StackCapabilitiesItem>? = null, changeSetId: String? = null, creationTime: String? = null, description: String? = null, disableRollback: Boolean? = null, enableTerminationProtection: Boolean? = null, lastUpdateTime: String? = null, notificationArns: List<String>? = null, outputs: List<StackOutput>? = null, parameters: Map<String, String>? = null, parentId: String? = null, roleArn: String? = null, rootId: String? = null, stackId: String? = null, stackPolicyBody: Any? = null, stackStatus: StackStatus? = null, stackStatusReason: String? = null, tags: List<Tag>? = null, templateBody: Any? = null, timeoutInMinutes: Int? = null)