Documentation ¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type CancelUpdateStackRequest
- func (s CancelUpdateStackRequest) GoString() string
- func (s *CancelUpdateStackRequest) SetCancelType(v string) *CancelUpdateStackRequest
- func (s *CancelUpdateStackRequest) SetRegionId(v string) *CancelUpdateStackRequest
- func (s *CancelUpdateStackRequest) SetStackId(v string) *CancelUpdateStackRequest
- func (s CancelUpdateStackRequest) String() string
- type CancelUpdateStackResponse
- func (s CancelUpdateStackResponse) GoString() string
- func (s *CancelUpdateStackResponse) SetBody(v *CancelUpdateStackResponseBody) *CancelUpdateStackResponse
- func (s *CancelUpdateStackResponse) SetHeaders(v map[string]*string) *CancelUpdateStackResponse
- func (s *CancelUpdateStackResponse) SetStatusCode(v int32) *CancelUpdateStackResponse
- func (s CancelUpdateStackResponse) String() string
- type CancelUpdateStackResponseBody
- type Client
- func (client *Client) CancelUpdateStack(request *CancelUpdateStackRequest) (_result *CancelUpdateStackResponse, _err error)
- func (client *Client) CancelUpdateStackWithOptions(request *CancelUpdateStackRequest, runtime *util.RuntimeOptions) (_result *CancelUpdateStackResponse, _err error)
- func (client *Client) ContinueCreateStack(request *ContinueCreateStackRequest) (_result *ContinueCreateStackResponse, _err error)
- func (client *Client) ContinueCreateStackWithOptions(request *ContinueCreateStackRequest, runtime *util.RuntimeOptions) (_result *ContinueCreateStackResponse, _err error)
- func (client *Client) CreateChangeSet(request *CreateChangeSetRequest) (_result *CreateChangeSetResponse, _err error)
- func (client *Client) CreateChangeSetWithOptions(request *CreateChangeSetRequest, runtime *util.RuntimeOptions) (_result *CreateChangeSetResponse, _err error)
- func (client *Client) CreateStack(request *CreateStackRequest) (_result *CreateStackResponse, _err error)
- func (client *Client) CreateStackGroup(request *CreateStackGroupRequest) (_result *CreateStackGroupResponse, _err error)
- func (client *Client) CreateStackGroupWithOptions(tmpReq *CreateStackGroupRequest, runtime *util.RuntimeOptions) (_result *CreateStackGroupResponse, _err error)
- func (client *Client) CreateStackInstances(request *CreateStackInstancesRequest) (_result *CreateStackInstancesResponse, _err error)
- func (client *Client) CreateStackInstancesWithOptions(tmpReq *CreateStackInstancesRequest, runtime *util.RuntimeOptions) (_result *CreateStackInstancesResponse, _err error)
- func (client *Client) CreateStackWithOptions(request *CreateStackRequest, runtime *util.RuntimeOptions) (_result *CreateStackResponse, _err error)
- func (client *Client) CreateTemplate(request *CreateTemplateRequest) (_result *CreateTemplateResponse, _err error)
- func (client *Client) CreateTemplateScratch(request *CreateTemplateScratchRequest) (_result *CreateTemplateScratchResponse, _err error)
- func (client *Client) CreateTemplateScratchWithOptions(tmpReq *CreateTemplateScratchRequest, runtime *util.RuntimeOptions) (_result *CreateTemplateScratchResponse, _err error)
- func (client *Client) CreateTemplateWithOptions(request *CreateTemplateRequest, runtime *util.RuntimeOptions) (_result *CreateTemplateResponse, _err error)
- func (client *Client) DeleteChangeSet(request *DeleteChangeSetRequest) (_result *DeleteChangeSetResponse, _err error)
- func (client *Client) DeleteChangeSetWithOptions(request *DeleteChangeSetRequest, runtime *util.RuntimeOptions) (_result *DeleteChangeSetResponse, _err error)
- func (client *Client) DeleteStack(request *DeleteStackRequest) (_result *DeleteStackResponse, _err error)
- func (client *Client) DeleteStackGroup(request *DeleteStackGroupRequest) (_result *DeleteStackGroupResponse, _err error)
- func (client *Client) DeleteStackGroupWithOptions(request *DeleteStackGroupRequest, runtime *util.RuntimeOptions) (_result *DeleteStackGroupResponse, _err error)
- func (client *Client) DeleteStackInstances(request *DeleteStackInstancesRequest) (_result *DeleteStackInstancesResponse, _err error)
- func (client *Client) DeleteStackInstancesWithOptions(tmpReq *DeleteStackInstancesRequest, runtime *util.RuntimeOptions) (_result *DeleteStackInstancesResponse, _err error)
- func (client *Client) DeleteStackWithOptions(request *DeleteStackRequest, runtime *util.RuntimeOptions) (_result *DeleteStackResponse, _err error)
- func (client *Client) DeleteTemplate(request *DeleteTemplateRequest) (_result *DeleteTemplateResponse, _err error)
- func (client *Client) DeleteTemplateScratch(request *DeleteTemplateScratchRequest) (_result *DeleteTemplateScratchResponse, _err error)
- func (client *Client) DeleteTemplateScratchWithOptions(request *DeleteTemplateScratchRequest, runtime *util.RuntimeOptions) (_result *DeleteTemplateScratchResponse, _err error)
- func (client *Client) DeleteTemplateWithOptions(request *DeleteTemplateRequest, runtime *util.RuntimeOptions) (_result *DeleteTemplateResponse, _err error)
- func (client *Client) DescribeRegions(request *DescribeRegionsRequest) (_result *DescribeRegionsResponse, _err error)
- func (client *Client) DescribeRegionsWithOptions(request *DescribeRegionsRequest, runtime *util.RuntimeOptions) (_result *DescribeRegionsResponse, _err error)
- func (client *Client) DetectStackDrift(request *DetectStackDriftRequest) (_result *DetectStackDriftResponse, _err error)
- func (client *Client) DetectStackDriftWithOptions(request *DetectStackDriftRequest, runtime *util.RuntimeOptions) (_result *DetectStackDriftResponse, _err error)
- func (client *Client) DetectStackGroupDrift(request *DetectStackGroupDriftRequest) (_result *DetectStackGroupDriftResponse, _err error)
- func (client *Client) DetectStackGroupDriftWithOptions(tmpReq *DetectStackGroupDriftRequest, runtime *util.RuntimeOptions) (_result *DetectStackGroupDriftResponse, _err error)
- func (client *Client) DetectStackResourceDrift(request *DetectStackResourceDriftRequest) (_result *DetectStackResourceDriftResponse, _err error)
- func (client *Client) DetectStackResourceDriftWithOptions(request *DetectStackResourceDriftRequest, runtime *util.RuntimeOptions) (_result *DetectStackResourceDriftResponse, _err error)
- func (client *Client) ExecuteChangeSet(request *ExecuteChangeSetRequest) (_result *ExecuteChangeSetResponse, _err error)
- func (client *Client) ExecuteChangeSetWithOptions(request *ExecuteChangeSetRequest, runtime *util.RuntimeOptions) (_result *ExecuteChangeSetResponse, _err error)
- func (client *Client) GenerateTemplateByScratch(request *GenerateTemplateByScratchRequest) (_result *GenerateTemplateByScratchResponse, _err error)
- func (client *Client) GenerateTemplateByScratchWithOptions(request *GenerateTemplateByScratchRequest, runtime *util.RuntimeOptions) (_result *GenerateTemplateByScratchResponse, _err error)
- func (client *Client) GenerateTemplatePolicy(request *GenerateTemplatePolicyRequest) (_result *GenerateTemplatePolicyResponse, _err error)
- func (client *Client) GenerateTemplatePolicyWithOptions(request *GenerateTemplatePolicyRequest, runtime *util.RuntimeOptions) (_result *GenerateTemplatePolicyResponse, _err error)
- func (client *Client) GetChangeSet(request *GetChangeSetRequest) (_result *GetChangeSetResponse, _err error)
- func (client *Client) GetChangeSetWithOptions(request *GetChangeSetRequest, runtime *util.RuntimeOptions) (_result *GetChangeSetResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetFeatureDetails(request *GetFeatureDetailsRequest) (_result *GetFeatureDetailsResponse, _err error)
- func (client *Client) GetFeatureDetailsWithOptions(request *GetFeatureDetailsRequest, runtime *util.RuntimeOptions) (_result *GetFeatureDetailsResponse, _err error)
- func (client *Client) GetResourceType(request *GetResourceTypeRequest) (_result *GetResourceTypeResponse, _err error)
- func (client *Client) GetResourceTypeTemplate(request *GetResourceTypeTemplateRequest) (_result *GetResourceTypeTemplateResponse, _err error)
- func (client *Client) GetResourceTypeTemplateWithOptions(request *GetResourceTypeTemplateRequest, runtime *util.RuntimeOptions) (_result *GetResourceTypeTemplateResponse, _err error)
- func (client *Client) GetResourceTypeWithOptions(request *GetResourceTypeRequest, runtime *util.RuntimeOptions) (_result *GetResourceTypeResponse, _err error)
- func (client *Client) GetServiceProvisions(request *GetServiceProvisionsRequest) (_result *GetServiceProvisionsResponse, _err error)
- func (client *Client) GetServiceProvisionsWithOptions(request *GetServiceProvisionsRequest, runtime *util.RuntimeOptions) (_result *GetServiceProvisionsResponse, _err error)
- func (client *Client) GetStack(request *GetStackRequest) (_result *GetStackResponse, _err error)
- func (client *Client) GetStackDriftDetectionStatus(request *GetStackDriftDetectionStatusRequest) (_result *GetStackDriftDetectionStatusResponse, _err error)
- func (client *Client) GetStackDriftDetectionStatusWithOptions(request *GetStackDriftDetectionStatusRequest, runtime *util.RuntimeOptions) (_result *GetStackDriftDetectionStatusResponse, _err error)
- func (client *Client) GetStackGroup(request *GetStackGroupRequest) (_result *GetStackGroupResponse, _err error)
- func (client *Client) GetStackGroupOperation(request *GetStackGroupOperationRequest) (_result *GetStackGroupOperationResponse, _err error)
- func (client *Client) GetStackGroupOperationWithOptions(request *GetStackGroupOperationRequest, runtime *util.RuntimeOptions) (_result *GetStackGroupOperationResponse, _err error)
- func (client *Client) GetStackGroupWithOptions(request *GetStackGroupRequest, runtime *util.RuntimeOptions) (_result *GetStackGroupResponse, _err error)
- func (client *Client) GetStackInstance(request *GetStackInstanceRequest) (_result *GetStackInstanceResponse, _err error)
- func (client *Client) GetStackInstanceWithOptions(request *GetStackInstanceRequest, runtime *util.RuntimeOptions) (_result *GetStackInstanceResponse, _err error)
- func (client *Client) GetStackPolicy(request *GetStackPolicyRequest) (_result *GetStackPolicyResponse, _err error)
- func (client *Client) GetStackPolicyWithOptions(request *GetStackPolicyRequest, runtime *util.RuntimeOptions) (_result *GetStackPolicyResponse, _err error)
- func (client *Client) GetStackResource(request *GetStackResourceRequest) (_result *GetStackResourceResponse, _err error)
- func (client *Client) GetStackResourceWithOptions(request *GetStackResourceRequest, runtime *util.RuntimeOptions) (_result *GetStackResourceResponse, _err error)
- func (client *Client) GetStackWithOptions(request *GetStackRequest, runtime *util.RuntimeOptions) (_result *GetStackResponse, _err error)
- func (client *Client) GetTemplate(request *GetTemplateRequest) (_result *GetTemplateResponse, _err error)
- func (client *Client) GetTemplateEstimateCost(request *GetTemplateEstimateCostRequest) (_result *GetTemplateEstimateCostResponse, _err error)
- func (client *Client) GetTemplateEstimateCostWithOptions(request *GetTemplateEstimateCostRequest, runtime *util.RuntimeOptions) (_result *GetTemplateEstimateCostResponse, _err error)
- func (client *Client) GetTemplateParameterConstraints(request *GetTemplateParameterConstraintsRequest) (_result *GetTemplateParameterConstraintsResponse, _err error)
- func (client *Client) GetTemplateParameterConstraintsWithOptions(tmpReq *GetTemplateParameterConstraintsRequest, runtime *util.RuntimeOptions) (_result *GetTemplateParameterConstraintsResponse, _err error)
- func (client *Client) GetTemplateScratch(request *GetTemplateScratchRequest) (_result *GetTemplateScratchResponse, _err error)
- func (client *Client) GetTemplateScratchWithOptions(request *GetTemplateScratchRequest, runtime *util.RuntimeOptions) (_result *GetTemplateScratchResponse, _err error)
- func (client *Client) GetTemplateSummary(request *GetTemplateSummaryRequest) (_result *GetTemplateSummaryResponse, _err error)
- func (client *Client) GetTemplateSummaryWithOptions(request *GetTemplateSummaryRequest, runtime *util.RuntimeOptions) (_result *GetTemplateSummaryResponse, _err error)
- func (client *Client) GetTemplateWithOptions(request *GetTemplateRequest, runtime *util.RuntimeOptions) (_result *GetTemplateResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListChangeSets(request *ListChangeSetsRequest) (_result *ListChangeSetsResponse, _err error)
- func (client *Client) ListChangeSetsWithOptions(request *ListChangeSetsRequest, runtime *util.RuntimeOptions) (_result *ListChangeSetsResponse, _err error)
- func (client *Client) ListResourceTypes(request *ListResourceTypesRequest) (_result *ListResourceTypesResponse, _err error)
- func (client *Client) ListResourceTypesWithOptions(request *ListResourceTypesRequest, runtime *util.RuntimeOptions) (_result *ListResourceTypesResponse, _err error)
- func (client *Client) ListStackEvents(request *ListStackEventsRequest) (_result *ListStackEventsResponse, _err error)
- func (client *Client) ListStackEventsWithOptions(request *ListStackEventsRequest, runtime *util.RuntimeOptions) (_result *ListStackEventsResponse, _err error)
- func (client *Client) ListStackGroupOperationResults(request *ListStackGroupOperationResultsRequest) (_result *ListStackGroupOperationResultsResponse, _err error)
- func (client *Client) ListStackGroupOperationResultsWithOptions(request *ListStackGroupOperationResultsRequest, runtime *util.RuntimeOptions) (_result *ListStackGroupOperationResultsResponse, _err error)
- func (client *Client) ListStackGroupOperations(request *ListStackGroupOperationsRequest) (_result *ListStackGroupOperationsResponse, _err error)
- func (client *Client) ListStackGroupOperationsWithOptions(request *ListStackGroupOperationsRequest, runtime *util.RuntimeOptions) (_result *ListStackGroupOperationsResponse, _err error)
- func (client *Client) ListStackGroups(request *ListStackGroupsRequest) (_result *ListStackGroupsResponse, _err error)
- func (client *Client) ListStackGroupsWithOptions(request *ListStackGroupsRequest, runtime *util.RuntimeOptions) (_result *ListStackGroupsResponse, _err error)
- func (client *Client) ListStackInstances(request *ListStackInstancesRequest) (_result *ListStackInstancesResponse, _err error)
- func (client *Client) ListStackInstancesWithOptions(request *ListStackInstancesRequest, runtime *util.RuntimeOptions) (_result *ListStackInstancesResponse, _err error)
- func (client *Client) ListStackOperationRisks(request *ListStackOperationRisksRequest) (_result *ListStackOperationRisksResponse, _err error)
- func (client *Client) ListStackOperationRisksWithOptions(request *ListStackOperationRisksRequest, runtime *util.RuntimeOptions) (_result *ListStackOperationRisksResponse, _err error)
- func (client *Client) ListStackResourceDrifts(request *ListStackResourceDriftsRequest) (_result *ListStackResourceDriftsResponse, _err error)
- func (client *Client) ListStackResourceDriftsWithOptions(request *ListStackResourceDriftsRequest, runtime *util.RuntimeOptions) (_result *ListStackResourceDriftsResponse, _err error)
- func (client *Client) ListStackResources(request *ListStackResourcesRequest) (_result *ListStackResourcesResponse, _err error)
- func (client *Client) ListStackResourcesWithOptions(request *ListStackResourcesRequest, runtime *util.RuntimeOptions) (_result *ListStackResourcesResponse, _err error)
- func (client *Client) ListStacks(request *ListStacksRequest) (_result *ListStacksResponse, _err error)
- func (client *Client) ListStacksWithOptions(request *ListStacksRequest, runtime *util.RuntimeOptions) (_result *ListStacksResponse, _err error)
- func (client *Client) ListTagKeys(request *ListTagKeysRequest) (_result *ListTagKeysResponse, _err error)
- func (client *Client) ListTagKeysWithOptions(request *ListTagKeysRequest, runtime *util.RuntimeOptions) (_result *ListTagKeysResponse, _err error)
- func (client *Client) ListTagResources(request *ListTagResourcesRequest) (_result *ListTagResourcesResponse, _err error)
- func (client *Client) ListTagResourcesWithOptions(request *ListTagResourcesRequest, runtime *util.RuntimeOptions) (_result *ListTagResourcesResponse, _err error)
- func (client *Client) ListTagValues(request *ListTagValuesRequest) (_result *ListTagValuesResponse, _err error)
- func (client *Client) ListTagValuesWithOptions(request *ListTagValuesRequest, runtime *util.RuntimeOptions) (_result *ListTagValuesResponse, _err error)
- func (client *Client) ListTemplateScratches(request *ListTemplateScratchesRequest) (_result *ListTemplateScratchesResponse, _err error)
- func (client *Client) ListTemplateScratchesWithOptions(request *ListTemplateScratchesRequest, runtime *util.RuntimeOptions) (_result *ListTemplateScratchesResponse, _err error)
- func (client *Client) ListTemplateVersions(request *ListTemplateVersionsRequest) (_result *ListTemplateVersionsResponse, _err error)
- func (client *Client) ListTemplateVersionsWithOptions(request *ListTemplateVersionsRequest, runtime *util.RuntimeOptions) (_result *ListTemplateVersionsResponse, _err error)
- func (client *Client) ListTemplates(request *ListTemplatesRequest) (_result *ListTemplatesResponse, _err error)
- func (client *Client) ListTemplatesWithOptions(request *ListTemplatesRequest, runtime *util.RuntimeOptions) (_result *ListTemplatesResponse, _err error)
- func (client *Client) MoveResourceGroup(request *MoveResourceGroupRequest) (_result *MoveResourceGroupResponse, _err error)
- func (client *Client) MoveResourceGroupWithOptions(request *MoveResourceGroupRequest, runtime *util.RuntimeOptions) (_result *MoveResourceGroupResponse, _err error)
- func (client *Client) PreviewStack(request *PreviewStackRequest) (_result *PreviewStackResponse, _err error)
- func (client *Client) PreviewStackWithOptions(tmpReq *PreviewStackRequest, runtime *util.RuntimeOptions) (_result *PreviewStackResponse, _err error)
- func (client *Client) SetDeletionProtection(request *SetDeletionProtectionRequest) (_result *SetDeletionProtectionResponse, _err error)
- func (client *Client) SetDeletionProtectionWithOptions(request *SetDeletionProtectionRequest, runtime *util.RuntimeOptions) (_result *SetDeletionProtectionResponse, _err error)
- func (client *Client) SetStackPolicy(request *SetStackPolicyRequest) (_result *SetStackPolicyResponse, _err error)
- func (client *Client) SetStackPolicyWithOptions(request *SetStackPolicyRequest, runtime *util.RuntimeOptions) (_result *SetStackPolicyResponse, _err error)
- func (client *Client) SetTemplatePermission(request *SetTemplatePermissionRequest) (_result *SetTemplatePermissionResponse, _err error)
- func (client *Client) SetTemplatePermissionWithOptions(request *SetTemplatePermissionRequest, runtime *util.RuntimeOptions) (_result *SetTemplatePermissionResponse, _err error)
- func (client *Client) SignalResource(request *SignalResourceRequest) (_result *SignalResourceResponse, _err error)
- func (client *Client) SignalResourceWithOptions(request *SignalResourceRequest, runtime *util.RuntimeOptions) (_result *SignalResourceResponse, _err error)
- func (client *Client) StopStackGroupOperation(request *StopStackGroupOperationRequest) (_result *StopStackGroupOperationResponse, _err error)
- func (client *Client) StopStackGroupOperationWithOptions(request *StopStackGroupOperationRequest, runtime *util.RuntimeOptions) (_result *StopStackGroupOperationResponse, _err error)
- func (client *Client) TagResources(request *TagResourcesRequest) (_result *TagResourcesResponse, _err error)
- func (client *Client) TagResourcesWithOptions(request *TagResourcesRequest, runtime *util.RuntimeOptions) (_result *TagResourcesResponse, _err error)
- func (client *Client) UntagResources(request *UntagResourcesRequest) (_result *UntagResourcesResponse, _err error)
- func (client *Client) UntagResourcesWithOptions(request *UntagResourcesRequest, runtime *util.RuntimeOptions) (_result *UntagResourcesResponse, _err error)
- func (client *Client) UpdateStack(request *UpdateStackRequest) (_result *UpdateStackResponse, _err error)
- func (client *Client) UpdateStackGroup(request *UpdateStackGroupRequest) (_result *UpdateStackGroupResponse, _err error)
- func (client *Client) UpdateStackGroupWithOptions(tmpReq *UpdateStackGroupRequest, runtime *util.RuntimeOptions) (_result *UpdateStackGroupResponse, _err error)
- func (client *Client) UpdateStackInstances(request *UpdateStackInstancesRequest) (_result *UpdateStackInstancesResponse, _err error)
- func (client *Client) UpdateStackInstancesWithOptions(tmpReq *UpdateStackInstancesRequest, runtime *util.RuntimeOptions) (_result *UpdateStackInstancesResponse, _err error)
- func (client *Client) UpdateStackTemplateByResources(request *UpdateStackTemplateByResourcesRequest) (_result *UpdateStackTemplateByResourcesResponse, _err error)
- func (client *Client) UpdateStackTemplateByResourcesWithOptions(request *UpdateStackTemplateByResourcesRequest, runtime *util.RuntimeOptions) (_result *UpdateStackTemplateByResourcesResponse, _err error)
- func (client *Client) UpdateStackWithOptions(request *UpdateStackRequest, runtime *util.RuntimeOptions) (_result *UpdateStackResponse, _err error)
- func (client *Client) UpdateTemplate(request *UpdateTemplateRequest) (_result *UpdateTemplateResponse, _err error)
- func (client *Client) UpdateTemplateScratch(request *UpdateTemplateScratchRequest) (_result *UpdateTemplateScratchResponse, _err error)
- func (client *Client) UpdateTemplateScratchWithOptions(tmpReq *UpdateTemplateScratchRequest, runtime *util.RuntimeOptions) (_result *UpdateTemplateScratchResponse, _err error)
- func (client *Client) UpdateTemplateWithOptions(request *UpdateTemplateRequest, runtime *util.RuntimeOptions) (_result *UpdateTemplateResponse, _err error)
- func (client *Client) ValidateTemplate(request *ValidateTemplateRequest) (_result *ValidateTemplateResponse, _err error)
- func (client *Client) ValidateTemplateWithOptions(request *ValidateTemplateRequest, runtime *util.RuntimeOptions) (_result *ValidateTemplateResponse, _err error)
- type ContinueCreateStackRequest
- func (s ContinueCreateStackRequest) GoString() string
- func (s *ContinueCreateStackRequest) SetDryRun(v bool) *ContinueCreateStackRequest
- func (s *ContinueCreateStackRequest) SetMode(v string) *ContinueCreateStackRequest
- func (s *ContinueCreateStackRequest) SetParallelism(v int64) *ContinueCreateStackRequest
- func (s *ContinueCreateStackRequest) SetParameters(v []*ContinueCreateStackRequestParameters) *ContinueCreateStackRequest
- func (s *ContinueCreateStackRequest) SetRamRoleName(v string) *ContinueCreateStackRequest
- func (s *ContinueCreateStackRequest) SetRecreatingResources(v []*string) *ContinueCreateStackRequest
- func (s *ContinueCreateStackRequest) SetRegionId(v string) *ContinueCreateStackRequest
- func (s *ContinueCreateStackRequest) SetStackId(v string) *ContinueCreateStackRequest
- func (s *ContinueCreateStackRequest) SetTemplateBody(v string) *ContinueCreateStackRequest
- func (s *ContinueCreateStackRequest) SetTemplateId(v string) *ContinueCreateStackRequest
- func (s *ContinueCreateStackRequest) SetTemplateURL(v string) *ContinueCreateStackRequest
- func (s *ContinueCreateStackRequest) SetTemplateVersion(v string) *ContinueCreateStackRequest
- func (s ContinueCreateStackRequest) String() string
- type ContinueCreateStackRequestParameters
- func (s ContinueCreateStackRequestParameters) GoString() string
- func (s *ContinueCreateStackRequestParameters) SetParameterKey(v string) *ContinueCreateStackRequestParameters
- func (s *ContinueCreateStackRequestParameters) SetParameterValue(v string) *ContinueCreateStackRequestParameters
- func (s ContinueCreateStackRequestParameters) String() string
- type ContinueCreateStackResponse
- func (s ContinueCreateStackResponse) GoString() string
- func (s *ContinueCreateStackResponse) SetBody(v *ContinueCreateStackResponseBody) *ContinueCreateStackResponse
- func (s *ContinueCreateStackResponse) SetHeaders(v map[string]*string) *ContinueCreateStackResponse
- func (s *ContinueCreateStackResponse) SetStatusCode(v int32) *ContinueCreateStackResponse
- func (s ContinueCreateStackResponse) String() string
- type ContinueCreateStackResponseBody
- func (s ContinueCreateStackResponseBody) GoString() string
- func (s *ContinueCreateStackResponseBody) SetRequestId(v string) *ContinueCreateStackResponseBody
- func (s *ContinueCreateStackResponseBody) SetStackId(v string) *ContinueCreateStackResponseBody
- func (s ContinueCreateStackResponseBody) String() string
- type CreateChangeSetRequest
- func (s CreateChangeSetRequest) GoString() string
- func (s *CreateChangeSetRequest) SetChangeSetName(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetChangeSetType(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetClientToken(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetDescription(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetDisableRollback(v bool) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetNotificationURLs(v []*string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetParallelism(v int64) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetParameters(v []*CreateChangeSetRequestParameters) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetRamRoleName(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetRegionId(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetReplacementOption(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetResourcesToImport(v []*CreateChangeSetRequestResourcesToImport) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetStackId(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetStackName(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetStackPolicyBody(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetStackPolicyDuringUpdateBody(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetStackPolicyDuringUpdateURL(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetStackPolicyURL(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetTemplateBody(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetTemplateId(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetTemplateScratchId(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetTemplateURL(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetTemplateVersion(v string) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetTimeoutInMinutes(v int64) *CreateChangeSetRequest
- func (s *CreateChangeSetRequest) SetUsePreviousParameters(v bool) *CreateChangeSetRequest
- func (s CreateChangeSetRequest) String() string
- type CreateChangeSetRequestParameters
- func (s CreateChangeSetRequestParameters) GoString() string
- func (s *CreateChangeSetRequestParameters) SetParameterKey(v string) *CreateChangeSetRequestParameters
- func (s *CreateChangeSetRequestParameters) SetParameterValue(v string) *CreateChangeSetRequestParameters
- func (s CreateChangeSetRequestParameters) String() string
- type CreateChangeSetRequestResourcesToImport
- func (s CreateChangeSetRequestResourcesToImport) GoString() string
- func (s *CreateChangeSetRequestResourcesToImport) SetLogicalResourceId(v string) *CreateChangeSetRequestResourcesToImport
- func (s *CreateChangeSetRequestResourcesToImport) SetResourceIdentifier(v string) *CreateChangeSetRequestResourcesToImport
- func (s *CreateChangeSetRequestResourcesToImport) SetResourceType(v string) *CreateChangeSetRequestResourcesToImport
- func (s CreateChangeSetRequestResourcesToImport) String() string
- type CreateChangeSetResponse
- func (s CreateChangeSetResponse) GoString() string
- func (s *CreateChangeSetResponse) SetBody(v *CreateChangeSetResponseBody) *CreateChangeSetResponse
- func (s *CreateChangeSetResponse) SetHeaders(v map[string]*string) *CreateChangeSetResponse
- func (s *CreateChangeSetResponse) SetStatusCode(v int32) *CreateChangeSetResponse
- func (s CreateChangeSetResponse) String() string
- type CreateChangeSetResponseBody
- func (s CreateChangeSetResponseBody) GoString() string
- func (s *CreateChangeSetResponseBody) SetChangeSetId(v string) *CreateChangeSetResponseBody
- func (s *CreateChangeSetResponseBody) SetRequestId(v string) *CreateChangeSetResponseBody
- func (s *CreateChangeSetResponseBody) SetStackId(v string) *CreateChangeSetResponseBody
- func (s CreateChangeSetResponseBody) String() string
- type CreateStackGroupRequest
- func (s CreateStackGroupRequest) GoString() string
- func (s *CreateStackGroupRequest) SetAdministrationRoleName(v string) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetAutoDeployment(v *CreateStackGroupRequestAutoDeployment) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetClientToken(v string) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetDescription(v string) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetExecutionRoleName(v string) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetParameters(v []*CreateStackGroupRequestParameters) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetPermissionModel(v string) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetRegionId(v string) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetResourceGroupId(v string) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetStackGroupName(v string) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetTemplateBody(v string) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetTemplateId(v string) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetTemplateURL(v string) *CreateStackGroupRequest
- func (s *CreateStackGroupRequest) SetTemplateVersion(v string) *CreateStackGroupRequest
- func (s CreateStackGroupRequest) String() string
- type CreateStackGroupRequestAutoDeployment
- func (s CreateStackGroupRequestAutoDeployment) GoString() string
- func (s *CreateStackGroupRequestAutoDeployment) SetEnabled(v bool) *CreateStackGroupRequestAutoDeployment
- func (s *CreateStackGroupRequestAutoDeployment) SetRetainStacksOnAccountRemoval(v bool) *CreateStackGroupRequestAutoDeployment
- func (s CreateStackGroupRequestAutoDeployment) String() string
- type CreateStackGroupRequestParameters
- func (s CreateStackGroupRequestParameters) GoString() string
- func (s *CreateStackGroupRequestParameters) SetParameterKey(v string) *CreateStackGroupRequestParameters
- func (s *CreateStackGroupRequestParameters) SetParameterValue(v string) *CreateStackGroupRequestParameters
- func (s CreateStackGroupRequestParameters) String() string
- type CreateStackGroupResponse
- func (s CreateStackGroupResponse) GoString() string
- func (s *CreateStackGroupResponse) SetBody(v *CreateStackGroupResponseBody) *CreateStackGroupResponse
- func (s *CreateStackGroupResponse) SetHeaders(v map[string]*string) *CreateStackGroupResponse
- func (s *CreateStackGroupResponse) SetStatusCode(v int32) *CreateStackGroupResponse
- func (s CreateStackGroupResponse) String() string
- type CreateStackGroupResponseBody
- type CreateStackGroupShrinkRequest
- func (s CreateStackGroupShrinkRequest) GoString() string
- func (s *CreateStackGroupShrinkRequest) SetAdministrationRoleName(v string) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetAutoDeploymentShrink(v string) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetClientToken(v string) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetDescription(v string) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetExecutionRoleName(v string) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetParameters(v []*CreateStackGroupShrinkRequestParameters) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetPermissionModel(v string) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetRegionId(v string) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetResourceGroupId(v string) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetStackGroupName(v string) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetTemplateBody(v string) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetTemplateId(v string) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetTemplateURL(v string) *CreateStackGroupShrinkRequest
- func (s *CreateStackGroupShrinkRequest) SetTemplateVersion(v string) *CreateStackGroupShrinkRequest
- func (s CreateStackGroupShrinkRequest) String() string
- type CreateStackGroupShrinkRequestParameters
- func (s CreateStackGroupShrinkRequestParameters) GoString() string
- func (s *CreateStackGroupShrinkRequestParameters) SetParameterKey(v string) *CreateStackGroupShrinkRequestParameters
- func (s *CreateStackGroupShrinkRequestParameters) SetParameterValue(v string) *CreateStackGroupShrinkRequestParameters
- func (s CreateStackGroupShrinkRequestParameters) String() string
- type CreateStackInstancesRequest
- func (s CreateStackInstancesRequest) GoString() string
- func (s *CreateStackInstancesRequest) SetAccountIds(v []*string) *CreateStackInstancesRequest
- func (s *CreateStackInstancesRequest) SetClientToken(v string) *CreateStackInstancesRequest
- func (s *CreateStackInstancesRequest) SetDeploymentTargets(v *CreateStackInstancesRequestDeploymentTargets) *CreateStackInstancesRequest
- func (s *CreateStackInstancesRequest) SetDisableRollback(v bool) *CreateStackInstancesRequest
- func (s *CreateStackInstancesRequest) SetOperationDescription(v string) *CreateStackInstancesRequest
- func (s *CreateStackInstancesRequest) SetOperationPreferences(v map[string]interface{}) *CreateStackInstancesRequest
- func (s *CreateStackInstancesRequest) SetParameterOverrides(v []*CreateStackInstancesRequestParameterOverrides) *CreateStackInstancesRequest
- func (s *CreateStackInstancesRequest) SetRegionId(v string) *CreateStackInstancesRequest
- func (s *CreateStackInstancesRequest) SetRegionIds(v []*string) *CreateStackInstancesRequest
- func (s *CreateStackInstancesRequest) SetStackGroupName(v string) *CreateStackInstancesRequest
- func (s *CreateStackInstancesRequest) SetTimeoutInMinutes(v int64) *CreateStackInstancesRequest
- func (s CreateStackInstancesRequest) String() string
- type CreateStackInstancesRequestDeploymentTargets
- type CreateStackInstancesRequestParameterOverrides
- func (s CreateStackInstancesRequestParameterOverrides) GoString() string
- func (s *CreateStackInstancesRequestParameterOverrides) SetParameterKey(v string) *CreateStackInstancesRequestParameterOverrides
- func (s *CreateStackInstancesRequestParameterOverrides) SetParameterValue(v string) *CreateStackInstancesRequestParameterOverrides
- func (s CreateStackInstancesRequestParameterOverrides) String() string
- type CreateStackInstancesResponse
- func (s CreateStackInstancesResponse) GoString() string
- func (s *CreateStackInstancesResponse) SetBody(v *CreateStackInstancesResponseBody) *CreateStackInstancesResponse
- func (s *CreateStackInstancesResponse) SetHeaders(v map[string]*string) *CreateStackInstancesResponse
- func (s *CreateStackInstancesResponse) SetStatusCode(v int32) *CreateStackInstancesResponse
- func (s CreateStackInstancesResponse) String() string
- type CreateStackInstancesResponseBody
- func (s CreateStackInstancesResponseBody) GoString() string
- func (s *CreateStackInstancesResponseBody) SetOperationId(v string) *CreateStackInstancesResponseBody
- func (s *CreateStackInstancesResponseBody) SetRequestId(v string) *CreateStackInstancesResponseBody
- func (s CreateStackInstancesResponseBody) String() string
- type CreateStackInstancesShrinkRequest
- func (s CreateStackInstancesShrinkRequest) GoString() string
- func (s *CreateStackInstancesShrinkRequest) SetAccountIdsShrink(v string) *CreateStackInstancesShrinkRequest
- func (s *CreateStackInstancesShrinkRequest) SetClientToken(v string) *CreateStackInstancesShrinkRequest
- func (s *CreateStackInstancesShrinkRequest) SetDeploymentTargetsShrink(v string) *CreateStackInstancesShrinkRequest
- func (s *CreateStackInstancesShrinkRequest) SetDisableRollback(v bool) *CreateStackInstancesShrinkRequest
- func (s *CreateStackInstancesShrinkRequest) SetOperationDescription(v string) *CreateStackInstancesShrinkRequest
- func (s *CreateStackInstancesShrinkRequest) SetOperationPreferencesShrink(v string) *CreateStackInstancesShrinkRequest
- func (s *CreateStackInstancesShrinkRequest) SetParameterOverrides(v []*CreateStackInstancesShrinkRequestParameterOverrides) *CreateStackInstancesShrinkRequest
- func (s *CreateStackInstancesShrinkRequest) SetRegionId(v string) *CreateStackInstancesShrinkRequest
- func (s *CreateStackInstancesShrinkRequest) SetRegionIdsShrink(v string) *CreateStackInstancesShrinkRequest
- func (s *CreateStackInstancesShrinkRequest) SetStackGroupName(v string) *CreateStackInstancesShrinkRequest
- func (s *CreateStackInstancesShrinkRequest) SetTimeoutInMinutes(v int64) *CreateStackInstancesShrinkRequest
- func (s CreateStackInstancesShrinkRequest) String() string
- type CreateStackInstancesShrinkRequestParameterOverrides
- func (s CreateStackInstancesShrinkRequestParameterOverrides) GoString() string
- func (s *CreateStackInstancesShrinkRequestParameterOverrides) SetParameterKey(v string) *CreateStackInstancesShrinkRequestParameterOverrides
- func (s *CreateStackInstancesShrinkRequestParameterOverrides) SetParameterValue(v string) *CreateStackInstancesShrinkRequestParameterOverrides
- func (s CreateStackInstancesShrinkRequestParameterOverrides) String() string
- type CreateStackRequest
- func (s CreateStackRequest) GoString() string
- func (s *CreateStackRequest) SetClientToken(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetCreateOption(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetDeletionProtection(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetDisableRollback(v bool) *CreateStackRequest
- func (s *CreateStackRequest) SetNotificationURLs(v []*string) *CreateStackRequest
- func (s *CreateStackRequest) SetParallelism(v int64) *CreateStackRequest
- func (s *CreateStackRequest) SetParameters(v []*CreateStackRequestParameters) *CreateStackRequest
- func (s *CreateStackRequest) SetRamRoleName(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetRegionId(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetResourceGroupId(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetStackName(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetStackPolicyBody(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetStackPolicyURL(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetTags(v []*CreateStackRequestTags) *CreateStackRequest
- func (s *CreateStackRequest) SetTemplateBody(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetTemplateId(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetTemplateScratchId(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetTemplateScratchRegionId(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetTemplateURL(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetTemplateVersion(v string) *CreateStackRequest
- func (s *CreateStackRequest) SetTimeoutInMinutes(v int64) *CreateStackRequest
- func (s CreateStackRequest) String() string
- type CreateStackRequestParameters
- func (s CreateStackRequestParameters) GoString() string
- func (s *CreateStackRequestParameters) SetParameterKey(v string) *CreateStackRequestParameters
- func (s *CreateStackRequestParameters) SetParameterValue(v string) *CreateStackRequestParameters
- func (s CreateStackRequestParameters) String() string
- type CreateStackRequestTags
- type CreateStackResponse
- func (s CreateStackResponse) GoString() string
- func (s *CreateStackResponse) SetBody(v *CreateStackResponseBody) *CreateStackResponse
- func (s *CreateStackResponse) SetHeaders(v map[string]*string) *CreateStackResponse
- func (s *CreateStackResponse) SetStatusCode(v int32) *CreateStackResponse
- func (s CreateStackResponse) String() string
- type CreateStackResponseBody
- type CreateTemplateRequest
- func (s CreateTemplateRequest) GoString() string
- func (s *CreateTemplateRequest) SetDescription(v string) *CreateTemplateRequest
- func (s *CreateTemplateRequest) SetResourceGroupId(v string) *CreateTemplateRequest
- func (s *CreateTemplateRequest) SetTemplateBody(v string) *CreateTemplateRequest
- func (s *CreateTemplateRequest) SetTemplateName(v string) *CreateTemplateRequest
- func (s *CreateTemplateRequest) SetTemplateURL(v string) *CreateTemplateRequest
- func (s CreateTemplateRequest) String() string
- type CreateTemplateResponse
- func (s CreateTemplateResponse) GoString() string
- func (s *CreateTemplateResponse) SetBody(v *CreateTemplateResponseBody) *CreateTemplateResponse
- func (s *CreateTemplateResponse) SetHeaders(v map[string]*string) *CreateTemplateResponse
- func (s *CreateTemplateResponse) SetStatusCode(v int32) *CreateTemplateResponse
- func (s CreateTemplateResponse) String() string
- type CreateTemplateResponseBody
- type CreateTemplateScratchRequest
- func (s CreateTemplateScratchRequest) GoString() string
- func (s *CreateTemplateScratchRequest) SetClientToken(v string) *CreateTemplateScratchRequest
- func (s *CreateTemplateScratchRequest) SetDescription(v string) *CreateTemplateScratchRequest
- func (s *CreateTemplateScratchRequest) SetExecutionMode(v string) *CreateTemplateScratchRequest
- func (s *CreateTemplateScratchRequest) SetLogicalIdStrategy(v string) *CreateTemplateScratchRequest
- func (s *CreateTemplateScratchRequest) SetPreferenceParameters(v []*CreateTemplateScratchRequestPreferenceParameters) *CreateTemplateScratchRequest
- func (s *CreateTemplateScratchRequest) SetRegionId(v string) *CreateTemplateScratchRequest
- func (s *CreateTemplateScratchRequest) SetSourceResourceGroup(v *CreateTemplateScratchRequestSourceResourceGroup) *CreateTemplateScratchRequest
- func (s *CreateTemplateScratchRequest) SetSourceResources(v []*CreateTemplateScratchRequestSourceResources) *CreateTemplateScratchRequest
- func (s *CreateTemplateScratchRequest) SetSourceTag(v *CreateTemplateScratchRequestSourceTag) *CreateTemplateScratchRequest
- func (s *CreateTemplateScratchRequest) SetTemplateScratchType(v string) *CreateTemplateScratchRequest
- func (s CreateTemplateScratchRequest) String() string
- type CreateTemplateScratchRequestPreferenceParameters
- func (s CreateTemplateScratchRequestPreferenceParameters) GoString() string
- func (s *CreateTemplateScratchRequestPreferenceParameters) SetParameterKey(v string) *CreateTemplateScratchRequestPreferenceParameters
- func (s *CreateTemplateScratchRequestPreferenceParameters) SetParameterValue(v string) *CreateTemplateScratchRequestPreferenceParameters
- func (s CreateTemplateScratchRequestPreferenceParameters) String() string
- type CreateTemplateScratchRequestSourceResourceGroup
- func (s CreateTemplateScratchRequestSourceResourceGroup) GoString() string
- func (s *CreateTemplateScratchRequestSourceResourceGroup) SetResourceGroupId(v string) *CreateTemplateScratchRequestSourceResourceGroup
- func (s *CreateTemplateScratchRequestSourceResourceGroup) SetResourceTypeFilter(v []*string) *CreateTemplateScratchRequestSourceResourceGroup
- func (s CreateTemplateScratchRequestSourceResourceGroup) String() string
- type CreateTemplateScratchRequestSourceResources
- func (s CreateTemplateScratchRequestSourceResources) GoString() string
- func (s *CreateTemplateScratchRequestSourceResources) SetResourceId(v string) *CreateTemplateScratchRequestSourceResources
- func (s *CreateTemplateScratchRequestSourceResources) SetResourceType(v string) *CreateTemplateScratchRequestSourceResources
- func (s CreateTemplateScratchRequestSourceResources) String() string
- type CreateTemplateScratchRequestSourceTag
- func (s CreateTemplateScratchRequestSourceTag) GoString() string
- func (s *CreateTemplateScratchRequestSourceTag) SetResourceTags(v map[string]interface{}) *CreateTemplateScratchRequestSourceTag
- func (s *CreateTemplateScratchRequestSourceTag) SetResourceTypeFilter(v []*string) *CreateTemplateScratchRequestSourceTag
- func (s CreateTemplateScratchRequestSourceTag) String() string
- type CreateTemplateScratchResponse
- func (s CreateTemplateScratchResponse) GoString() string
- func (s *CreateTemplateScratchResponse) SetBody(v *CreateTemplateScratchResponseBody) *CreateTemplateScratchResponse
- func (s *CreateTemplateScratchResponse) SetHeaders(v map[string]*string) *CreateTemplateScratchResponse
- func (s *CreateTemplateScratchResponse) SetStatusCode(v int32) *CreateTemplateScratchResponse
- func (s CreateTemplateScratchResponse) String() string
- type CreateTemplateScratchResponseBody
- func (s CreateTemplateScratchResponseBody) GoString() string
- func (s *CreateTemplateScratchResponseBody) SetRequestId(v string) *CreateTemplateScratchResponseBody
- func (s *CreateTemplateScratchResponseBody) SetTemplateScratchId(v string) *CreateTemplateScratchResponseBody
- func (s CreateTemplateScratchResponseBody) String() string
- type CreateTemplateScratchShrinkRequest
- func (s CreateTemplateScratchShrinkRequest) GoString() string
- func (s *CreateTemplateScratchShrinkRequest) SetClientToken(v string) *CreateTemplateScratchShrinkRequest
- func (s *CreateTemplateScratchShrinkRequest) SetDescription(v string) *CreateTemplateScratchShrinkRequest
- func (s *CreateTemplateScratchShrinkRequest) SetExecutionMode(v string) *CreateTemplateScratchShrinkRequest
- func (s *CreateTemplateScratchShrinkRequest) SetLogicalIdStrategy(v string) *CreateTemplateScratchShrinkRequest
- func (s *CreateTemplateScratchShrinkRequest) SetPreferenceParametersShrink(v string) *CreateTemplateScratchShrinkRequest
- func (s *CreateTemplateScratchShrinkRequest) SetRegionId(v string) *CreateTemplateScratchShrinkRequest
- func (s *CreateTemplateScratchShrinkRequest) SetSourceResourceGroupShrink(v string) *CreateTemplateScratchShrinkRequest
- func (s *CreateTemplateScratchShrinkRequest) SetSourceResourcesShrink(v string) *CreateTemplateScratchShrinkRequest
- func (s *CreateTemplateScratchShrinkRequest) SetSourceTagShrink(v string) *CreateTemplateScratchShrinkRequest
- func (s *CreateTemplateScratchShrinkRequest) SetTemplateScratchType(v string) *CreateTemplateScratchShrinkRequest
- func (s CreateTemplateScratchShrinkRequest) String() string
- type DeleteChangeSetRequest
- type DeleteChangeSetResponse
- func (s DeleteChangeSetResponse) GoString() string
- func (s *DeleteChangeSetResponse) SetBody(v *DeleteChangeSetResponseBody) *DeleteChangeSetResponse
- func (s *DeleteChangeSetResponse) SetHeaders(v map[string]*string) *DeleteChangeSetResponse
- func (s *DeleteChangeSetResponse) SetStatusCode(v int32) *DeleteChangeSetResponse
- func (s DeleteChangeSetResponse) String() string
- type DeleteChangeSetResponseBody
- type DeleteStackGroupRequest
- type DeleteStackGroupResponse
- func (s DeleteStackGroupResponse) GoString() string
- func (s *DeleteStackGroupResponse) SetBody(v *DeleteStackGroupResponseBody) *DeleteStackGroupResponse
- func (s *DeleteStackGroupResponse) SetHeaders(v map[string]*string) *DeleteStackGroupResponse
- func (s *DeleteStackGroupResponse) SetStatusCode(v int32) *DeleteStackGroupResponse
- func (s DeleteStackGroupResponse) String() string
- type DeleteStackGroupResponseBody
- type DeleteStackInstancesRequest
- func (s DeleteStackInstancesRequest) GoString() string
- func (s *DeleteStackInstancesRequest) SetAccountIds(v []*string) *DeleteStackInstancesRequest
- func (s *DeleteStackInstancesRequest) SetClientToken(v string) *DeleteStackInstancesRequest
- func (s *DeleteStackInstancesRequest) SetDeploymentTargets(v *DeleteStackInstancesRequestDeploymentTargets) *DeleteStackInstancesRequest
- func (s *DeleteStackInstancesRequest) SetOperationDescription(v string) *DeleteStackInstancesRequest
- func (s *DeleteStackInstancesRequest) SetOperationPreferences(v map[string]interface{}) *DeleteStackInstancesRequest
- func (s *DeleteStackInstancesRequest) SetRegionId(v string) *DeleteStackInstancesRequest
- func (s *DeleteStackInstancesRequest) SetRegionIds(v []*string) *DeleteStackInstancesRequest
- func (s *DeleteStackInstancesRequest) SetRetainStacks(v bool) *DeleteStackInstancesRequest
- func (s *DeleteStackInstancesRequest) SetStackGroupName(v string) *DeleteStackInstancesRequest
- func (s DeleteStackInstancesRequest) String() string
- type DeleteStackInstancesRequestDeploymentTargets
- type DeleteStackInstancesResponse
- func (s DeleteStackInstancesResponse) GoString() string
- func (s *DeleteStackInstancesResponse) SetBody(v *DeleteStackInstancesResponseBody) *DeleteStackInstancesResponse
- func (s *DeleteStackInstancesResponse) SetHeaders(v map[string]*string) *DeleteStackInstancesResponse
- func (s *DeleteStackInstancesResponse) SetStatusCode(v int32) *DeleteStackInstancesResponse
- func (s DeleteStackInstancesResponse) String() string
- type DeleteStackInstancesResponseBody
- func (s DeleteStackInstancesResponseBody) GoString() string
- func (s *DeleteStackInstancesResponseBody) SetOperationId(v string) *DeleteStackInstancesResponseBody
- func (s *DeleteStackInstancesResponseBody) SetRequestId(v string) *DeleteStackInstancesResponseBody
- func (s DeleteStackInstancesResponseBody) String() string
- type DeleteStackInstancesShrinkRequest
- func (s DeleteStackInstancesShrinkRequest) GoString() string
- func (s *DeleteStackInstancesShrinkRequest) SetAccountIdsShrink(v string) *DeleteStackInstancesShrinkRequest
- func (s *DeleteStackInstancesShrinkRequest) SetClientToken(v string) *DeleteStackInstancesShrinkRequest
- func (s *DeleteStackInstancesShrinkRequest) SetDeploymentTargetsShrink(v string) *DeleteStackInstancesShrinkRequest
- func (s *DeleteStackInstancesShrinkRequest) SetOperationDescription(v string) *DeleteStackInstancesShrinkRequest
- func (s *DeleteStackInstancesShrinkRequest) SetOperationPreferencesShrink(v string) *DeleteStackInstancesShrinkRequest
- func (s *DeleteStackInstancesShrinkRequest) SetRegionId(v string) *DeleteStackInstancesShrinkRequest
- func (s *DeleteStackInstancesShrinkRequest) SetRegionIdsShrink(v string) *DeleteStackInstancesShrinkRequest
- func (s *DeleteStackInstancesShrinkRequest) SetRetainStacks(v bool) *DeleteStackInstancesShrinkRequest
- func (s *DeleteStackInstancesShrinkRequest) SetStackGroupName(v string) *DeleteStackInstancesShrinkRequest
- func (s DeleteStackInstancesShrinkRequest) String() string
- type DeleteStackRequest
- func (s DeleteStackRequest) GoString() string
- func (s *DeleteStackRequest) SetRamRoleName(v string) *DeleteStackRequest
- func (s *DeleteStackRequest) SetRegionId(v string) *DeleteStackRequest
- func (s *DeleteStackRequest) SetRetainAllResources(v bool) *DeleteStackRequest
- func (s *DeleteStackRequest) SetRetainResources(v []*string) *DeleteStackRequest
- func (s *DeleteStackRequest) SetStackId(v string) *DeleteStackRequest
- func (s DeleteStackRequest) String() string
- type DeleteStackResponse
- func (s DeleteStackResponse) GoString() string
- func (s *DeleteStackResponse) SetBody(v *DeleteStackResponseBody) *DeleteStackResponse
- func (s *DeleteStackResponse) SetHeaders(v map[string]*string) *DeleteStackResponse
- func (s *DeleteStackResponse) SetStatusCode(v int32) *DeleteStackResponse
- func (s DeleteStackResponse) String() string
- type DeleteStackResponseBody
- type DeleteTemplateRequest
- type DeleteTemplateResponse
- func (s DeleteTemplateResponse) GoString() string
- func (s *DeleteTemplateResponse) SetBody(v *DeleteTemplateResponseBody) *DeleteTemplateResponse
- func (s *DeleteTemplateResponse) SetHeaders(v map[string]*string) *DeleteTemplateResponse
- func (s *DeleteTemplateResponse) SetStatusCode(v int32) *DeleteTemplateResponse
- func (s DeleteTemplateResponse) String() string
- type DeleteTemplateResponseBody
- type DeleteTemplateScratchRequest
- func (s DeleteTemplateScratchRequest) GoString() string
- func (s *DeleteTemplateScratchRequest) SetRegionId(v string) *DeleteTemplateScratchRequest
- func (s *DeleteTemplateScratchRequest) SetTemplateScratchId(v string) *DeleteTemplateScratchRequest
- func (s DeleteTemplateScratchRequest) String() string
- type DeleteTemplateScratchResponse
- func (s DeleteTemplateScratchResponse) GoString() string
- func (s *DeleteTemplateScratchResponse) SetBody(v *DeleteTemplateScratchResponseBody) *DeleteTemplateScratchResponse
- func (s *DeleteTemplateScratchResponse) SetHeaders(v map[string]*string) *DeleteTemplateScratchResponse
- func (s *DeleteTemplateScratchResponse) SetStatusCode(v int32) *DeleteTemplateScratchResponse
- func (s DeleteTemplateScratchResponse) String() string
- type DeleteTemplateScratchResponseBody
- type DescribeRegionsRequest
- type DescribeRegionsResponse
- func (s DescribeRegionsResponse) GoString() string
- func (s *DescribeRegionsResponse) SetBody(v *DescribeRegionsResponseBody) *DescribeRegionsResponse
- func (s *DescribeRegionsResponse) SetHeaders(v map[string]*string) *DescribeRegionsResponse
- func (s *DescribeRegionsResponse) SetStatusCode(v int32) *DescribeRegionsResponse
- func (s DescribeRegionsResponse) String() string
- type DescribeRegionsResponseBody
- func (s DescribeRegionsResponseBody) GoString() string
- func (s *DescribeRegionsResponseBody) SetRegions(v []*DescribeRegionsResponseBodyRegions) *DescribeRegionsResponseBody
- func (s *DescribeRegionsResponseBody) SetRequestId(v string) *DescribeRegionsResponseBody
- func (s DescribeRegionsResponseBody) String() string
- type DescribeRegionsResponseBodyRegions
- func (s DescribeRegionsResponseBodyRegions) GoString() string
- func (s *DescribeRegionsResponseBodyRegions) SetLocalName(v string) *DescribeRegionsResponseBodyRegions
- func (s *DescribeRegionsResponseBodyRegions) SetRegionEndpoint(v string) *DescribeRegionsResponseBodyRegions
- func (s *DescribeRegionsResponseBodyRegions) SetRegionId(v string) *DescribeRegionsResponseBodyRegions
- func (s DescribeRegionsResponseBodyRegions) String() string
- type DetectStackDriftRequest
- func (s DetectStackDriftRequest) GoString() string
- func (s *DetectStackDriftRequest) SetClientToken(v string) *DetectStackDriftRequest
- func (s *DetectStackDriftRequest) SetLogicalResourceId(v []*string) *DetectStackDriftRequest
- func (s *DetectStackDriftRequest) SetRegionId(v string) *DetectStackDriftRequest
- func (s *DetectStackDriftRequest) SetStackId(v string) *DetectStackDriftRequest
- func (s DetectStackDriftRequest) String() string
- type DetectStackDriftResponse
- func (s DetectStackDriftResponse) GoString() string
- func (s *DetectStackDriftResponse) SetBody(v *DetectStackDriftResponseBody) *DetectStackDriftResponse
- func (s *DetectStackDriftResponse) SetHeaders(v map[string]*string) *DetectStackDriftResponse
- func (s *DetectStackDriftResponse) SetStatusCode(v int32) *DetectStackDriftResponse
- func (s DetectStackDriftResponse) String() string
- type DetectStackDriftResponseBody
- func (s DetectStackDriftResponseBody) GoString() string
- func (s *DetectStackDriftResponseBody) SetDriftDetectionId(v string) *DetectStackDriftResponseBody
- func (s *DetectStackDriftResponseBody) SetRequestId(v string) *DetectStackDriftResponseBody
- func (s DetectStackDriftResponseBody) String() string
- type DetectStackGroupDriftRequest
- func (s DetectStackGroupDriftRequest) GoString() string
- func (s *DetectStackGroupDriftRequest) SetClientToken(v string) *DetectStackGroupDriftRequest
- func (s *DetectStackGroupDriftRequest) SetOperationPreferences(v map[string]interface{}) *DetectStackGroupDriftRequest
- func (s *DetectStackGroupDriftRequest) SetRegionId(v string) *DetectStackGroupDriftRequest
- func (s *DetectStackGroupDriftRequest) SetStackGroupName(v string) *DetectStackGroupDriftRequest
- func (s DetectStackGroupDriftRequest) String() string
- type DetectStackGroupDriftResponse
- func (s DetectStackGroupDriftResponse) GoString() string
- func (s *DetectStackGroupDriftResponse) SetBody(v *DetectStackGroupDriftResponseBody) *DetectStackGroupDriftResponse
- func (s *DetectStackGroupDriftResponse) SetHeaders(v map[string]*string) *DetectStackGroupDriftResponse
- func (s *DetectStackGroupDriftResponse) SetStatusCode(v int32) *DetectStackGroupDriftResponse
- func (s DetectStackGroupDriftResponse) String() string
- type DetectStackGroupDriftResponseBody
- func (s DetectStackGroupDriftResponseBody) GoString() string
- func (s *DetectStackGroupDriftResponseBody) SetOperationId(v string) *DetectStackGroupDriftResponseBody
- func (s *DetectStackGroupDriftResponseBody) SetRequestId(v string) *DetectStackGroupDriftResponseBody
- func (s DetectStackGroupDriftResponseBody) String() string
- type DetectStackGroupDriftShrinkRequest
- func (s DetectStackGroupDriftShrinkRequest) GoString() string
- func (s *DetectStackGroupDriftShrinkRequest) SetClientToken(v string) *DetectStackGroupDriftShrinkRequest
- func (s *DetectStackGroupDriftShrinkRequest) SetOperationPreferencesShrink(v string) *DetectStackGroupDriftShrinkRequest
- func (s *DetectStackGroupDriftShrinkRequest) SetRegionId(v string) *DetectStackGroupDriftShrinkRequest
- func (s *DetectStackGroupDriftShrinkRequest) SetStackGroupName(v string) *DetectStackGroupDriftShrinkRequest
- func (s DetectStackGroupDriftShrinkRequest) String() string
- type DetectStackResourceDriftRequest
- func (s DetectStackResourceDriftRequest) GoString() string
- func (s *DetectStackResourceDriftRequest) SetClientToken(v string) *DetectStackResourceDriftRequest
- func (s *DetectStackResourceDriftRequest) SetLogicalResourceId(v string) *DetectStackResourceDriftRequest
- func (s *DetectStackResourceDriftRequest) SetRegionId(v string) *DetectStackResourceDriftRequest
- func (s *DetectStackResourceDriftRequest) SetStackId(v string) *DetectStackResourceDriftRequest
- func (s DetectStackResourceDriftRequest) String() string
- type DetectStackResourceDriftResponse
- func (s DetectStackResourceDriftResponse) GoString() string
- func (s *DetectStackResourceDriftResponse) SetBody(v *DetectStackResourceDriftResponseBody) *DetectStackResourceDriftResponse
- func (s *DetectStackResourceDriftResponse) SetHeaders(v map[string]*string) *DetectStackResourceDriftResponse
- func (s *DetectStackResourceDriftResponse) SetStatusCode(v int32) *DetectStackResourceDriftResponse
- func (s DetectStackResourceDriftResponse) String() string
- type DetectStackResourceDriftResponseBody
- func (s DetectStackResourceDriftResponseBody) GoString() string
- func (s *DetectStackResourceDriftResponseBody) SetActualProperties(v string) *DetectStackResourceDriftResponseBody
- func (s *DetectStackResourceDriftResponseBody) SetDriftDetectionTime(v string) *DetectStackResourceDriftResponseBody
- func (s *DetectStackResourceDriftResponseBody) SetExpectedProperties(v string) *DetectStackResourceDriftResponseBody
- func (s *DetectStackResourceDriftResponseBody) SetLogicalResourceId(v string) *DetectStackResourceDriftResponseBody
- func (s *DetectStackResourceDriftResponseBody) SetPhysicalResourceId(v string) *DetectStackResourceDriftResponseBody
- func (s *DetectStackResourceDriftResponseBody) SetPropertyDifferences(v []*DetectStackResourceDriftResponseBodyPropertyDifferences) *DetectStackResourceDriftResponseBody
- func (s *DetectStackResourceDriftResponseBody) SetRequestId(v string) *DetectStackResourceDriftResponseBody
- func (s *DetectStackResourceDriftResponseBody) SetResourceDriftStatus(v string) *DetectStackResourceDriftResponseBody
- func (s *DetectStackResourceDriftResponseBody) SetResourceType(v string) *DetectStackResourceDriftResponseBody
- func (s *DetectStackResourceDriftResponseBody) SetStackId(v string) *DetectStackResourceDriftResponseBody
- func (s DetectStackResourceDriftResponseBody) String() string
- type DetectStackResourceDriftResponseBodyPropertyDifferences
- func (s DetectStackResourceDriftResponseBodyPropertyDifferences) GoString() string
- func (s *DetectStackResourceDriftResponseBodyPropertyDifferences) SetActualValue(v string) *DetectStackResourceDriftResponseBodyPropertyDifferences
- func (s *DetectStackResourceDriftResponseBodyPropertyDifferences) SetDifferenceType(v string) *DetectStackResourceDriftResponseBodyPropertyDifferences
- func (s *DetectStackResourceDriftResponseBodyPropertyDifferences) SetExpectedValue(v string) *DetectStackResourceDriftResponseBodyPropertyDifferences
- func (s *DetectStackResourceDriftResponseBodyPropertyDifferences) SetPropertyPath(v string) *DetectStackResourceDriftResponseBodyPropertyDifferences
- func (s DetectStackResourceDriftResponseBodyPropertyDifferences) String() string
- type ExecuteChangeSetRequest
- func (s ExecuteChangeSetRequest) GoString() string
- func (s *ExecuteChangeSetRequest) SetChangeSetId(v string) *ExecuteChangeSetRequest
- func (s *ExecuteChangeSetRequest) SetClientToken(v string) *ExecuteChangeSetRequest
- func (s *ExecuteChangeSetRequest) SetRegionId(v string) *ExecuteChangeSetRequest
- func (s ExecuteChangeSetRequest) String() string
- type ExecuteChangeSetResponse
- func (s ExecuteChangeSetResponse) GoString() string
- func (s *ExecuteChangeSetResponse) SetBody(v *ExecuteChangeSetResponseBody) *ExecuteChangeSetResponse
- func (s *ExecuteChangeSetResponse) SetHeaders(v map[string]*string) *ExecuteChangeSetResponse
- func (s *ExecuteChangeSetResponse) SetStatusCode(v int32) *ExecuteChangeSetResponse
- func (s ExecuteChangeSetResponse) String() string
- type ExecuteChangeSetResponseBody
- type GenerateTemplateByScratchRequest
- func (s GenerateTemplateByScratchRequest) GoString() string
- func (s *GenerateTemplateByScratchRequest) SetProvisionRegionId(v string) *GenerateTemplateByScratchRequest
- func (s *GenerateTemplateByScratchRequest) SetRegionId(v string) *GenerateTemplateByScratchRequest
- func (s *GenerateTemplateByScratchRequest) SetTemplateScratchId(v string) *GenerateTemplateByScratchRequest
- func (s GenerateTemplateByScratchRequest) String() string
- type GenerateTemplateByScratchResponse
- func (s GenerateTemplateByScratchResponse) GoString() string
- func (s *GenerateTemplateByScratchResponse) SetBody(v *GenerateTemplateByScratchResponseBody) *GenerateTemplateByScratchResponse
- func (s *GenerateTemplateByScratchResponse) SetHeaders(v map[string]*string) *GenerateTemplateByScratchResponse
- func (s *GenerateTemplateByScratchResponse) SetStatusCode(v int32) *GenerateTemplateByScratchResponse
- func (s GenerateTemplateByScratchResponse) String() string
- type GenerateTemplateByScratchResponseBody
- func (s GenerateTemplateByScratchResponseBody) GoString() string
- func (s *GenerateTemplateByScratchResponseBody) SetRequestId(v string) *GenerateTemplateByScratchResponseBody
- func (s *GenerateTemplateByScratchResponseBody) SetResourcesToImport(v []*GenerateTemplateByScratchResponseBodyResourcesToImport) *GenerateTemplateByScratchResponseBody
- func (s *GenerateTemplateByScratchResponseBody) SetTemplateBody(v string) *GenerateTemplateByScratchResponseBody
- func (s GenerateTemplateByScratchResponseBody) String() string
- type GenerateTemplateByScratchResponseBodyResourcesToImport
- func (s GenerateTemplateByScratchResponseBodyResourcesToImport) GoString() string
- func (s *GenerateTemplateByScratchResponseBodyResourcesToImport) SetLogicalResourceId(v string) *GenerateTemplateByScratchResponseBodyResourcesToImport
- func (s *GenerateTemplateByScratchResponseBodyResourcesToImport) SetResourceIdentifier(v map[string]interface{}) *GenerateTemplateByScratchResponseBodyResourcesToImport
- func (s *GenerateTemplateByScratchResponseBodyResourcesToImport) SetResourceType(v string) *GenerateTemplateByScratchResponseBodyResourcesToImport
- func (s GenerateTemplateByScratchResponseBodyResourcesToImport) String() string
- type GenerateTemplatePolicyRequest
- func (s GenerateTemplatePolicyRequest) GoString() string
- func (s *GenerateTemplatePolicyRequest) SetTemplateBody(v string) *GenerateTemplatePolicyRequest
- func (s *GenerateTemplatePolicyRequest) SetTemplateId(v string) *GenerateTemplatePolicyRequest
- func (s *GenerateTemplatePolicyRequest) SetTemplateURL(v string) *GenerateTemplatePolicyRequest
- func (s *GenerateTemplatePolicyRequest) SetTemplateVersion(v string) *GenerateTemplatePolicyRequest
- func (s GenerateTemplatePolicyRequest) String() string
- type GenerateTemplatePolicyResponse
- func (s GenerateTemplatePolicyResponse) GoString() string
- func (s *GenerateTemplatePolicyResponse) SetBody(v *GenerateTemplatePolicyResponseBody) *GenerateTemplatePolicyResponse
- func (s *GenerateTemplatePolicyResponse) SetHeaders(v map[string]*string) *GenerateTemplatePolicyResponse
- func (s *GenerateTemplatePolicyResponse) SetStatusCode(v int32) *GenerateTemplatePolicyResponse
- func (s GenerateTemplatePolicyResponse) String() string
- type GenerateTemplatePolicyResponseBody
- func (s GenerateTemplatePolicyResponseBody) GoString() string
- func (s *GenerateTemplatePolicyResponseBody) SetPolicy(v *GenerateTemplatePolicyResponseBodyPolicy) *GenerateTemplatePolicyResponseBody
- func (s *GenerateTemplatePolicyResponseBody) SetRequestId(v string) *GenerateTemplatePolicyResponseBody
- func (s GenerateTemplatePolicyResponseBody) String() string
- type GenerateTemplatePolicyResponseBodyPolicy
- func (s GenerateTemplatePolicyResponseBodyPolicy) GoString() string
- func (s *GenerateTemplatePolicyResponseBodyPolicy) SetStatement(v []*GenerateTemplatePolicyResponseBodyPolicyStatement) *GenerateTemplatePolicyResponseBodyPolicy
- func (s *GenerateTemplatePolicyResponseBodyPolicy) SetVersion(v string) *GenerateTemplatePolicyResponseBodyPolicy
- func (s GenerateTemplatePolicyResponseBodyPolicy) String() string
- type GenerateTemplatePolicyResponseBodyPolicyStatement
- func (s GenerateTemplatePolicyResponseBodyPolicyStatement) GoString() string
- func (s *GenerateTemplatePolicyResponseBodyPolicyStatement) SetAction(v []*string) *GenerateTemplatePolicyResponseBodyPolicyStatement
- func (s *GenerateTemplatePolicyResponseBodyPolicyStatement) SetEffect(v string) *GenerateTemplatePolicyResponseBodyPolicyStatement
- func (s *GenerateTemplatePolicyResponseBodyPolicyStatement) SetResource(v string) *GenerateTemplatePolicyResponseBodyPolicyStatement
- func (s GenerateTemplatePolicyResponseBodyPolicyStatement) String() string
- type GetChangeSetRequest
- func (s GetChangeSetRequest) GoString() string
- func (s *GetChangeSetRequest) SetChangeSetId(v string) *GetChangeSetRequest
- func (s *GetChangeSetRequest) SetRegionId(v string) *GetChangeSetRequest
- func (s *GetChangeSetRequest) SetShowTemplate(v bool) *GetChangeSetRequest
- func (s GetChangeSetRequest) String() string
- type GetChangeSetResponse
- func (s GetChangeSetResponse) GoString() string
- func (s *GetChangeSetResponse) SetBody(v *GetChangeSetResponseBody) *GetChangeSetResponse
- func (s *GetChangeSetResponse) SetHeaders(v map[string]*string) *GetChangeSetResponse
- func (s *GetChangeSetResponse) SetStatusCode(v int32) *GetChangeSetResponse
- func (s GetChangeSetResponse) String() string
- type GetChangeSetResponseBody
- func (s GetChangeSetResponseBody) GoString() string
- func (s *GetChangeSetResponseBody) SetChangeSetId(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetChangeSetName(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetChangeSetType(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetChanges(v []map[string]interface{}) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetCreateTime(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetDescription(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetDisableRollback(v bool) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetExecutionStatus(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetLog(v *GetChangeSetResponseBodyLog) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetParameters(v []*GetChangeSetResponseBodyParameters) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetRegionId(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetRequestId(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetStackId(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetStackName(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetStatus(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetStatusReason(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetTemplateBody(v string) *GetChangeSetResponseBody
- func (s *GetChangeSetResponseBody) SetTimeoutInMinutes(v int32) *GetChangeSetResponseBody
- func (s GetChangeSetResponseBody) String() string
- type GetChangeSetResponseBodyLog
- type GetChangeSetResponseBodyLogTerraformLogs
- func (s GetChangeSetResponseBodyLogTerraformLogs) GoString() string
- func (s *GetChangeSetResponseBodyLogTerraformLogs) SetCommand(v string) *GetChangeSetResponseBodyLogTerraformLogs
- func (s *GetChangeSetResponseBodyLogTerraformLogs) SetContent(v string) *GetChangeSetResponseBodyLogTerraformLogs
- func (s *GetChangeSetResponseBodyLogTerraformLogs) SetStream(v string) *GetChangeSetResponseBodyLogTerraformLogs
- func (s GetChangeSetResponseBodyLogTerraformLogs) String() string
- type GetChangeSetResponseBodyParameters
- func (s GetChangeSetResponseBodyParameters) GoString() string
- func (s *GetChangeSetResponseBodyParameters) SetParameterKey(v string) *GetChangeSetResponseBodyParameters
- func (s *GetChangeSetResponseBodyParameters) SetParameterValue(v string) *GetChangeSetResponseBodyParameters
- func (s GetChangeSetResponseBodyParameters) String() string
- type GetFeatureDetailsRequest
- type GetFeatureDetailsResponse
- func (s GetFeatureDetailsResponse) GoString() string
- func (s *GetFeatureDetailsResponse) SetBody(v *GetFeatureDetailsResponseBody) *GetFeatureDetailsResponse
- func (s *GetFeatureDetailsResponse) SetHeaders(v map[string]*string) *GetFeatureDetailsResponse
- func (s *GetFeatureDetailsResponse) SetStatusCode(v int32) *GetFeatureDetailsResponse
- func (s GetFeatureDetailsResponse) String() string
- type GetFeatureDetailsResponseBody
- func (s GetFeatureDetailsResponseBody) GoString() string
- func (s *GetFeatureDetailsResponseBody) SetRequestId(v string) *GetFeatureDetailsResponseBody
- func (s *GetFeatureDetailsResponseBody) SetResourceCleaner(v *GetFeatureDetailsResponseBodyResourceCleaner) *GetFeatureDetailsResponseBody
- func (s *GetFeatureDetailsResponseBody) SetTemplateScratch(v *GetFeatureDetailsResponseBodyTemplateScratch) *GetFeatureDetailsResponseBody
- func (s *GetFeatureDetailsResponseBody) SetTerraform(v *GetFeatureDetailsResponseBodyTerraform) *GetFeatureDetailsResponseBody
- func (s GetFeatureDetailsResponseBody) String() string
- type GetFeatureDetailsResponseBodyResourceCleaner
- func (s GetFeatureDetailsResponseBodyResourceCleaner) GoString() string
- func (s *GetFeatureDetailsResponseBodyResourceCleaner) SetSupportedResourceTypes(v []*GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) *GetFeatureDetailsResponseBodyResourceCleaner
- func (s GetFeatureDetailsResponseBodyResourceCleaner) String() string
- type GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes
- func (s GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) GoString() string
- func (s *GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) SetResourceType(v string) *GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes
- func (s *GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) SetSideEffects(v []*string) *GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes
- func (s *GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) SetSupportedFilters(v []*string) *GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes
- func (s GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) String() string
- type GetFeatureDetailsResponseBodyTemplateScratch
- func (s GetFeatureDetailsResponseBodyTemplateScratch) GoString() string
- func (s *GetFeatureDetailsResponseBodyTemplateScratch) SetSupportedResourceTypes(v []*GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) *GetFeatureDetailsResponseBodyTemplateScratch
- func (s GetFeatureDetailsResponseBodyTemplateScratch) String() string
- type GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes
- func (s GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) GoString() string
- func (s *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetResourceType(v string) *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes
- func (s *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetSourceResourceGroupSupported(v bool) *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes
- func (s *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetSourceResourcesSupported(v bool) *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes
- func (s *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetSourceSupported(v bool) *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes
- func (s *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetSourceTagSupported(v bool) *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes
- func (s GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) String() string
- type GetFeatureDetailsResponseBodyTerraform
- func (s GetFeatureDetailsResponseBodyTerraform) GoString() string
- func (s *GetFeatureDetailsResponseBodyTerraform) SetSupportedResourceTypes(v *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) *GetFeatureDetailsResponseBodyTerraform
- func (s *GetFeatureDetailsResponseBodyTerraform) SetSupportedVersions(v []*GetFeatureDetailsResponseBodyTerraformSupportedVersions) *GetFeatureDetailsResponseBodyTerraform
- func (s GetFeatureDetailsResponseBodyTerraform) String() string
- type GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes
- func (s GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) GoString() string
- func (s *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetCustomTag(v []*string) *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes
- func (s *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetEstimateCost(v []*string) *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes
- func (s *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetResourceGroup(v []*string) *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes
- func (s *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetStackOperationRisk(...) *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes
- func (s *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetSystemTag(v []*string) *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes
- func (s GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) String() string
- type GetFeatureDetailsResponseBodyTerraformSupportedResourceTypesStackOperationRisk
- func (s GetFeatureDetailsResponseBodyTerraformSupportedResourceTypesStackOperationRisk) GoString() string
- func (s *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypesStackOperationRisk) SetDeleteStack(v []*string) ...
- func (s GetFeatureDetailsResponseBodyTerraformSupportedResourceTypesStackOperationRisk) String() string
- type GetFeatureDetailsResponseBodyTerraformSupportedVersions
- func (s GetFeatureDetailsResponseBodyTerraformSupportedVersions) GoString() string
- func (s *GetFeatureDetailsResponseBodyTerraformSupportedVersions) SetProviderVersions(v []*GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions) *GetFeatureDetailsResponseBodyTerraformSupportedVersions
- func (s *GetFeatureDetailsResponseBodyTerraformSupportedVersions) SetTerraformVersion(v string) *GetFeatureDetailsResponseBodyTerraformSupportedVersions
- func (s *GetFeatureDetailsResponseBodyTerraformSupportedVersions) SetTransform(v string) *GetFeatureDetailsResponseBodyTerraformSupportedVersions
- func (s *GetFeatureDetailsResponseBodyTerraformSupportedVersions) SetUpdateAllowedTransforms(v []*string) *GetFeatureDetailsResponseBodyTerraformSupportedVersions
- func (s GetFeatureDetailsResponseBodyTerraformSupportedVersions) String() string
- type GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions
- func (s GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions) GoString() string
- func (s *GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions) SetProviderName(v string) *GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions
- func (s *GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions) SetSupportedVersions(v []*string) *GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions
- func (s GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions) String() string
- type GetResourceTypeRequest
- type GetResourceTypeResponse
- func (s GetResourceTypeResponse) GoString() string
- func (s *GetResourceTypeResponse) SetBody(v *GetResourceTypeResponseBody) *GetResourceTypeResponse
- func (s *GetResourceTypeResponse) SetHeaders(v map[string]*string) *GetResourceTypeResponse
- func (s *GetResourceTypeResponse) SetStatusCode(v int32) *GetResourceTypeResponse
- func (s GetResourceTypeResponse) String() string
- type GetResourceTypeResponseBody
- func (s GetResourceTypeResponseBody) GoString() string
- func (s *GetResourceTypeResponseBody) SetAttributes(v map[string]interface{}) *GetResourceTypeResponseBody
- func (s *GetResourceTypeResponseBody) SetEntityType(v string) *GetResourceTypeResponseBody
- func (s *GetResourceTypeResponseBody) SetProperties(v map[string]interface{}) *GetResourceTypeResponseBody
- func (s *GetResourceTypeResponseBody) SetRequestId(v string) *GetResourceTypeResponseBody
- func (s *GetResourceTypeResponseBody) SetResourceType(v string) *GetResourceTypeResponseBody
- func (s *GetResourceTypeResponseBody) SetSupportDriftDetection(v bool) *GetResourceTypeResponseBody
- func (s *GetResourceTypeResponseBody) SetSupportScratchDetection(v bool) *GetResourceTypeResponseBody
- func (s GetResourceTypeResponseBody) String() string
- type GetResourceTypeTemplateRequest
- type GetResourceTypeTemplateResponse
- func (s GetResourceTypeTemplateResponse) GoString() string
- func (s *GetResourceTypeTemplateResponse) SetBody(v *GetResourceTypeTemplateResponseBody) *GetResourceTypeTemplateResponse
- func (s *GetResourceTypeTemplateResponse) SetHeaders(v map[string]*string) *GetResourceTypeTemplateResponse
- func (s *GetResourceTypeTemplateResponse) SetStatusCode(v int32) *GetResourceTypeTemplateResponse
- func (s GetResourceTypeTemplateResponse) String() string
- type GetResourceTypeTemplateResponseBody
- func (s GetResourceTypeTemplateResponseBody) GoString() string
- func (s *GetResourceTypeTemplateResponseBody) SetRequestId(v string) *GetResourceTypeTemplateResponseBody
- func (s *GetResourceTypeTemplateResponseBody) SetTemplateBody(v map[string]interface{}) *GetResourceTypeTemplateResponseBody
- func (s GetResourceTypeTemplateResponseBody) String() string
- type GetServiceProvisionsRequest
- func (s GetServiceProvisionsRequest) GoString() string
- func (s *GetServiceProvisionsRequest) SetParameters(v []*GetServiceProvisionsRequestParameters) *GetServiceProvisionsRequest
- func (s *GetServiceProvisionsRequest) SetRegionId(v string) *GetServiceProvisionsRequest
- func (s *GetServiceProvisionsRequest) SetServices(v []*GetServiceProvisionsRequestServices) *GetServiceProvisionsRequest
- func (s *GetServiceProvisionsRequest) SetTemplateBody(v string) *GetServiceProvisionsRequest
- func (s *GetServiceProvisionsRequest) SetTemplateId(v string) *GetServiceProvisionsRequest
- func (s *GetServiceProvisionsRequest) SetTemplateURL(v string) *GetServiceProvisionsRequest
- func (s *GetServiceProvisionsRequest) SetTemplateVersion(v string) *GetServiceProvisionsRequest
- func (s GetServiceProvisionsRequest) String() string
- type GetServiceProvisionsRequestParameters
- func (s GetServiceProvisionsRequestParameters) GoString() string
- func (s *GetServiceProvisionsRequestParameters) SetParameterKey(v string) *GetServiceProvisionsRequestParameters
- func (s *GetServiceProvisionsRequestParameters) SetParameterValue(v string) *GetServiceProvisionsRequestParameters
- func (s GetServiceProvisionsRequestParameters) String() string
- type GetServiceProvisionsRequestServices
- type GetServiceProvisionsResponse
- func (s GetServiceProvisionsResponse) GoString() string
- func (s *GetServiceProvisionsResponse) SetBody(v *GetServiceProvisionsResponseBody) *GetServiceProvisionsResponse
- func (s *GetServiceProvisionsResponse) SetHeaders(v map[string]*string) *GetServiceProvisionsResponse
- func (s *GetServiceProvisionsResponse) SetStatusCode(v int32) *GetServiceProvisionsResponse
- func (s GetServiceProvisionsResponse) String() string
- type GetServiceProvisionsResponseBody
- func (s GetServiceProvisionsResponseBody) GoString() string
- func (s *GetServiceProvisionsResponseBody) SetRequestId(v string) *GetServiceProvisionsResponseBody
- func (s *GetServiceProvisionsResponseBody) SetServiceProvisions(v []*GetServiceProvisionsResponseBodyServiceProvisions) *GetServiceProvisionsResponseBody
- func (s GetServiceProvisionsResponseBody) String() string
- type GetServiceProvisionsResponseBodyServiceProvisions
- func (s GetServiceProvisionsResponseBodyServiceProvisions) GoString() string
- func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetAutoEnableService(v bool) *GetServiceProvisionsResponseBodyServiceProvisions
- func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetDependentServiceNames(v []*string) *GetServiceProvisionsResponseBodyServiceProvisions
- func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetEnableURL(v string) *GetServiceProvisionsResponseBodyServiceProvisions
- func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetRoleProvision(v *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision) *GetServiceProvisionsResponseBodyServiceProvisions
- func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetServiceName(v string) *GetServiceProvisionsResponseBodyServiceProvisions
- func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetStatus(v string) *GetServiceProvisionsResponseBodyServiceProvisions
- func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetStatusReason(v string) *GetServiceProvisionsResponseBodyServiceProvisions
- func (s GetServiceProvisionsResponseBodyServiceProvisions) String() string
- type GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision
- func (s GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision) GoString() string
- func (s *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision) SetAuthorizationURL(v string) *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision
- func (s *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision) SetRoles(v []*GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision
- func (s GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision) String() string
- type GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles
- func (s GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) GoString() string
- func (s *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) SetCreated(v bool) *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles
- func (s *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) SetFunction(v string) *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles
- func (s *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) SetRoleName(v string) *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles
- func (s GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) String() string
- type GetStackDriftDetectionStatusRequest
- func (s GetStackDriftDetectionStatusRequest) GoString() string
- func (s *GetStackDriftDetectionStatusRequest) SetDriftDetectionId(v string) *GetStackDriftDetectionStatusRequest
- func (s *GetStackDriftDetectionStatusRequest) SetRegionId(v string) *GetStackDriftDetectionStatusRequest
- func (s GetStackDriftDetectionStatusRequest) String() string
- type GetStackDriftDetectionStatusResponse
- func (s GetStackDriftDetectionStatusResponse) GoString() string
- func (s *GetStackDriftDetectionStatusResponse) SetBody(v *GetStackDriftDetectionStatusResponseBody) *GetStackDriftDetectionStatusResponse
- func (s *GetStackDriftDetectionStatusResponse) SetHeaders(v map[string]*string) *GetStackDriftDetectionStatusResponse
- func (s *GetStackDriftDetectionStatusResponse) SetStatusCode(v int32) *GetStackDriftDetectionStatusResponse
- func (s GetStackDriftDetectionStatusResponse) String() string
- type GetStackDriftDetectionStatusResponseBody
- func (s GetStackDriftDetectionStatusResponseBody) GoString() string
- func (s *GetStackDriftDetectionStatusResponseBody) SetDriftDetectionId(v string) *GetStackDriftDetectionStatusResponseBody
- func (s *GetStackDriftDetectionStatusResponseBody) SetDriftDetectionStatus(v string) *GetStackDriftDetectionStatusResponseBody
- func (s *GetStackDriftDetectionStatusResponseBody) SetDriftDetectionStatusReason(v string) *GetStackDriftDetectionStatusResponseBody
- func (s *GetStackDriftDetectionStatusResponseBody) SetDriftDetectionTime(v string) *GetStackDriftDetectionStatusResponseBody
- func (s *GetStackDriftDetectionStatusResponseBody) SetDriftedStackResourceCount(v int32) *GetStackDriftDetectionStatusResponseBody
- func (s *GetStackDriftDetectionStatusResponseBody) SetRequestId(v string) *GetStackDriftDetectionStatusResponseBody
- func (s *GetStackDriftDetectionStatusResponseBody) SetStackDriftStatus(v string) *GetStackDriftDetectionStatusResponseBody
- func (s *GetStackDriftDetectionStatusResponseBody) SetStackId(v string) *GetStackDriftDetectionStatusResponseBody
- func (s GetStackDriftDetectionStatusResponseBody) String() string
- type GetStackGroupOperationRequest
- func (s GetStackGroupOperationRequest) GoString() string
- func (s *GetStackGroupOperationRequest) SetOperationId(v string) *GetStackGroupOperationRequest
- func (s *GetStackGroupOperationRequest) SetRegionId(v string) *GetStackGroupOperationRequest
- func (s GetStackGroupOperationRequest) String() string
- type GetStackGroupOperationResponse
- func (s GetStackGroupOperationResponse) GoString() string
- func (s *GetStackGroupOperationResponse) SetBody(v *GetStackGroupOperationResponseBody) *GetStackGroupOperationResponse
- func (s *GetStackGroupOperationResponse) SetHeaders(v map[string]*string) *GetStackGroupOperationResponse
- func (s *GetStackGroupOperationResponse) SetStatusCode(v int32) *GetStackGroupOperationResponse
- func (s GetStackGroupOperationResponse) String() string
- type GetStackGroupOperationResponseBody
- func (s GetStackGroupOperationResponseBody) GoString() string
- func (s *GetStackGroupOperationResponseBody) SetRequestId(v string) *GetStackGroupOperationResponseBody
- func (s *GetStackGroupOperationResponseBody) SetStackGroupOperation(v *GetStackGroupOperationResponseBodyStackGroupOperation) *GetStackGroupOperationResponseBody
- func (s GetStackGroupOperationResponseBody) String() string
- type GetStackGroupOperationResponseBodyStackGroupOperation
- func (s GetStackGroupOperationResponseBodyStackGroupOperation) GoString() string
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetAction(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetAdministrationRoleName(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetCreateTime(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetDeploymentTargets(v *GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetEndTime(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetExecutionRoleName(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetOperationDescription(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetOperationId(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetOperationPreferences(v *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetRetainStacks(v bool) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetStackGroupDriftDetectionDetail(...) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetStackGroupId(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetStackGroupName(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetStatus(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
- func (s GetStackGroupOperationResponseBodyStackGroupOperation) String() string
- type GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets
- func (s GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets) GoString() string
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets) SetAccountIds(v []*string) *GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets) SetRdFolderIds(v []*string) *GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets
- func (s GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets) String() string
- type GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences
- func (s GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) GoString() string
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetFailureToleranceCount(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetFailureTolerancePercentage(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetMaxConcurrentCount(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetMaxConcurrentPercentage(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetRegionIdsOrder(v []*string) *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences
- func (s GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) String() string
- type GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail
- func (s GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) GoString() string
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetCancelledStackInstancesCount(v int32) ...
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetDriftDetectionStatus(v string) ...
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetDriftDetectionTime(v string) ...
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetDriftedStackInstancesCount(v int32) ...
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetFailedStackInstancesCount(v int32) ...
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetInProgressStackInstancesCount(v int32) ...
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetInSyncStackInstancesCount(v int32) ...
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetStackGroupDriftStatus(v string) ...
- func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetTotalStackInstancesCount(v int32) ...
- func (s GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) String() string
- type GetStackGroupRequest
- func (s GetStackGroupRequest) GoString() string
- func (s *GetStackGroupRequest) SetRegionId(v string) *GetStackGroupRequest
- func (s *GetStackGroupRequest) SetStackGroupId(v string) *GetStackGroupRequest
- func (s *GetStackGroupRequest) SetStackGroupName(v string) *GetStackGroupRequest
- func (s GetStackGroupRequest) String() string
- type GetStackGroupResponse
- func (s GetStackGroupResponse) GoString() string
- func (s *GetStackGroupResponse) SetBody(v *GetStackGroupResponseBody) *GetStackGroupResponse
- func (s *GetStackGroupResponse) SetHeaders(v map[string]*string) *GetStackGroupResponse
- func (s *GetStackGroupResponse) SetStatusCode(v int32) *GetStackGroupResponse
- func (s GetStackGroupResponse) String() string
- type GetStackGroupResponseBody
- func (s GetStackGroupResponseBody) GoString() string
- func (s *GetStackGroupResponseBody) SetRequestId(v string) *GetStackGroupResponseBody
- func (s *GetStackGroupResponseBody) SetStackGroup(v *GetStackGroupResponseBodyStackGroup) *GetStackGroupResponseBody
- func (s GetStackGroupResponseBody) String() string
- type GetStackGroupResponseBodyStackGroup
- func (s GetStackGroupResponseBodyStackGroup) GoString() string
- func (s *GetStackGroupResponseBodyStackGroup) SetAdministrationRoleName(v string) *GetStackGroupResponseBodyStackGroup
- func (s *GetStackGroupResponseBodyStackGroup) SetAutoDeployment(v *GetStackGroupResponseBodyStackGroupAutoDeployment) *GetStackGroupResponseBodyStackGroup
- func (s *GetStackGroupResponseBodyStackGroup) SetDescription(v string) *GetStackGroupResponseBodyStackGroup
- func (s *GetStackGroupResponseBodyStackGroup) SetExecutionRoleName(v string) *GetStackGroupResponseBodyStackGroup
- func (s *GetStackGroupResponseBodyStackGroup) SetParameters(v []*GetStackGroupResponseBodyStackGroupParameters) *GetStackGroupResponseBodyStackGroup
- func (s *GetStackGroupResponseBodyStackGroup) SetPermissionModel(v string) *GetStackGroupResponseBodyStackGroup
- func (s *GetStackGroupResponseBodyStackGroup) SetRdFolderIds(v []*string) *GetStackGroupResponseBodyStackGroup
- func (s *GetStackGroupResponseBodyStackGroup) SetResourceGroupId(v string) *GetStackGroupResponseBodyStackGroup
- func (s *GetStackGroupResponseBodyStackGroup) SetStackGroupDriftDetectionDetail(v *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) *GetStackGroupResponseBodyStackGroup
- func (s *GetStackGroupResponseBodyStackGroup) SetStackGroupId(v string) *GetStackGroupResponseBodyStackGroup
- func (s *GetStackGroupResponseBodyStackGroup) SetStackGroupName(v string) *GetStackGroupResponseBodyStackGroup
- func (s *GetStackGroupResponseBodyStackGroup) SetStatus(v string) *GetStackGroupResponseBodyStackGroup
- func (s *GetStackGroupResponseBodyStackGroup) SetTemplateBody(v string) *GetStackGroupResponseBodyStackGroup
- func (s GetStackGroupResponseBodyStackGroup) String() string
- type GetStackGroupResponseBodyStackGroupAutoDeployment
- func (s GetStackGroupResponseBodyStackGroupAutoDeployment) GoString() string
- func (s *GetStackGroupResponseBodyStackGroupAutoDeployment) SetEnabled(v bool) *GetStackGroupResponseBodyStackGroupAutoDeployment
- func (s *GetStackGroupResponseBodyStackGroupAutoDeployment) SetRetainStacksOnAccountRemoval(v bool) *GetStackGroupResponseBodyStackGroupAutoDeployment
- func (s GetStackGroupResponseBodyStackGroupAutoDeployment) String() string
- type GetStackGroupResponseBodyStackGroupParameters
- func (s GetStackGroupResponseBodyStackGroupParameters) GoString() string
- func (s *GetStackGroupResponseBodyStackGroupParameters) SetParameterKey(v string) *GetStackGroupResponseBodyStackGroupParameters
- func (s *GetStackGroupResponseBodyStackGroupParameters) SetParameterValue(v string) *GetStackGroupResponseBodyStackGroupParameters
- func (s GetStackGroupResponseBodyStackGroupParameters) String() string
- type GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
- func (s GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) GoString() string
- func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetCancelledStackInstancesCount(v int32) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
- func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetDriftDetectionStatus(v string) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
- func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetDriftDetectionTime(v string) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
- func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetDriftedStackInstancesCount(v int32) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
- func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetFailedStackInstancesCount(v int32) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
- func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetInProgressStackInstancesCount(v int32) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
- func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetInSyncStackInstancesCount(v int32) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
- func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetStackGroupDriftStatus(v string) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
- func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetTotalStackInstancesCount(v int32) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
- func (s GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) String() string
- type GetStackInstanceRequest
- func (s GetStackInstanceRequest) GoString() string
- func (s *GetStackInstanceRequest) SetRegionId(v string) *GetStackInstanceRequest
- func (s *GetStackInstanceRequest) SetStackGroupName(v string) *GetStackInstanceRequest
- func (s *GetStackInstanceRequest) SetStackInstanceAccountId(v string) *GetStackInstanceRequest
- func (s *GetStackInstanceRequest) SetStackInstanceRegionId(v string) *GetStackInstanceRequest
- func (s GetStackInstanceRequest) String() string
- type GetStackInstanceResponse
- func (s GetStackInstanceResponse) GoString() string
- func (s *GetStackInstanceResponse) SetBody(v *GetStackInstanceResponseBody) *GetStackInstanceResponse
- func (s *GetStackInstanceResponse) SetHeaders(v map[string]*string) *GetStackInstanceResponse
- func (s *GetStackInstanceResponse) SetStatusCode(v int32) *GetStackInstanceResponse
- func (s GetStackInstanceResponse) String() string
- type GetStackInstanceResponseBody
- func (s GetStackInstanceResponseBody) GoString() string
- func (s *GetStackInstanceResponseBody) SetRequestId(v string) *GetStackInstanceResponseBody
- func (s *GetStackInstanceResponseBody) SetStackInstance(v *GetStackInstanceResponseBodyStackInstance) *GetStackInstanceResponseBody
- func (s GetStackInstanceResponseBody) String() string
- type GetStackInstanceResponseBodyStackInstance
- func (s GetStackInstanceResponseBodyStackInstance) GoString() string
- func (s *GetStackInstanceResponseBodyStackInstance) SetAccountId(v string) *GetStackInstanceResponseBodyStackInstance
- func (s *GetStackInstanceResponseBodyStackInstance) SetDriftDetectionTime(v string) *GetStackInstanceResponseBodyStackInstance
- func (s *GetStackInstanceResponseBodyStackInstance) SetParameterOverrides(v []*GetStackInstanceResponseBodyStackInstanceParameterOverrides) *GetStackInstanceResponseBodyStackInstance
- func (s *GetStackInstanceResponseBodyStackInstance) SetRdFolderId(v string) *GetStackInstanceResponseBodyStackInstance
- func (s *GetStackInstanceResponseBodyStackInstance) SetRegionId(v string) *GetStackInstanceResponseBodyStackInstance
- func (s *GetStackInstanceResponseBodyStackInstance) SetStackDriftStatus(v string) *GetStackInstanceResponseBodyStackInstance
- func (s *GetStackInstanceResponseBodyStackInstance) SetStackGroupId(v string) *GetStackInstanceResponseBodyStackInstance
- func (s *GetStackInstanceResponseBodyStackInstance) SetStackGroupName(v string) *GetStackInstanceResponseBodyStackInstance
- func (s *GetStackInstanceResponseBodyStackInstance) SetStackId(v string) *GetStackInstanceResponseBodyStackInstance
- func (s *GetStackInstanceResponseBodyStackInstance) SetStatus(v string) *GetStackInstanceResponseBodyStackInstance
- func (s *GetStackInstanceResponseBodyStackInstance) SetStatusReason(v string) *GetStackInstanceResponseBodyStackInstance
- func (s GetStackInstanceResponseBodyStackInstance) String() string
- type GetStackInstanceResponseBodyStackInstanceParameterOverrides
- func (s GetStackInstanceResponseBodyStackInstanceParameterOverrides) GoString() string
- func (s *GetStackInstanceResponseBodyStackInstanceParameterOverrides) SetParameterKey(v string) *GetStackInstanceResponseBodyStackInstanceParameterOverrides
- func (s *GetStackInstanceResponseBodyStackInstanceParameterOverrides) SetParameterValue(v string) *GetStackInstanceResponseBodyStackInstanceParameterOverrides
- func (s GetStackInstanceResponseBodyStackInstanceParameterOverrides) String() string
- type GetStackPolicyRequest
- type GetStackPolicyResponse
- func (s GetStackPolicyResponse) GoString() string
- func (s *GetStackPolicyResponse) SetBody(v *GetStackPolicyResponseBody) *GetStackPolicyResponse
- func (s *GetStackPolicyResponse) SetHeaders(v map[string]*string) *GetStackPolicyResponse
- func (s *GetStackPolicyResponse) SetStatusCode(v int32) *GetStackPolicyResponse
- func (s GetStackPolicyResponse) String() string
- type GetStackPolicyResponseBody
- func (s GetStackPolicyResponseBody) GoString() string
- func (s *GetStackPolicyResponseBody) SetRequestId(v string) *GetStackPolicyResponseBody
- func (s *GetStackPolicyResponseBody) SetStackPolicyBody(v map[string]interface{}) *GetStackPolicyResponseBody
- func (s GetStackPolicyResponseBody) String() string
- type GetStackRequest
- func (s GetStackRequest) GoString() string
- func (s *GetStackRequest) SetClientToken(v string) *GetStackRequest
- func (s *GetStackRequest) SetLogOption(v string) *GetStackRequest
- func (s *GetStackRequest) SetOutputOption(v string) *GetStackRequest
- func (s *GetStackRequest) SetRegionId(v string) *GetStackRequest
- func (s *GetStackRequest) SetShowResourceProgress(v string) *GetStackRequest
- func (s *GetStackRequest) SetStackId(v string) *GetStackRequest
- func (s GetStackRequest) String() string
- type GetStackResourceRequest
- func (s GetStackResourceRequest) GoString() string
- func (s *GetStackResourceRequest) SetClientToken(v string) *GetStackResourceRequest
- func (s *GetStackResourceRequest) SetLogicalResourceId(v string) *GetStackResourceRequest
- func (s *GetStackResourceRequest) SetRegionId(v string) *GetStackResourceRequest
- func (s *GetStackResourceRequest) SetResourceAttributes(v []*string) *GetStackResourceRequest
- func (s *GetStackResourceRequest) SetShowResourceAttributes(v bool) *GetStackResourceRequest
- func (s *GetStackResourceRequest) SetStackId(v string) *GetStackResourceRequest
- func (s GetStackResourceRequest) String() string
- type GetStackResourceResponse
- func (s GetStackResourceResponse) GoString() string
- func (s *GetStackResourceResponse) SetBody(v *GetStackResourceResponseBody) *GetStackResourceResponse
- func (s *GetStackResourceResponse) SetHeaders(v map[string]*string) *GetStackResourceResponse
- func (s *GetStackResourceResponse) SetStatusCode(v int32) *GetStackResourceResponse
- func (s GetStackResourceResponse) String() string
- type GetStackResourceResponseBody
- func (s GetStackResourceResponseBody) GoString() string
- func (s *GetStackResourceResponseBody) SetCreateTime(v string) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetDescription(v string) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetDriftDetectionTime(v string) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetLogicalResourceId(v string) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetMetadata(v map[string]interface{}) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetPhysicalResourceId(v string) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetRequestId(v string) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetResourceAttributes(v []map[string]interface{}) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetResourceDriftStatus(v string) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetResourceType(v string) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetStackId(v string) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetStackName(v string) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetStatus(v string) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetStatusReason(v string) *GetStackResourceResponseBody
- func (s *GetStackResourceResponseBody) SetUpdateTime(v string) *GetStackResourceResponseBody
- func (s GetStackResourceResponseBody) String() string
- type GetStackResponse
- func (s GetStackResponse) GoString() string
- func (s *GetStackResponse) SetBody(v *GetStackResponseBody) *GetStackResponse
- func (s *GetStackResponse) SetHeaders(v map[string]*string) *GetStackResponse
- func (s *GetStackResponse) SetStatusCode(v int32) *GetStackResponse
- func (s GetStackResponse) String() string
- type GetStackResponseBody
- func (s GetStackResponseBody) GoString() string
- func (s *GetStackResponseBody) SetCreateTime(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetDeletionProtection(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetDescription(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetDisableRollback(v bool) *GetStackResponseBody
- func (s *GetStackResponseBody) SetDriftDetectionTime(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetInterface(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetLog(v *GetStackResponseBodyLog) *GetStackResponseBody
- func (s *GetStackResponseBody) SetNotificationURLs(v []*string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetOperationInfo(v *GetStackResponseBodyOperationInfo) *GetStackResponseBody
- func (s *GetStackResponseBody) SetOutputs(v []map[string]interface{}) *GetStackResponseBody
- func (s *GetStackResponseBody) SetParameters(v []*GetStackResponseBodyParameters) *GetStackResponseBody
- func (s *GetStackResponseBody) SetParentStackId(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetRamRoleName(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetRegionId(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetRequestId(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetResourceGroupId(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetResourceProgress(v *GetStackResponseBodyResourceProgress) *GetStackResponseBody
- func (s *GetStackResponseBody) SetRootStackId(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetServiceManaged(v bool) *GetStackResponseBody
- func (s *GetStackResponseBody) SetServiceName(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetStackDriftStatus(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetStackId(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetStackName(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetStackType(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetStatus(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetStatusReason(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetTags(v []*GetStackResponseBodyTags) *GetStackResponseBody
- func (s *GetStackResponseBody) SetTemplateDescription(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetTemplateId(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetTemplateScratchId(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetTemplateURL(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetTemplateVersion(v string) *GetStackResponseBody
- func (s *GetStackResponseBody) SetTimeoutInMinutes(v int32) *GetStackResponseBody
- func (s *GetStackResponseBody) SetUpdateTime(v string) *GetStackResponseBody
- func (s GetStackResponseBody) String() string
- type GetStackResponseBodyLog
- func (s GetStackResponseBodyLog) GoString() string
- func (s *GetStackResponseBodyLog) SetResourceLogs(v []*GetStackResponseBodyLogResourceLogs) *GetStackResponseBodyLog
- func (s *GetStackResponseBodyLog) SetTerraformLogs(v []*GetStackResponseBodyLogTerraformLogs) *GetStackResponseBodyLog
- func (s GetStackResponseBodyLog) String() string
- type GetStackResponseBodyLogResourceLogs
- func (s GetStackResponseBodyLogResourceLogs) GoString() string
- func (s *GetStackResponseBodyLogResourceLogs) SetLogs(v []*GetStackResponseBodyLogResourceLogsLogs) *GetStackResponseBodyLogResourceLogs
- func (s *GetStackResponseBodyLogResourceLogs) SetResourceName(v string) *GetStackResponseBodyLogResourceLogs
- func (s GetStackResponseBodyLogResourceLogs) String() string
- type GetStackResponseBodyLogResourceLogsLogs
- func (s GetStackResponseBodyLogResourceLogsLogs) GoString() string
- func (s *GetStackResponseBodyLogResourceLogsLogs) SetContent(v string) *GetStackResponseBodyLogResourceLogsLogs
- func (s *GetStackResponseBodyLogResourceLogsLogs) SetKeys(v []*string) *GetStackResponseBodyLogResourceLogsLogs
- func (s GetStackResponseBodyLogResourceLogsLogs) String() string
- type GetStackResponseBodyLogTerraformLogs
- func (s GetStackResponseBodyLogTerraformLogs) GoString() string
- func (s *GetStackResponseBodyLogTerraformLogs) SetCommand(v string) *GetStackResponseBodyLogTerraformLogs
- func (s *GetStackResponseBodyLogTerraformLogs) SetContent(v string) *GetStackResponseBodyLogTerraformLogs
- func (s *GetStackResponseBodyLogTerraformLogs) SetStream(v string) *GetStackResponseBodyLogTerraformLogs
- func (s GetStackResponseBodyLogTerraformLogs) String() string
- type GetStackResponseBodyOperationInfo
- func (s GetStackResponseBodyOperationInfo) GoString() string
- func (s *GetStackResponseBodyOperationInfo) SetAction(v string) *GetStackResponseBodyOperationInfo
- func (s *GetStackResponseBodyOperationInfo) SetCode(v string) *GetStackResponseBodyOperationInfo
- func (s *GetStackResponseBodyOperationInfo) SetLogicalResourceId(v string) *GetStackResponseBodyOperationInfo
- func (s *GetStackResponseBodyOperationInfo) SetMessage(v string) *GetStackResponseBodyOperationInfo
- func (s *GetStackResponseBodyOperationInfo) SetRequestId(v string) *GetStackResponseBodyOperationInfo
- func (s *GetStackResponseBodyOperationInfo) SetResourceType(v string) *GetStackResponseBodyOperationInfo
- func (s GetStackResponseBodyOperationInfo) String() string
- type GetStackResponseBodyParameters
- func (s GetStackResponseBodyParameters) GoString() string
- func (s *GetStackResponseBodyParameters) SetParameterKey(v string) *GetStackResponseBodyParameters
- func (s *GetStackResponseBodyParameters) SetParameterValue(v string) *GetStackResponseBodyParameters
- func (s GetStackResponseBodyParameters) String() string
- type GetStackResponseBodyResourceProgress
- func (s GetStackResponseBodyResourceProgress) GoString() string
- func (s *GetStackResponseBodyResourceProgress) SetFailedResourceCount(v int32) *GetStackResponseBodyResourceProgress
- func (s *GetStackResponseBodyResourceProgress) SetInProgressResourceCount(v int32) *GetStackResponseBodyResourceProgress
- func (s *GetStackResponseBodyResourceProgress) SetInProgressResourceDetails(v []*GetStackResponseBodyResourceProgressInProgressResourceDetails) *GetStackResponseBodyResourceProgress
- func (s *GetStackResponseBodyResourceProgress) SetPendingResourceCount(v int32) *GetStackResponseBodyResourceProgress
- func (s *GetStackResponseBodyResourceProgress) SetSuccessResourceCount(v int32) *GetStackResponseBodyResourceProgress
- func (s *GetStackResponseBodyResourceProgress) SetTotalResourceCount(v int32) *GetStackResponseBodyResourceProgress
- func (s GetStackResponseBodyResourceProgress) String() string
- type GetStackResponseBodyResourceProgressInProgressResourceDetails
- func (s GetStackResponseBodyResourceProgressInProgressResourceDetails) GoString() string
- func (s *GetStackResponseBodyResourceProgressInProgressResourceDetails) SetProgressTargetValue(v float32) *GetStackResponseBodyResourceProgressInProgressResourceDetails
- func (s *GetStackResponseBodyResourceProgressInProgressResourceDetails) SetProgressValue(v float32) *GetStackResponseBodyResourceProgressInProgressResourceDetails
- func (s *GetStackResponseBodyResourceProgressInProgressResourceDetails) SetResourceName(v string) *GetStackResponseBodyResourceProgressInProgressResourceDetails
- func (s *GetStackResponseBodyResourceProgressInProgressResourceDetails) SetResourceType(v string) *GetStackResponseBodyResourceProgressInProgressResourceDetails
- func (s GetStackResponseBodyResourceProgressInProgressResourceDetails) String() string
- type GetStackResponseBodyTags
- type GetTemplateEstimateCostRequest
- func (s GetTemplateEstimateCostRequest) GoString() string
- func (s *GetTemplateEstimateCostRequest) SetClientToken(v string) *GetTemplateEstimateCostRequest
- func (s *GetTemplateEstimateCostRequest) SetParameters(v []*GetTemplateEstimateCostRequestParameters) *GetTemplateEstimateCostRequest
- func (s *GetTemplateEstimateCostRequest) SetRegionId(v string) *GetTemplateEstimateCostRequest
- func (s *GetTemplateEstimateCostRequest) SetTemplateBody(v string) *GetTemplateEstimateCostRequest
- func (s *GetTemplateEstimateCostRequest) SetTemplateId(v string) *GetTemplateEstimateCostRequest
- func (s *GetTemplateEstimateCostRequest) SetTemplateScratchId(v string) *GetTemplateEstimateCostRequest
- func (s *GetTemplateEstimateCostRequest) SetTemplateScratchRegionId(v string) *GetTemplateEstimateCostRequest
- func (s *GetTemplateEstimateCostRequest) SetTemplateURL(v string) *GetTemplateEstimateCostRequest
- func (s *GetTemplateEstimateCostRequest) SetTemplateVersion(v string) *GetTemplateEstimateCostRequest
- func (s GetTemplateEstimateCostRequest) String() string
- type GetTemplateEstimateCostRequestParameters
- func (s GetTemplateEstimateCostRequestParameters) GoString() string
- func (s *GetTemplateEstimateCostRequestParameters) SetParameterKey(v string) *GetTemplateEstimateCostRequestParameters
- func (s *GetTemplateEstimateCostRequestParameters) SetParameterValue(v string) *GetTemplateEstimateCostRequestParameters
- func (s GetTemplateEstimateCostRequestParameters) String() string
- type GetTemplateEstimateCostResponse
- func (s GetTemplateEstimateCostResponse) GoString() string
- func (s *GetTemplateEstimateCostResponse) SetBody(v *GetTemplateEstimateCostResponseBody) *GetTemplateEstimateCostResponse
- func (s *GetTemplateEstimateCostResponse) SetHeaders(v map[string]*string) *GetTemplateEstimateCostResponse
- func (s *GetTemplateEstimateCostResponse) SetStatusCode(v int32) *GetTemplateEstimateCostResponse
- func (s GetTemplateEstimateCostResponse) String() string
- type GetTemplateEstimateCostResponseBody
- func (s GetTemplateEstimateCostResponseBody) GoString() string
- func (s *GetTemplateEstimateCostResponseBody) SetRequestId(v string) *GetTemplateEstimateCostResponseBody
- func (s *GetTemplateEstimateCostResponseBody) SetResources(v map[string]interface{}) *GetTemplateEstimateCostResponseBody
- func (s GetTemplateEstimateCostResponseBody) String() string
- type GetTemplateParameterConstraintsRequest
- func (s GetTemplateParameterConstraintsRequest) GoString() string
- func (s *GetTemplateParameterConstraintsRequest) SetClientToken(v string) *GetTemplateParameterConstraintsRequest
- func (s *GetTemplateParameterConstraintsRequest) SetParameters(v []*GetTemplateParameterConstraintsRequestParameters) *GetTemplateParameterConstraintsRequest
- func (s *GetTemplateParameterConstraintsRequest) SetParametersKeyFilter(v []*string) *GetTemplateParameterConstraintsRequest
- func (s *GetTemplateParameterConstraintsRequest) SetRegionId(v string) *GetTemplateParameterConstraintsRequest
- func (s *GetTemplateParameterConstraintsRequest) SetTemplateBody(v string) *GetTemplateParameterConstraintsRequest
- func (s *GetTemplateParameterConstraintsRequest) SetTemplateId(v string) *GetTemplateParameterConstraintsRequest
- func (s *GetTemplateParameterConstraintsRequest) SetTemplateURL(v string) *GetTemplateParameterConstraintsRequest
- func (s *GetTemplateParameterConstraintsRequest) SetTemplateVersion(v string) *GetTemplateParameterConstraintsRequest
- func (s GetTemplateParameterConstraintsRequest) String() string
- type GetTemplateParameterConstraintsRequestParameters
- func (s GetTemplateParameterConstraintsRequestParameters) GoString() string
- func (s *GetTemplateParameterConstraintsRequestParameters) SetParameterKey(v string) *GetTemplateParameterConstraintsRequestParameters
- func (s *GetTemplateParameterConstraintsRequestParameters) SetParameterValue(v string) *GetTemplateParameterConstraintsRequestParameters
- func (s GetTemplateParameterConstraintsRequestParameters) String() string
- type GetTemplateParameterConstraintsResponse
- func (s GetTemplateParameterConstraintsResponse) GoString() string
- func (s *GetTemplateParameterConstraintsResponse) SetBody(v *GetTemplateParameterConstraintsResponseBody) *GetTemplateParameterConstraintsResponse
- func (s *GetTemplateParameterConstraintsResponse) SetHeaders(v map[string]*string) *GetTemplateParameterConstraintsResponse
- func (s *GetTemplateParameterConstraintsResponse) SetStatusCode(v int32) *GetTemplateParameterConstraintsResponse
- func (s GetTemplateParameterConstraintsResponse) String() string
- type GetTemplateParameterConstraintsResponseBody
- func (s GetTemplateParameterConstraintsResponseBody) GoString() string
- func (s *GetTemplateParameterConstraintsResponseBody) SetParameterConstraints(v []*GetTemplateParameterConstraintsResponseBodyParameterConstraints) *GetTemplateParameterConstraintsResponseBody
- func (s *GetTemplateParameterConstraintsResponseBody) SetRequestId(v string) *GetTemplateParameterConstraintsResponseBody
- func (s GetTemplateParameterConstraintsResponseBody) String() string
- type GetTemplateParameterConstraintsResponseBodyParameterConstraints
- func (s GetTemplateParameterConstraintsResponseBodyParameterConstraints) GoString() string
- func (s *GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetAllowedValues(v []*string) *GetTemplateParameterConstraintsResponseBodyParameterConstraints
- func (s *GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetAssociationParameterNames(v []*string) *GetTemplateParameterConstraintsResponseBodyParameterConstraints
- func (s *GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetBehavior(v string) *GetTemplateParameterConstraintsResponseBodyParameterConstraints
- func (s *GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetBehaviorReason(v string) *GetTemplateParameterConstraintsResponseBodyParameterConstraints
- func (s *GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetParameterKey(v string) *GetTemplateParameterConstraintsResponseBodyParameterConstraints
- func (s *GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetType(v string) *GetTemplateParameterConstraintsResponseBodyParameterConstraints
- func (s GetTemplateParameterConstraintsResponseBodyParameterConstraints) String() string
- type GetTemplateParameterConstraintsShrinkRequest
- func (s GetTemplateParameterConstraintsShrinkRequest) GoString() string
- func (s *GetTemplateParameterConstraintsShrinkRequest) SetClientToken(v string) *GetTemplateParameterConstraintsShrinkRequest
- func (s *GetTemplateParameterConstraintsShrinkRequest) SetParameters(v []*GetTemplateParameterConstraintsShrinkRequestParameters) *GetTemplateParameterConstraintsShrinkRequest
- func (s *GetTemplateParameterConstraintsShrinkRequest) SetParametersKeyFilterShrink(v string) *GetTemplateParameterConstraintsShrinkRequest
- func (s *GetTemplateParameterConstraintsShrinkRequest) SetRegionId(v string) *GetTemplateParameterConstraintsShrinkRequest
- func (s *GetTemplateParameterConstraintsShrinkRequest) SetTemplateBody(v string) *GetTemplateParameterConstraintsShrinkRequest
- func (s *GetTemplateParameterConstraintsShrinkRequest) SetTemplateId(v string) *GetTemplateParameterConstraintsShrinkRequest
- func (s *GetTemplateParameterConstraintsShrinkRequest) SetTemplateURL(v string) *GetTemplateParameterConstraintsShrinkRequest
- func (s *GetTemplateParameterConstraintsShrinkRequest) SetTemplateVersion(v string) *GetTemplateParameterConstraintsShrinkRequest
- func (s GetTemplateParameterConstraintsShrinkRequest) String() string
- type GetTemplateParameterConstraintsShrinkRequestParameters
- func (s GetTemplateParameterConstraintsShrinkRequestParameters) GoString() string
- func (s *GetTemplateParameterConstraintsShrinkRequestParameters) SetParameterKey(v string) *GetTemplateParameterConstraintsShrinkRequestParameters
- func (s *GetTemplateParameterConstraintsShrinkRequestParameters) SetParameterValue(v string) *GetTemplateParameterConstraintsShrinkRequestParameters
- func (s GetTemplateParameterConstraintsShrinkRequestParameters) String() string
- type GetTemplateRequest
- func (s GetTemplateRequest) GoString() string
- func (s *GetTemplateRequest) SetChangeSetId(v string) *GetTemplateRequest
- func (s *GetTemplateRequest) SetIncludePermission(v string) *GetTemplateRequest
- func (s *GetTemplateRequest) SetIncludeTags(v string) *GetTemplateRequest
- func (s *GetTemplateRequest) SetRegionId(v string) *GetTemplateRequest
- func (s *GetTemplateRequest) SetStackGroupName(v string) *GetTemplateRequest
- func (s *GetTemplateRequest) SetStackId(v string) *GetTemplateRequest
- func (s *GetTemplateRequest) SetTemplateId(v string) *GetTemplateRequest
- func (s *GetTemplateRequest) SetTemplateStage(v string) *GetTemplateRequest
- func (s *GetTemplateRequest) SetTemplateVersion(v string) *GetTemplateRequest
- func (s GetTemplateRequest) String() string
- type GetTemplateResponse
- func (s GetTemplateResponse) GoString() string
- func (s *GetTemplateResponse) SetBody(v *GetTemplateResponseBody) *GetTemplateResponse
- func (s *GetTemplateResponse) SetHeaders(v map[string]*string) *GetTemplateResponse
- func (s *GetTemplateResponse) SetStatusCode(v int32) *GetTemplateResponse
- func (s GetTemplateResponse) String() string
- type GetTemplateResponseBody
- func (s GetTemplateResponseBody) GoString() string
- func (s *GetTemplateResponseBody) SetChangeSetId(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetCreateTime(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetDescription(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetInterface(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetOwnerId(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetPermissions(v []*GetTemplateResponseBodyPermissions) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetRegionId(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetRequestId(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetResourceGroupId(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetShareType(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetStackGroupName(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetStackId(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetTags(v []*GetTemplateResponseBodyTags) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetTemplateARN(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetTemplateBody(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetTemplateId(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetTemplateName(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetTemplateVersion(v string) *GetTemplateResponseBody
- func (s *GetTemplateResponseBody) SetUpdateTime(v string) *GetTemplateResponseBody
- func (s GetTemplateResponseBody) String() string
- type GetTemplateResponseBodyPermissions
- func (s GetTemplateResponseBodyPermissions) GoString() string
- func (s *GetTemplateResponseBodyPermissions) SetAccountId(v string) *GetTemplateResponseBodyPermissions
- func (s *GetTemplateResponseBodyPermissions) SetShareOption(v string) *GetTemplateResponseBodyPermissions
- func (s *GetTemplateResponseBodyPermissions) SetShareSource(v string) *GetTemplateResponseBodyPermissions
- func (s *GetTemplateResponseBodyPermissions) SetTemplateVersion(v string) *GetTemplateResponseBodyPermissions
- func (s *GetTemplateResponseBodyPermissions) SetVersionOption(v string) *GetTemplateResponseBodyPermissions
- func (s GetTemplateResponseBodyPermissions) String() string
- type GetTemplateResponseBodyTags
- type GetTemplateScratchRequest
- func (s GetTemplateScratchRequest) GoString() string
- func (s *GetTemplateScratchRequest) SetRegionId(v string) *GetTemplateScratchRequest
- func (s *GetTemplateScratchRequest) SetShowDataOption(v string) *GetTemplateScratchRequest
- func (s *GetTemplateScratchRequest) SetTemplateScratchId(v string) *GetTemplateScratchRequest
- func (s GetTemplateScratchRequest) String() string
- type GetTemplateScratchResponse
- func (s GetTemplateScratchResponse) GoString() string
- func (s *GetTemplateScratchResponse) SetBody(v *GetTemplateScratchResponseBody) *GetTemplateScratchResponse
- func (s *GetTemplateScratchResponse) SetHeaders(v map[string]*string) *GetTemplateScratchResponse
- func (s *GetTemplateScratchResponse) SetStatusCode(v int32) *GetTemplateScratchResponse
- func (s GetTemplateScratchResponse) String() string
- type GetTemplateScratchResponseBody
- func (s GetTemplateScratchResponseBody) GoString() string
- func (s *GetTemplateScratchResponseBody) SetRequestId(v string) *GetTemplateScratchResponseBody
- func (s *GetTemplateScratchResponseBody) SetTemplateScratch(v *GetTemplateScratchResponseBodyTemplateScratch) *GetTemplateScratchResponseBody
- func (s GetTemplateScratchResponseBody) String() string
- type GetTemplateScratchResponseBodyTemplateScratch
- func (s GetTemplateScratchResponseBodyTemplateScratch) GoString() string
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetCreateTime(v string) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetDescription(v string) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetFailedCode(v string) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetLogicalIdStrategy(v string) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetPreferenceParameters(v []*GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetSourceResourceGroup(v *GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetSourceResources(v []*GetTemplateScratchResponseBodyTemplateScratchSourceResources) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetSourceTag(v *GetTemplateScratchResponseBodyTemplateScratchSourceTag) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetStackProvision(v *GetTemplateScratchResponseBodyTemplateScratchStackProvision) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetStacks(v []*GetTemplateScratchResponseBodyTemplateScratchStacks) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetStatus(v string) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetStatusReason(v string) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetTemplateScratchData(v map[string]interface{}) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetTemplateScratchId(v string) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetTemplateScratchType(v string) *GetTemplateScratchResponseBodyTemplateScratch
- func (s *GetTemplateScratchResponseBodyTemplateScratch) SetUpdateTime(v string) *GetTemplateScratchResponseBodyTemplateScratch
- func (s GetTemplateScratchResponseBodyTemplateScratch) String() string
- type GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters
- func (s GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) GoString() string
- func (s *GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) SetParameterKey(v string) *GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters
- func (s *GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) SetParameterValue(v string) *GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters
- func (s GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) String() string
- type GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup
- func (s GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) GoString() string
- func (s *GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) SetResourceGroupId(v string) *GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup
- func (s *GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) SetResourceTypeFilter(v []*string) *GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup
- func (s GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) String() string
- type GetTemplateScratchResponseBodyTemplateScratchSourceResources
- func (s GetTemplateScratchResponseBodyTemplateScratchSourceResources) GoString() string
- func (s *GetTemplateScratchResponseBodyTemplateScratchSourceResources) SetResourceId(v string) *GetTemplateScratchResponseBodyTemplateScratchSourceResources
- func (s *GetTemplateScratchResponseBodyTemplateScratchSourceResources) SetResourceType(v string) *GetTemplateScratchResponseBodyTemplateScratchSourceResources
- func (s GetTemplateScratchResponseBodyTemplateScratchSourceResources) String() string
- type GetTemplateScratchResponseBodyTemplateScratchSourceTag
- func (s GetTemplateScratchResponseBodyTemplateScratchSourceTag) GoString() string
- func (s *GetTemplateScratchResponseBodyTemplateScratchSourceTag) SetResourceTags(v map[string]interface{}) *GetTemplateScratchResponseBodyTemplateScratchSourceTag
- func (s *GetTemplateScratchResponseBodyTemplateScratchSourceTag) SetResourceTypeFilter(v []*string) *GetTemplateScratchResponseBodyTemplateScratchSourceTag
- func (s GetTemplateScratchResponseBodyTemplateScratchSourceTag) String() string
- type GetTemplateScratchResponseBodyTemplateScratchStackProvision
- func (s GetTemplateScratchResponseBodyTemplateScratchStackProvision) GoString() string
- func (s *GetTemplateScratchResponseBodyTemplateScratchStackProvision) SetCreatable(v bool) *GetTemplateScratchResponseBodyTemplateScratchStackProvision
- func (s *GetTemplateScratchResponseBodyTemplateScratchStackProvision) SetImportable(v bool) *GetTemplateScratchResponseBodyTemplateScratchStackProvision
- func (s GetTemplateScratchResponseBodyTemplateScratchStackProvision) String() string
- type GetTemplateScratchResponseBodyTemplateScratchStacks
- func (s GetTemplateScratchResponseBodyTemplateScratchStacks) GoString() string
- func (s *GetTemplateScratchResponseBodyTemplateScratchStacks) SetRegionId(v string) *GetTemplateScratchResponseBodyTemplateScratchStacks
- func (s *GetTemplateScratchResponseBodyTemplateScratchStacks) SetStackId(v string) *GetTemplateScratchResponseBodyTemplateScratchStacks
- func (s *GetTemplateScratchResponseBodyTemplateScratchStacks) SetUsageType(v string) *GetTemplateScratchResponseBodyTemplateScratchStacks
- func (s GetTemplateScratchResponseBodyTemplateScratchStacks) String() string
- type GetTemplateSummaryRequest
- func (s GetTemplateSummaryRequest) GoString() string
- func (s *GetTemplateSummaryRequest) SetChangeSetId(v string) *GetTemplateSummaryRequest
- func (s *GetTemplateSummaryRequest) SetClientToken(v string) *GetTemplateSummaryRequest
- func (s *GetTemplateSummaryRequest) SetParameters(v []*GetTemplateSummaryRequestParameters) *GetTemplateSummaryRequest
- func (s *GetTemplateSummaryRequest) SetRegionId(v string) *GetTemplateSummaryRequest
- func (s *GetTemplateSummaryRequest) SetStackGroupName(v string) *GetTemplateSummaryRequest
- func (s *GetTemplateSummaryRequest) SetStackId(v string) *GetTemplateSummaryRequest
- func (s *GetTemplateSummaryRequest) SetTemplateBody(v string) *GetTemplateSummaryRequest
- func (s *GetTemplateSummaryRequest) SetTemplateId(v string) *GetTemplateSummaryRequest
- func (s *GetTemplateSummaryRequest) SetTemplateURL(v string) *GetTemplateSummaryRequest
- func (s *GetTemplateSummaryRequest) SetTemplateVersion(v string) *GetTemplateSummaryRequest
- func (s GetTemplateSummaryRequest) String() string
- type GetTemplateSummaryRequestParameters
- func (s GetTemplateSummaryRequestParameters) GoString() string
- func (s *GetTemplateSummaryRequestParameters) SetParameterKey(v string) *GetTemplateSummaryRequestParameters
- func (s *GetTemplateSummaryRequestParameters) SetParameterValue(v string) *GetTemplateSummaryRequestParameters
- func (s GetTemplateSummaryRequestParameters) String() string
- type GetTemplateSummaryResponse
- func (s GetTemplateSummaryResponse) GoString() string
- func (s *GetTemplateSummaryResponse) SetBody(v *GetTemplateSummaryResponseBody) *GetTemplateSummaryResponse
- func (s *GetTemplateSummaryResponse) SetHeaders(v map[string]*string) *GetTemplateSummaryResponse
- func (s *GetTemplateSummaryResponse) SetStatusCode(v int32) *GetTemplateSummaryResponse
- func (s GetTemplateSummaryResponse) String() string
- type GetTemplateSummaryResponseBody
- func (s GetTemplateSummaryResponseBody) GoString() string
- func (s *GetTemplateSummaryResponseBody) SetDescription(v string) *GetTemplateSummaryResponseBody
- func (s *GetTemplateSummaryResponseBody) SetMetadata(v map[string]interface{}) *GetTemplateSummaryResponseBody
- func (s *GetTemplateSummaryResponseBody) SetParameters(v []map[string]interface{}) *GetTemplateSummaryResponseBody
- func (s *GetTemplateSummaryResponseBody) SetRequestId(v string) *GetTemplateSummaryResponseBody
- func (s *GetTemplateSummaryResponseBody) SetResourceIdentifierSummaries(v []*GetTemplateSummaryResponseBodyResourceIdentifierSummaries) *GetTemplateSummaryResponseBody
- func (s *GetTemplateSummaryResponseBody) SetResourceTypes(v []*string) *GetTemplateSummaryResponseBody
- func (s *GetTemplateSummaryResponseBody) SetVersion(v string) *GetTemplateSummaryResponseBody
- func (s GetTemplateSummaryResponseBody) String() string
- type GetTemplateSummaryResponseBodyResourceIdentifierSummaries
- func (s GetTemplateSummaryResponseBodyResourceIdentifierSummaries) GoString() string
- func (s *GetTemplateSummaryResponseBodyResourceIdentifierSummaries) SetLogicalResourceIds(v []*string) *GetTemplateSummaryResponseBodyResourceIdentifierSummaries
- func (s *GetTemplateSummaryResponseBodyResourceIdentifierSummaries) SetResourceIdentifiers(v []*string) *GetTemplateSummaryResponseBodyResourceIdentifierSummaries
- func (s *GetTemplateSummaryResponseBodyResourceIdentifierSummaries) SetResourceType(v string) *GetTemplateSummaryResponseBodyResourceIdentifierSummaries
- func (s GetTemplateSummaryResponseBodyResourceIdentifierSummaries) String() string
- type ListChangeSetsRequest
- func (s ListChangeSetsRequest) GoString() string
- func (s *ListChangeSetsRequest) SetChangeSetId(v string) *ListChangeSetsRequest
- func (s *ListChangeSetsRequest) SetChangeSetName(v []*string) *ListChangeSetsRequest
- func (s *ListChangeSetsRequest) SetExecutionStatus(v []*string) *ListChangeSetsRequest
- func (s *ListChangeSetsRequest) SetPageNumber(v int64) *ListChangeSetsRequest
- func (s *ListChangeSetsRequest) SetPageSize(v int64) *ListChangeSetsRequest
- func (s *ListChangeSetsRequest) SetRegionId(v string) *ListChangeSetsRequest
- func (s *ListChangeSetsRequest) SetStackId(v string) *ListChangeSetsRequest
- func (s *ListChangeSetsRequest) SetStatus(v []*string) *ListChangeSetsRequest
- func (s ListChangeSetsRequest) String() string
- type ListChangeSetsResponse
- func (s ListChangeSetsResponse) GoString() string
- func (s *ListChangeSetsResponse) SetBody(v *ListChangeSetsResponseBody) *ListChangeSetsResponse
- func (s *ListChangeSetsResponse) SetHeaders(v map[string]*string) *ListChangeSetsResponse
- func (s *ListChangeSetsResponse) SetStatusCode(v int32) *ListChangeSetsResponse
- func (s ListChangeSetsResponse) String() string
- type ListChangeSetsResponseBody
- func (s ListChangeSetsResponseBody) GoString() string
- func (s *ListChangeSetsResponseBody) SetChangeSets(v []*ListChangeSetsResponseBodyChangeSets) *ListChangeSetsResponseBody
- func (s *ListChangeSetsResponseBody) SetPageNumber(v int32) *ListChangeSetsResponseBody
- func (s *ListChangeSetsResponseBody) SetPageSize(v int32) *ListChangeSetsResponseBody
- func (s *ListChangeSetsResponseBody) SetRequestId(v string) *ListChangeSetsResponseBody
- func (s *ListChangeSetsResponseBody) SetTotalCount(v int32) *ListChangeSetsResponseBody
- func (s ListChangeSetsResponseBody) String() string
- type ListChangeSetsResponseBodyChangeSets
- func (s ListChangeSetsResponseBodyChangeSets) GoString() string
- func (s *ListChangeSetsResponseBodyChangeSets) SetChangeSetId(v string) *ListChangeSetsResponseBodyChangeSets
- func (s *ListChangeSetsResponseBodyChangeSets) SetChangeSetName(v string) *ListChangeSetsResponseBodyChangeSets
- func (s *ListChangeSetsResponseBodyChangeSets) SetChangeSetType(v string) *ListChangeSetsResponseBodyChangeSets
- func (s *ListChangeSetsResponseBodyChangeSets) SetCreateTime(v string) *ListChangeSetsResponseBodyChangeSets
- func (s *ListChangeSetsResponseBodyChangeSets) SetDescription(v string) *ListChangeSetsResponseBodyChangeSets
- func (s *ListChangeSetsResponseBodyChangeSets) SetExecutionStatus(v string) *ListChangeSetsResponseBodyChangeSets
- func (s *ListChangeSetsResponseBodyChangeSets) SetRegionId(v string) *ListChangeSetsResponseBodyChangeSets
- func (s *ListChangeSetsResponseBodyChangeSets) SetStackId(v string) *ListChangeSetsResponseBodyChangeSets
- func (s *ListChangeSetsResponseBodyChangeSets) SetStackName(v string) *ListChangeSetsResponseBodyChangeSets
- func (s *ListChangeSetsResponseBodyChangeSets) SetStatus(v string) *ListChangeSetsResponseBodyChangeSets
- func (s *ListChangeSetsResponseBodyChangeSets) SetStatusReason(v string) *ListChangeSetsResponseBodyChangeSets
- func (s ListChangeSetsResponseBodyChangeSets) String() string
- type ListResourceTypesRequest
- type ListResourceTypesResponse
- func (s ListResourceTypesResponse) GoString() string
- func (s *ListResourceTypesResponse) SetBody(v *ListResourceTypesResponseBody) *ListResourceTypesResponse
- func (s *ListResourceTypesResponse) SetHeaders(v map[string]*string) *ListResourceTypesResponse
- func (s *ListResourceTypesResponse) SetStatusCode(v int32) *ListResourceTypesResponse
- func (s ListResourceTypesResponse) String() string
- type ListResourceTypesResponseBody
- func (s ListResourceTypesResponseBody) GoString() string
- func (s *ListResourceTypesResponseBody) SetRequestId(v string) *ListResourceTypesResponseBody
- func (s *ListResourceTypesResponseBody) SetResourceTypes(v []*string) *ListResourceTypesResponseBody
- func (s ListResourceTypesResponseBody) String() string
- type ListStackEventsRequest
- func (s ListStackEventsRequest) GoString() string
- func (s *ListStackEventsRequest) SetLogicalResourceId(v []*string) *ListStackEventsRequest
- func (s *ListStackEventsRequest) SetPageNumber(v int64) *ListStackEventsRequest
- func (s *ListStackEventsRequest) SetPageSize(v int64) *ListStackEventsRequest
- func (s *ListStackEventsRequest) SetRegionId(v string) *ListStackEventsRequest
- func (s *ListStackEventsRequest) SetResourceType(v []*string) *ListStackEventsRequest
- func (s *ListStackEventsRequest) SetStackId(v string) *ListStackEventsRequest
- func (s *ListStackEventsRequest) SetStatus(v []*string) *ListStackEventsRequest
- func (s ListStackEventsRequest) String() string
- type ListStackEventsResponse
- func (s ListStackEventsResponse) GoString() string
- func (s *ListStackEventsResponse) SetBody(v *ListStackEventsResponseBody) *ListStackEventsResponse
- func (s *ListStackEventsResponse) SetHeaders(v map[string]*string) *ListStackEventsResponse
- func (s *ListStackEventsResponse) SetStatusCode(v int32) *ListStackEventsResponse
- func (s ListStackEventsResponse) String() string
- type ListStackEventsResponseBody
- func (s ListStackEventsResponseBody) GoString() string
- func (s *ListStackEventsResponseBody) SetEvents(v []*ListStackEventsResponseBodyEvents) *ListStackEventsResponseBody
- func (s *ListStackEventsResponseBody) SetPageNumber(v int32) *ListStackEventsResponseBody
- func (s *ListStackEventsResponseBody) SetPageSize(v int32) *ListStackEventsResponseBody
- func (s *ListStackEventsResponseBody) SetRequestId(v string) *ListStackEventsResponseBody
- func (s *ListStackEventsResponseBody) SetTotalCount(v int32) *ListStackEventsResponseBody
- func (s ListStackEventsResponseBody) String() string
- type ListStackEventsResponseBodyEvents
- func (s ListStackEventsResponseBodyEvents) GoString() string
- func (s *ListStackEventsResponseBodyEvents) SetCreateTime(v string) *ListStackEventsResponseBodyEvents
- func (s *ListStackEventsResponseBodyEvents) SetEventId(v string) *ListStackEventsResponseBodyEvents
- func (s *ListStackEventsResponseBodyEvents) SetLogicalResourceId(v string) *ListStackEventsResponseBodyEvents
- func (s *ListStackEventsResponseBodyEvents) SetPhysicalResourceId(v string) *ListStackEventsResponseBodyEvents
- func (s *ListStackEventsResponseBodyEvents) SetResourceType(v string) *ListStackEventsResponseBodyEvents
- func (s *ListStackEventsResponseBodyEvents) SetStackId(v string) *ListStackEventsResponseBodyEvents
- func (s *ListStackEventsResponseBodyEvents) SetStackName(v string) *ListStackEventsResponseBodyEvents
- func (s *ListStackEventsResponseBodyEvents) SetStatus(v string) *ListStackEventsResponseBodyEvents
- func (s *ListStackEventsResponseBodyEvents) SetStatusReason(v string) *ListStackEventsResponseBodyEvents
- func (s ListStackEventsResponseBodyEvents) String() string
- type ListStackGroupOperationResultsRequest
- func (s ListStackGroupOperationResultsRequest) GoString() string
- func (s *ListStackGroupOperationResultsRequest) SetOperationId(v string) *ListStackGroupOperationResultsRequest
- func (s *ListStackGroupOperationResultsRequest) SetPageNumber(v int64) *ListStackGroupOperationResultsRequest
- func (s *ListStackGroupOperationResultsRequest) SetPageSize(v int64) *ListStackGroupOperationResultsRequest
- func (s *ListStackGroupOperationResultsRequest) SetRegionId(v string) *ListStackGroupOperationResultsRequest
- func (s ListStackGroupOperationResultsRequest) String() string
- type ListStackGroupOperationResultsResponse
- func (s ListStackGroupOperationResultsResponse) GoString() string
- func (s *ListStackGroupOperationResultsResponse) SetBody(v *ListStackGroupOperationResultsResponseBody) *ListStackGroupOperationResultsResponse
- func (s *ListStackGroupOperationResultsResponse) SetHeaders(v map[string]*string) *ListStackGroupOperationResultsResponse
- func (s *ListStackGroupOperationResultsResponse) SetStatusCode(v int32) *ListStackGroupOperationResultsResponse
- func (s ListStackGroupOperationResultsResponse) String() string
- type ListStackGroupOperationResultsResponseBody
- func (s ListStackGroupOperationResultsResponseBody) GoString() string
- func (s *ListStackGroupOperationResultsResponseBody) SetPageNumber(v int32) *ListStackGroupOperationResultsResponseBody
- func (s *ListStackGroupOperationResultsResponseBody) SetPageSize(v int32) *ListStackGroupOperationResultsResponseBody
- func (s *ListStackGroupOperationResultsResponseBody) SetRequestId(v string) *ListStackGroupOperationResultsResponseBody
- func (s *ListStackGroupOperationResultsResponseBody) SetStackGroupOperationResults(v []*ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) *ListStackGroupOperationResultsResponseBody
- func (s *ListStackGroupOperationResultsResponseBody) SetTotalCount(v int32) *ListStackGroupOperationResultsResponseBody
- func (s ListStackGroupOperationResultsResponseBody) String() string
- type ListStackGroupOperationResultsResponseBodyStackGroupOperationResults
- func (s ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) GoString() string
- func (s *ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) SetAccountId(v string) *ListStackGroupOperationResultsResponseBodyStackGroupOperationResults
- func (s *ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) SetRdFolderId(v string) *ListStackGroupOperationResultsResponseBodyStackGroupOperationResults
- func (s *ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) SetRegionId(v string) *ListStackGroupOperationResultsResponseBodyStackGroupOperationResults
- func (s *ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) SetStatus(v string) *ListStackGroupOperationResultsResponseBodyStackGroupOperationResults
- func (s *ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) SetStatusReason(v string) *ListStackGroupOperationResultsResponseBodyStackGroupOperationResults
- func (s ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) String() string
- type ListStackGroupOperationsRequest
- func (s ListStackGroupOperationsRequest) GoString() string
- func (s *ListStackGroupOperationsRequest) SetPageNumber(v int64) *ListStackGroupOperationsRequest
- func (s *ListStackGroupOperationsRequest) SetPageSize(v int64) *ListStackGroupOperationsRequest
- func (s *ListStackGroupOperationsRequest) SetRegionId(v string) *ListStackGroupOperationsRequest
- func (s *ListStackGroupOperationsRequest) SetStackGroupName(v string) *ListStackGroupOperationsRequest
- func (s ListStackGroupOperationsRequest) String() string
- type ListStackGroupOperationsResponse
- func (s ListStackGroupOperationsResponse) GoString() string
- func (s *ListStackGroupOperationsResponse) SetBody(v *ListStackGroupOperationsResponseBody) *ListStackGroupOperationsResponse
- func (s *ListStackGroupOperationsResponse) SetHeaders(v map[string]*string) *ListStackGroupOperationsResponse
- func (s *ListStackGroupOperationsResponse) SetStatusCode(v int32) *ListStackGroupOperationsResponse
- func (s ListStackGroupOperationsResponse) String() string
- type ListStackGroupOperationsResponseBody
- func (s ListStackGroupOperationsResponseBody) GoString() string
- func (s *ListStackGroupOperationsResponseBody) SetPageNumber(v int32) *ListStackGroupOperationsResponseBody
- func (s *ListStackGroupOperationsResponseBody) SetPageSize(v int32) *ListStackGroupOperationsResponseBody
- func (s *ListStackGroupOperationsResponseBody) SetRequestId(v string) *ListStackGroupOperationsResponseBody
- func (s *ListStackGroupOperationsResponseBody) SetStackGroupOperations(v []*ListStackGroupOperationsResponseBodyStackGroupOperations) *ListStackGroupOperationsResponseBody
- func (s *ListStackGroupOperationsResponseBody) SetTotalCount(v int32) *ListStackGroupOperationsResponseBody
- func (s ListStackGroupOperationsResponseBody) String() string
- type ListStackGroupOperationsResponseBodyStackGroupOperations
- func (s ListStackGroupOperationsResponseBodyStackGroupOperations) GoString() string
- func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetAction(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
- func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetCreateTime(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
- func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetEndTime(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
- func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetOperationDescription(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
- func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetOperationId(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
- func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetStackGroupId(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
- func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetStackGroupName(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
- func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetStatus(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
- func (s ListStackGroupOperationsResponseBodyStackGroupOperations) String() string
- type ListStackGroupsRequest
- func (s ListStackGroupsRequest) GoString() string
- func (s *ListStackGroupsRequest) SetPageNumber(v int64) *ListStackGroupsRequest
- func (s *ListStackGroupsRequest) SetPageSize(v int64) *ListStackGroupsRequest
- func (s *ListStackGroupsRequest) SetRegionId(v string) *ListStackGroupsRequest
- func (s *ListStackGroupsRequest) SetResourceGroupId(v string) *ListStackGroupsRequest
- func (s *ListStackGroupsRequest) SetStatus(v string) *ListStackGroupsRequest
- func (s ListStackGroupsRequest) String() string
- type ListStackGroupsResponse
- func (s ListStackGroupsResponse) GoString() string
- func (s *ListStackGroupsResponse) SetBody(v *ListStackGroupsResponseBody) *ListStackGroupsResponse
- func (s *ListStackGroupsResponse) SetHeaders(v map[string]*string) *ListStackGroupsResponse
- func (s *ListStackGroupsResponse) SetStatusCode(v int32) *ListStackGroupsResponse
- func (s ListStackGroupsResponse) String() string
- type ListStackGroupsResponseBody
- func (s ListStackGroupsResponseBody) GoString() string
- func (s *ListStackGroupsResponseBody) SetPageNumber(v int32) *ListStackGroupsResponseBody
- func (s *ListStackGroupsResponseBody) SetPageSize(v int32) *ListStackGroupsResponseBody
- func (s *ListStackGroupsResponseBody) SetRequestId(v string) *ListStackGroupsResponseBody
- func (s *ListStackGroupsResponseBody) SetStackGroups(v []*ListStackGroupsResponseBodyStackGroups) *ListStackGroupsResponseBody
- func (s *ListStackGroupsResponseBody) SetTotalCount(v int32) *ListStackGroupsResponseBody
- func (s ListStackGroupsResponseBody) String() string
- type ListStackGroupsResponseBodyStackGroups
- func (s ListStackGroupsResponseBodyStackGroups) GoString() string
- func (s *ListStackGroupsResponseBodyStackGroups) SetAutoDeployment(v *ListStackGroupsResponseBodyStackGroupsAutoDeployment) *ListStackGroupsResponseBodyStackGroups
- func (s *ListStackGroupsResponseBodyStackGroups) SetDescription(v string) *ListStackGroupsResponseBodyStackGroups
- func (s *ListStackGroupsResponseBodyStackGroups) SetDriftDetectionTime(v string) *ListStackGroupsResponseBodyStackGroups
- func (s *ListStackGroupsResponseBodyStackGroups) SetPermissionModel(v string) *ListStackGroupsResponseBodyStackGroups
- func (s *ListStackGroupsResponseBodyStackGroups) SetResourceGroupId(v string) *ListStackGroupsResponseBodyStackGroups
- func (s *ListStackGroupsResponseBodyStackGroups) SetStackGroupDriftStatus(v string) *ListStackGroupsResponseBodyStackGroups
- func (s *ListStackGroupsResponseBodyStackGroups) SetStackGroupId(v string) *ListStackGroupsResponseBodyStackGroups
- func (s *ListStackGroupsResponseBodyStackGroups) SetStackGroupName(v string) *ListStackGroupsResponseBodyStackGroups
- func (s *ListStackGroupsResponseBodyStackGroups) SetStatus(v string) *ListStackGroupsResponseBodyStackGroups
- func (s ListStackGroupsResponseBodyStackGroups) String() string
- type ListStackGroupsResponseBodyStackGroupsAutoDeployment
- func (s ListStackGroupsResponseBodyStackGroupsAutoDeployment) GoString() string
- func (s *ListStackGroupsResponseBodyStackGroupsAutoDeployment) SetEnabled(v bool) *ListStackGroupsResponseBodyStackGroupsAutoDeployment
- func (s *ListStackGroupsResponseBodyStackGroupsAutoDeployment) SetRetainStacksOnAccountRemoval(v bool) *ListStackGroupsResponseBodyStackGroupsAutoDeployment
- func (s ListStackGroupsResponseBodyStackGroupsAutoDeployment) String() string
- type ListStackInstancesRequest
- func (s ListStackInstancesRequest) GoString() string
- func (s *ListStackInstancesRequest) SetPageNumber(v int64) *ListStackInstancesRequest
- func (s *ListStackInstancesRequest) SetPageSize(v int64) *ListStackInstancesRequest
- func (s *ListStackInstancesRequest) SetRegionId(v string) *ListStackInstancesRequest
- func (s *ListStackInstancesRequest) SetStackGroupName(v string) *ListStackInstancesRequest
- func (s *ListStackInstancesRequest) SetStackInstanceAccountId(v string) *ListStackInstancesRequest
- func (s *ListStackInstancesRequest) SetStackInstanceRegionId(v string) *ListStackInstancesRequest
- func (s ListStackInstancesRequest) String() string
- type ListStackInstancesResponse
- func (s ListStackInstancesResponse) GoString() string
- func (s *ListStackInstancesResponse) SetBody(v *ListStackInstancesResponseBody) *ListStackInstancesResponse
- func (s *ListStackInstancesResponse) SetHeaders(v map[string]*string) *ListStackInstancesResponse
- func (s *ListStackInstancesResponse) SetStatusCode(v int32) *ListStackInstancesResponse
- func (s ListStackInstancesResponse) String() string
- type ListStackInstancesResponseBody
- func (s ListStackInstancesResponseBody) GoString() string
- func (s *ListStackInstancesResponseBody) SetPageNumber(v int32) *ListStackInstancesResponseBody
- func (s *ListStackInstancesResponseBody) SetPageSize(v int32) *ListStackInstancesResponseBody
- func (s *ListStackInstancesResponseBody) SetRequestId(v string) *ListStackInstancesResponseBody
- func (s *ListStackInstancesResponseBody) SetStackInstances(v []*ListStackInstancesResponseBodyStackInstances) *ListStackInstancesResponseBody
- func (s *ListStackInstancesResponseBody) SetTotalCount(v int32) *ListStackInstancesResponseBody
- func (s ListStackInstancesResponseBody) String() string
- type ListStackInstancesResponseBodyStackInstances
- func (s ListStackInstancesResponseBodyStackInstances) GoString() string
- func (s *ListStackInstancesResponseBodyStackInstances) SetAccountId(v string) *ListStackInstancesResponseBodyStackInstances
- func (s *ListStackInstancesResponseBodyStackInstances) SetDriftDetectionTime(v string) *ListStackInstancesResponseBodyStackInstances
- func (s *ListStackInstancesResponseBodyStackInstances) SetRdFolderId(v string) *ListStackInstancesResponseBodyStackInstances
- func (s *ListStackInstancesResponseBodyStackInstances) SetRegionId(v string) *ListStackInstancesResponseBodyStackInstances
- func (s *ListStackInstancesResponseBodyStackInstances) SetStackDriftStatus(v string) *ListStackInstancesResponseBodyStackInstances
- func (s *ListStackInstancesResponseBodyStackInstances) SetStackGroupId(v string) *ListStackInstancesResponseBodyStackInstances
- func (s *ListStackInstancesResponseBodyStackInstances) SetStackGroupName(v string) *ListStackInstancesResponseBodyStackInstances
- func (s *ListStackInstancesResponseBodyStackInstances) SetStackId(v string) *ListStackInstancesResponseBodyStackInstances
- func (s *ListStackInstancesResponseBodyStackInstances) SetStatus(v string) *ListStackInstancesResponseBodyStackInstances
- func (s *ListStackInstancesResponseBodyStackInstances) SetStatusReason(v string) *ListStackInstancesResponseBodyStackInstances
- func (s ListStackInstancesResponseBodyStackInstances) String() string
- type ListStackOperationRisksRequest
- func (s ListStackOperationRisksRequest) GoString() string
- func (s *ListStackOperationRisksRequest) SetClientToken(v string) *ListStackOperationRisksRequest
- func (s *ListStackOperationRisksRequest) SetOperationType(v string) *ListStackOperationRisksRequest
- func (s *ListStackOperationRisksRequest) SetRamRoleName(v string) *ListStackOperationRisksRequest
- func (s *ListStackOperationRisksRequest) SetRegionId(v string) *ListStackOperationRisksRequest
- func (s *ListStackOperationRisksRequest) SetRetainAllResources(v bool) *ListStackOperationRisksRequest
- func (s *ListStackOperationRisksRequest) SetRetainResources(v []*string) *ListStackOperationRisksRequest
- func (s *ListStackOperationRisksRequest) SetStackId(v string) *ListStackOperationRisksRequest
- func (s ListStackOperationRisksRequest) String() string
- type ListStackOperationRisksResponse
- func (s ListStackOperationRisksResponse) GoString() string
- func (s *ListStackOperationRisksResponse) SetBody(v *ListStackOperationRisksResponseBody) *ListStackOperationRisksResponse
- func (s *ListStackOperationRisksResponse) SetHeaders(v map[string]*string) *ListStackOperationRisksResponse
- func (s *ListStackOperationRisksResponse) SetStatusCode(v int32) *ListStackOperationRisksResponse
- func (s ListStackOperationRisksResponse) String() string
- type ListStackOperationRisksResponseBody
- func (s ListStackOperationRisksResponseBody) GoString() string
- func (s *ListStackOperationRisksResponseBody) SetRequestId(v string) *ListStackOperationRisksResponseBody
- func (s *ListStackOperationRisksResponseBody) SetRiskResources(v []*ListStackOperationRisksResponseBodyRiskResources) *ListStackOperationRisksResponseBody
- func (s ListStackOperationRisksResponseBody) String() string
- type ListStackOperationRisksResponseBodyRiskResources
- func (s ListStackOperationRisksResponseBodyRiskResources) GoString() string
- func (s *ListStackOperationRisksResponseBodyRiskResources) SetCode(v string) *ListStackOperationRisksResponseBodyRiskResources
- func (s *ListStackOperationRisksResponseBodyRiskResources) SetLogicalResourceId(v string) *ListStackOperationRisksResponseBodyRiskResources
- func (s *ListStackOperationRisksResponseBodyRiskResources) SetMessage(v string) *ListStackOperationRisksResponseBodyRiskResources
- func (s *ListStackOperationRisksResponseBodyRiskResources) SetPhysicalResourceId(v string) *ListStackOperationRisksResponseBodyRiskResources
- func (s *ListStackOperationRisksResponseBodyRiskResources) SetReason(v string) *ListStackOperationRisksResponseBodyRiskResources
- func (s *ListStackOperationRisksResponseBodyRiskResources) SetRequestId(v string) *ListStackOperationRisksResponseBodyRiskResources
- func (s *ListStackOperationRisksResponseBodyRiskResources) SetResourceType(v string) *ListStackOperationRisksResponseBodyRiskResources
- func (s *ListStackOperationRisksResponseBodyRiskResources) SetRiskType(v string) *ListStackOperationRisksResponseBodyRiskResources
- func (s ListStackOperationRisksResponseBodyRiskResources) String() string
- type ListStackResourceDriftsRequest
- func (s ListStackResourceDriftsRequest) GoString() string
- func (s *ListStackResourceDriftsRequest) SetMaxResults(v int64) *ListStackResourceDriftsRequest
- func (s *ListStackResourceDriftsRequest) SetNextToken(v string) *ListStackResourceDriftsRequest
- func (s *ListStackResourceDriftsRequest) SetRegionId(v string) *ListStackResourceDriftsRequest
- func (s *ListStackResourceDriftsRequest) SetResourceDriftStatus(v []*string) *ListStackResourceDriftsRequest
- func (s *ListStackResourceDriftsRequest) SetStackId(v string) *ListStackResourceDriftsRequest
- func (s ListStackResourceDriftsRequest) String() string
- type ListStackResourceDriftsResponse
- func (s ListStackResourceDriftsResponse) GoString() string
- func (s *ListStackResourceDriftsResponse) SetBody(v *ListStackResourceDriftsResponseBody) *ListStackResourceDriftsResponse
- func (s *ListStackResourceDriftsResponse) SetHeaders(v map[string]*string) *ListStackResourceDriftsResponse
- func (s *ListStackResourceDriftsResponse) SetStatusCode(v int32) *ListStackResourceDriftsResponse
- func (s ListStackResourceDriftsResponse) String() string
- type ListStackResourceDriftsResponseBody
- func (s ListStackResourceDriftsResponseBody) GoString() string
- func (s *ListStackResourceDriftsResponseBody) SetNextToken(v string) *ListStackResourceDriftsResponseBody
- func (s *ListStackResourceDriftsResponseBody) SetRequestId(v string) *ListStackResourceDriftsResponseBody
- func (s *ListStackResourceDriftsResponseBody) SetResourceDrifts(v []*ListStackResourceDriftsResponseBodyResourceDrifts) *ListStackResourceDriftsResponseBody
- func (s ListStackResourceDriftsResponseBody) String() string
- type ListStackResourceDriftsResponseBodyResourceDrifts
- func (s ListStackResourceDriftsResponseBodyResourceDrifts) GoString() string
- func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetActualProperties(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
- func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetDriftDetectionTime(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
- func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetExpectedProperties(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
- func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetLogicalResourceId(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
- func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetPhysicalResourceId(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
- func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetPropertyDifferences(v []*ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) *ListStackResourceDriftsResponseBodyResourceDrifts
- func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetResourceDriftStatus(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
- func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetResourceType(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
- func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetStackId(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
- func (s ListStackResourceDriftsResponseBodyResourceDrifts) String() string
- type ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences
- func (s ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) GoString() string
- func (s *ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) SetActualValue(v string) *ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences
- func (s *ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) SetDifferenceType(v string) *ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences
- func (s *ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) SetExpectedValue(v string) *ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences
- func (s *ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) SetPropertyPath(v string) *ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences
- func (s ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) String() string
- type ListStackResourcesRequest
- type ListStackResourcesResponse
- func (s ListStackResourcesResponse) GoString() string
- func (s *ListStackResourcesResponse) SetBody(v *ListStackResourcesResponseBody) *ListStackResourcesResponse
- func (s *ListStackResourcesResponse) SetHeaders(v map[string]*string) *ListStackResourcesResponse
- func (s *ListStackResourcesResponse) SetStatusCode(v int32) *ListStackResourcesResponse
- func (s ListStackResourcesResponse) String() string
- type ListStackResourcesResponseBody
- func (s ListStackResourcesResponseBody) GoString() string
- func (s *ListStackResourcesResponseBody) SetRequestId(v string) *ListStackResourcesResponseBody
- func (s *ListStackResourcesResponseBody) SetResources(v []*ListStackResourcesResponseBodyResources) *ListStackResourcesResponseBody
- func (s ListStackResourcesResponseBody) String() string
- type ListStackResourcesResponseBodyResources
- func (s ListStackResourcesResponseBodyResources) GoString() string
- func (s *ListStackResourcesResponseBodyResources) SetCreateTime(v string) *ListStackResourcesResponseBodyResources
- func (s *ListStackResourcesResponseBodyResources) SetDriftDetectionTime(v string) *ListStackResourcesResponseBodyResources
- func (s *ListStackResourcesResponseBodyResources) SetLogicalResourceId(v string) *ListStackResourcesResponseBodyResources
- func (s *ListStackResourcesResponseBodyResources) SetPhysicalResourceId(v string) *ListStackResourcesResponseBodyResources
- func (s *ListStackResourcesResponseBodyResources) SetResourceDriftStatus(v string) *ListStackResourcesResponseBodyResources
- func (s *ListStackResourcesResponseBodyResources) SetResourceType(v string) *ListStackResourcesResponseBodyResources
- func (s *ListStackResourcesResponseBodyResources) SetStackId(v string) *ListStackResourcesResponseBodyResources
- func (s *ListStackResourcesResponseBodyResources) SetStackName(v string) *ListStackResourcesResponseBodyResources
- func (s *ListStackResourcesResponseBodyResources) SetStatus(v string) *ListStackResourcesResponseBodyResources
- func (s *ListStackResourcesResponseBodyResources) SetStatusReason(v string) *ListStackResourcesResponseBodyResources
- func (s *ListStackResourcesResponseBodyResources) SetUpdateTime(v string) *ListStackResourcesResponseBodyResources
- func (s ListStackResourcesResponseBodyResources) String() string
- type ListStacksRequest
- func (s ListStacksRequest) GoString() string
- func (s *ListStacksRequest) SetPageNumber(v int64) *ListStacksRequest
- func (s *ListStacksRequest) SetPageSize(v int64) *ListStacksRequest
- func (s *ListStacksRequest) SetParentStackId(v string) *ListStacksRequest
- func (s *ListStacksRequest) SetRegionId(v string) *ListStacksRequest
- func (s *ListStacksRequest) SetResourceGroupId(v string) *ListStacksRequest
- func (s *ListStacksRequest) SetShowNestedStack(v bool) *ListStacksRequest
- func (s *ListStacksRequest) SetStackId(v string) *ListStacksRequest
- func (s *ListStacksRequest) SetStackIds(v []*string) *ListStacksRequest
- func (s *ListStacksRequest) SetStackName(v []*string) *ListStacksRequest
- func (s *ListStacksRequest) SetStatus(v []*string) *ListStacksRequest
- func (s *ListStacksRequest) SetTag(v []*ListStacksRequestTag) *ListStacksRequest
- func (s ListStacksRequest) String() string
- type ListStacksRequestTag
- type ListStacksResponse
- func (s ListStacksResponse) GoString() string
- func (s *ListStacksResponse) SetBody(v *ListStacksResponseBody) *ListStacksResponse
- func (s *ListStacksResponse) SetHeaders(v map[string]*string) *ListStacksResponse
- func (s *ListStacksResponse) SetStatusCode(v int32) *ListStacksResponse
- func (s ListStacksResponse) String() string
- type ListStacksResponseBody
- func (s ListStacksResponseBody) GoString() string
- func (s *ListStacksResponseBody) SetPageNumber(v int32) *ListStacksResponseBody
- func (s *ListStacksResponseBody) SetPageSize(v int32) *ListStacksResponseBody
- func (s *ListStacksResponseBody) SetRequestId(v string) *ListStacksResponseBody
- func (s *ListStacksResponseBody) SetStacks(v []*ListStacksResponseBodyStacks) *ListStacksResponseBody
- func (s *ListStacksResponseBody) SetTotalCount(v int32) *ListStacksResponseBody
- func (s ListStacksResponseBody) String() string
- type ListStacksResponseBodyStacks
- func (s ListStacksResponseBodyStacks) GoString() string
- func (s *ListStacksResponseBodyStacks) SetCreateTime(v string) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetDisableRollback(v bool) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetDriftDetectionTime(v string) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetOperationInfo(v *ListStacksResponseBodyStacksOperationInfo) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetParentStackId(v string) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetRegionId(v string) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetResourceGroupId(v string) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetServiceManaged(v bool) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetServiceName(v string) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetStackDriftStatus(v string) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetStackId(v string) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetStackName(v string) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetStackType(v string) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetStatus(v string) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetStatusReason(v string) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetTags(v []*ListStacksResponseBodyStacksTags) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetTimeoutInMinutes(v int32) *ListStacksResponseBodyStacks
- func (s *ListStacksResponseBodyStacks) SetUpdateTime(v string) *ListStacksResponseBodyStacks
- func (s ListStacksResponseBodyStacks) String() string
- type ListStacksResponseBodyStacksOperationInfo
- func (s ListStacksResponseBodyStacksOperationInfo) GoString() string
- func (s *ListStacksResponseBodyStacksOperationInfo) SetAction(v string) *ListStacksResponseBodyStacksOperationInfo
- func (s *ListStacksResponseBodyStacksOperationInfo) SetCode(v string) *ListStacksResponseBodyStacksOperationInfo
- func (s *ListStacksResponseBodyStacksOperationInfo) SetLogicalResourceId(v string) *ListStacksResponseBodyStacksOperationInfo
- func (s *ListStacksResponseBodyStacksOperationInfo) SetMessage(v string) *ListStacksResponseBodyStacksOperationInfo
- func (s *ListStacksResponseBodyStacksOperationInfo) SetRequestId(v string) *ListStacksResponseBodyStacksOperationInfo
- func (s *ListStacksResponseBodyStacksOperationInfo) SetResourceType(v string) *ListStacksResponseBodyStacksOperationInfo
- func (s ListStacksResponseBodyStacksOperationInfo) String() string
- type ListStacksResponseBodyStacksTags
- func (s ListStacksResponseBodyStacksTags) GoString() string
- func (s *ListStacksResponseBodyStacksTags) SetKey(v string) *ListStacksResponseBodyStacksTags
- func (s *ListStacksResponseBodyStacksTags) SetValue(v string) *ListStacksResponseBodyStacksTags
- func (s ListStacksResponseBodyStacksTags) String() string
- type ListTagKeysRequest
- func (s ListTagKeysRequest) GoString() string
- func (s *ListTagKeysRequest) SetNextToken(v string) *ListTagKeysRequest
- func (s *ListTagKeysRequest) SetRegionId(v string) *ListTagKeysRequest
- func (s *ListTagKeysRequest) SetResourceType(v string) *ListTagKeysRequest
- func (s ListTagKeysRequest) String() string
- type ListTagKeysResponse
- func (s ListTagKeysResponse) GoString() string
- func (s *ListTagKeysResponse) SetBody(v *ListTagKeysResponseBody) *ListTagKeysResponse
- func (s *ListTagKeysResponse) SetHeaders(v map[string]*string) *ListTagKeysResponse
- func (s *ListTagKeysResponse) SetStatusCode(v int32) *ListTagKeysResponse
- func (s ListTagKeysResponse) String() string
- type ListTagKeysResponseBody
- func (s ListTagKeysResponseBody) GoString() string
- func (s *ListTagKeysResponseBody) SetKeys(v []*string) *ListTagKeysResponseBody
- func (s *ListTagKeysResponseBody) SetNextToken(v string) *ListTagKeysResponseBody
- func (s *ListTagKeysResponseBody) SetRequestId(v string) *ListTagKeysResponseBody
- func (s ListTagKeysResponseBody) String() string
- type ListTagResourcesRequest
- func (s ListTagResourcesRequest) GoString() string
- func (s *ListTagResourcesRequest) SetNextToken(v string) *ListTagResourcesRequest
- func (s *ListTagResourcesRequest) SetRegionId(v string) *ListTagResourcesRequest
- func (s *ListTagResourcesRequest) SetResourceId(v []*string) *ListTagResourcesRequest
- func (s *ListTagResourcesRequest) SetResourceType(v string) *ListTagResourcesRequest
- func (s *ListTagResourcesRequest) SetTag(v []*ListTagResourcesRequestTag) *ListTagResourcesRequest
- func (s ListTagResourcesRequest) String() string
- type ListTagResourcesRequestTag
- type ListTagResourcesResponse
- func (s ListTagResourcesResponse) GoString() string
- func (s *ListTagResourcesResponse) SetBody(v *ListTagResourcesResponseBody) *ListTagResourcesResponse
- func (s *ListTagResourcesResponse) SetHeaders(v map[string]*string) *ListTagResourcesResponse
- func (s *ListTagResourcesResponse) SetStatusCode(v int32) *ListTagResourcesResponse
- func (s ListTagResourcesResponse) String() string
- type ListTagResourcesResponseBody
- func (s ListTagResourcesResponseBody) GoString() string
- func (s *ListTagResourcesResponseBody) SetNextToken(v string) *ListTagResourcesResponseBody
- func (s *ListTagResourcesResponseBody) SetRequestId(v string) *ListTagResourcesResponseBody
- func (s *ListTagResourcesResponseBody) SetTagResources(v []*ListTagResourcesResponseBodyTagResources) *ListTagResourcesResponseBody
- func (s ListTagResourcesResponseBody) String() string
- type ListTagResourcesResponseBodyTagResources
- func (s ListTagResourcesResponseBodyTagResources) GoString() string
- func (s *ListTagResourcesResponseBodyTagResources) SetResourceId(v string) *ListTagResourcesResponseBodyTagResources
- func (s *ListTagResourcesResponseBodyTagResources) SetResourceType(v string) *ListTagResourcesResponseBodyTagResources
- func (s *ListTagResourcesResponseBodyTagResources) SetTagKey(v string) *ListTagResourcesResponseBodyTagResources
- func (s *ListTagResourcesResponseBodyTagResources) SetTagValue(v string) *ListTagResourcesResponseBodyTagResources
- func (s ListTagResourcesResponseBodyTagResources) String() string
- type ListTagValuesRequest
- func (s ListTagValuesRequest) GoString() string
- func (s *ListTagValuesRequest) SetKey(v string) *ListTagValuesRequest
- func (s *ListTagValuesRequest) SetNextToken(v string) *ListTagValuesRequest
- func (s *ListTagValuesRequest) SetRegionId(v string) *ListTagValuesRequest
- func (s *ListTagValuesRequest) SetResourceType(v string) *ListTagValuesRequest
- func (s ListTagValuesRequest) String() string
- type ListTagValuesResponse
- func (s ListTagValuesResponse) GoString() string
- func (s *ListTagValuesResponse) SetBody(v *ListTagValuesResponseBody) *ListTagValuesResponse
- func (s *ListTagValuesResponse) SetHeaders(v map[string]*string) *ListTagValuesResponse
- func (s *ListTagValuesResponse) SetStatusCode(v int32) *ListTagValuesResponse
- func (s ListTagValuesResponse) String() string
- type ListTagValuesResponseBody
- func (s ListTagValuesResponseBody) GoString() string
- func (s *ListTagValuesResponseBody) SetNextToken(v string) *ListTagValuesResponseBody
- func (s *ListTagValuesResponseBody) SetRequestId(v string) *ListTagValuesResponseBody
- func (s *ListTagValuesResponseBody) SetValues(v []*string) *ListTagValuesResponseBody
- func (s ListTagValuesResponseBody) String() string
- type ListTemplateScratchesRequest
- func (s ListTemplateScratchesRequest) GoString() string
- func (s *ListTemplateScratchesRequest) SetPageNumber(v int32) *ListTemplateScratchesRequest
- func (s *ListTemplateScratchesRequest) SetPageSize(v int32) *ListTemplateScratchesRequest
- func (s *ListTemplateScratchesRequest) SetRegionId(v string) *ListTemplateScratchesRequest
- func (s *ListTemplateScratchesRequest) SetStatus(v string) *ListTemplateScratchesRequest
- func (s *ListTemplateScratchesRequest) SetTemplateScratchId(v string) *ListTemplateScratchesRequest
- func (s *ListTemplateScratchesRequest) SetTemplateScratchType(v string) *ListTemplateScratchesRequest
- func (s ListTemplateScratchesRequest) String() string
- type ListTemplateScratchesResponse
- func (s ListTemplateScratchesResponse) GoString() string
- func (s *ListTemplateScratchesResponse) SetBody(v *ListTemplateScratchesResponseBody) *ListTemplateScratchesResponse
- func (s *ListTemplateScratchesResponse) SetHeaders(v map[string]*string) *ListTemplateScratchesResponse
- func (s *ListTemplateScratchesResponse) SetStatusCode(v int32) *ListTemplateScratchesResponse
- func (s ListTemplateScratchesResponse) String() string
- type ListTemplateScratchesResponseBody
- func (s ListTemplateScratchesResponseBody) GoString() string
- func (s *ListTemplateScratchesResponseBody) SetPageNumber(v int32) *ListTemplateScratchesResponseBody
- func (s *ListTemplateScratchesResponseBody) SetPageSize(v int32) *ListTemplateScratchesResponseBody
- func (s *ListTemplateScratchesResponseBody) SetRequestId(v string) *ListTemplateScratchesResponseBody
- func (s *ListTemplateScratchesResponseBody) SetTemplateScratches(v []*ListTemplateScratchesResponseBodyTemplateScratches) *ListTemplateScratchesResponseBody
- func (s *ListTemplateScratchesResponseBody) SetTotalCount(v int32) *ListTemplateScratchesResponseBody
- func (s ListTemplateScratchesResponseBody) String() string
- type ListTemplateScratchesResponseBodyTemplateScratches
- func (s ListTemplateScratchesResponseBodyTemplateScratches) GoString() string
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetCreateTime(v string) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetDescription(v string) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetFailedCode(v string) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetLogicalIdStrategy(v string) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetPreferenceParameters(v []*ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetSourceResourceGroup(v *ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetSourceResources(v []*ListTemplateScratchesResponseBodyTemplateScratchesSourceResources) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetSourceTag(v *ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetStatus(v string) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetStatusReason(v string) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetTemplateScratchId(v string) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetTemplateScratchType(v string) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetUpdateTime(v string) *ListTemplateScratchesResponseBodyTemplateScratches
- func (s ListTemplateScratchesResponseBodyTemplateScratches) String() string
- type ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters
- func (s ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters) GoString() string
- func (s *ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters) SetParameterKey(v string) *ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters
- func (s *ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters) SetParameterValue(v string) *ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters
- func (s ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters) String() string
- type ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup
- func (s ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup) GoString() string
- func (s *ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup) SetResourceGroupId(v string) *ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup
- func (s *ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup) SetResourceTypeFilter(v []*string) *ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup
- func (s ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup) String() string
- type ListTemplateScratchesResponseBodyTemplateScratchesSourceResources
- func (s ListTemplateScratchesResponseBodyTemplateScratchesSourceResources) GoString() string
- func (s *ListTemplateScratchesResponseBodyTemplateScratchesSourceResources) SetResourceId(v string) *ListTemplateScratchesResponseBodyTemplateScratchesSourceResources
- func (s *ListTemplateScratchesResponseBodyTemplateScratchesSourceResources) SetResourceType(v string) *ListTemplateScratchesResponseBodyTemplateScratchesSourceResources
- func (s ListTemplateScratchesResponseBodyTemplateScratchesSourceResources) String() string
- type ListTemplateScratchesResponseBodyTemplateScratchesSourceTag
- func (s ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) GoString() string
- func (s *ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) SetResourceTags(v map[string]interface{}) *ListTemplateScratchesResponseBodyTemplateScratchesSourceTag
- func (s *ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) SetResourceTypeFilter(v []*string) *ListTemplateScratchesResponseBodyTemplateScratchesSourceTag
- func (s ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) String() string
- type ListTemplateVersionsRequest
- func (s ListTemplateVersionsRequest) GoString() string
- func (s *ListTemplateVersionsRequest) SetMaxResults(v int64) *ListTemplateVersionsRequest
- func (s *ListTemplateVersionsRequest) SetNextToken(v string) *ListTemplateVersionsRequest
- func (s *ListTemplateVersionsRequest) SetTemplateId(v string) *ListTemplateVersionsRequest
- func (s ListTemplateVersionsRequest) String() string
- type ListTemplateVersionsResponse
- func (s ListTemplateVersionsResponse) GoString() string
- func (s *ListTemplateVersionsResponse) SetBody(v *ListTemplateVersionsResponseBody) *ListTemplateVersionsResponse
- func (s *ListTemplateVersionsResponse) SetHeaders(v map[string]*string) *ListTemplateVersionsResponse
- func (s *ListTemplateVersionsResponse) SetStatusCode(v int32) *ListTemplateVersionsResponse
- func (s ListTemplateVersionsResponse) String() string
- type ListTemplateVersionsResponseBody
- func (s ListTemplateVersionsResponseBody) GoString() string
- func (s *ListTemplateVersionsResponseBody) SetNextToken(v string) *ListTemplateVersionsResponseBody
- func (s *ListTemplateVersionsResponseBody) SetRequestId(v string) *ListTemplateVersionsResponseBody
- func (s *ListTemplateVersionsResponseBody) SetVersions(v []*ListTemplateVersionsResponseBodyVersions) *ListTemplateVersionsResponseBody
- func (s ListTemplateVersionsResponseBody) String() string
- type ListTemplateVersionsResponseBodyVersions
- func (s ListTemplateVersionsResponseBodyVersions) GoString() string
- func (s *ListTemplateVersionsResponseBodyVersions) SetCreateTime(v string) *ListTemplateVersionsResponseBodyVersions
- func (s *ListTemplateVersionsResponseBodyVersions) SetDescription(v string) *ListTemplateVersionsResponseBodyVersions
- func (s *ListTemplateVersionsResponseBodyVersions) SetTemplateId(v string) *ListTemplateVersionsResponseBodyVersions
- func (s *ListTemplateVersionsResponseBodyVersions) SetTemplateName(v string) *ListTemplateVersionsResponseBodyVersions
- func (s *ListTemplateVersionsResponseBodyVersions) SetTemplateVersion(v string) *ListTemplateVersionsResponseBodyVersions
- func (s *ListTemplateVersionsResponseBodyVersions) SetUpdateTime(v string) *ListTemplateVersionsResponseBodyVersions
- func (s ListTemplateVersionsResponseBodyVersions) String() string
- type ListTemplatesRequest
- func (s ListTemplatesRequest) GoString() string
- func (s *ListTemplatesRequest) SetIncludeTags(v string) *ListTemplatesRequest
- func (s *ListTemplatesRequest) SetPageNumber(v int64) *ListTemplatesRequest
- func (s *ListTemplatesRequest) SetPageSize(v int64) *ListTemplatesRequest
- func (s *ListTemplatesRequest) SetResourceGroupId(v string) *ListTemplatesRequest
- func (s *ListTemplatesRequest) SetShareType(v string) *ListTemplatesRequest
- func (s *ListTemplatesRequest) SetTag(v []*ListTemplatesRequestTag) *ListTemplatesRequest
- func (s *ListTemplatesRequest) SetTemplateName(v string) *ListTemplatesRequest
- func (s ListTemplatesRequest) String() string
- type ListTemplatesRequestTag
- type ListTemplatesResponse
- func (s ListTemplatesResponse) GoString() string
- func (s *ListTemplatesResponse) SetBody(v *ListTemplatesResponseBody) *ListTemplatesResponse
- func (s *ListTemplatesResponse) SetHeaders(v map[string]*string) *ListTemplatesResponse
- func (s *ListTemplatesResponse) SetStatusCode(v int32) *ListTemplatesResponse
- func (s ListTemplatesResponse) String() string
- type ListTemplatesResponseBody
- func (s ListTemplatesResponseBody) GoString() string
- func (s *ListTemplatesResponseBody) SetPageNumber(v int32) *ListTemplatesResponseBody
- func (s *ListTemplatesResponseBody) SetPageSize(v int32) *ListTemplatesResponseBody
- func (s *ListTemplatesResponseBody) SetRequestId(v string) *ListTemplatesResponseBody
- func (s *ListTemplatesResponseBody) SetTemplates(v []*ListTemplatesResponseBodyTemplates) *ListTemplatesResponseBody
- func (s *ListTemplatesResponseBody) SetTotalCount(v int32) *ListTemplatesResponseBody
- func (s ListTemplatesResponseBody) String() string
- type ListTemplatesResponseBodyTemplates
- func (s ListTemplatesResponseBodyTemplates) GoString() string
- func (s *ListTemplatesResponseBodyTemplates) SetCreateTime(v string) *ListTemplatesResponseBodyTemplates
- func (s *ListTemplatesResponseBodyTemplates) SetDescription(v string) *ListTemplatesResponseBodyTemplates
- func (s *ListTemplatesResponseBodyTemplates) SetOwnerId(v string) *ListTemplatesResponseBodyTemplates
- func (s *ListTemplatesResponseBodyTemplates) SetResourceGroupId(v string) *ListTemplatesResponseBodyTemplates
- func (s *ListTemplatesResponseBodyTemplates) SetShareType(v string) *ListTemplatesResponseBodyTemplates
- func (s *ListTemplatesResponseBodyTemplates) SetTags(v []*ListTemplatesResponseBodyTemplatesTags) *ListTemplatesResponseBodyTemplates
- func (s *ListTemplatesResponseBodyTemplates) SetTemplateARN(v string) *ListTemplatesResponseBodyTemplates
- func (s *ListTemplatesResponseBodyTemplates) SetTemplateId(v string) *ListTemplatesResponseBodyTemplates
- func (s *ListTemplatesResponseBodyTemplates) SetTemplateName(v string) *ListTemplatesResponseBodyTemplates
- func (s *ListTemplatesResponseBodyTemplates) SetTemplateVersion(v string) *ListTemplatesResponseBodyTemplates
- func (s *ListTemplatesResponseBodyTemplates) SetUpdateTime(v string) *ListTemplatesResponseBodyTemplates
- func (s ListTemplatesResponseBodyTemplates) String() string
- type ListTemplatesResponseBodyTemplatesTags
- func (s ListTemplatesResponseBodyTemplatesTags) GoString() string
- func (s *ListTemplatesResponseBodyTemplatesTags) SetKey(v string) *ListTemplatesResponseBodyTemplatesTags
- func (s *ListTemplatesResponseBodyTemplatesTags) SetValue(v string) *ListTemplatesResponseBodyTemplatesTags
- func (s ListTemplatesResponseBodyTemplatesTags) String() string
- type MoveResourceGroupRequest
- func (s MoveResourceGroupRequest) GoString() string
- func (s *MoveResourceGroupRequest) SetNewResourceGroupId(v string) *MoveResourceGroupRequest
- func (s *MoveResourceGroupRequest) SetRegionId(v string) *MoveResourceGroupRequest
- func (s *MoveResourceGroupRequest) SetResourceId(v string) *MoveResourceGroupRequest
- func (s *MoveResourceGroupRequest) SetResourceType(v string) *MoveResourceGroupRequest
- func (s MoveResourceGroupRequest) String() string
- type MoveResourceGroupResponse
- func (s MoveResourceGroupResponse) GoString() string
- func (s *MoveResourceGroupResponse) SetBody(v *MoveResourceGroupResponseBody) *MoveResourceGroupResponse
- func (s *MoveResourceGroupResponse) SetHeaders(v map[string]*string) *MoveResourceGroupResponse
- func (s *MoveResourceGroupResponse) SetStatusCode(v int32) *MoveResourceGroupResponse
- func (s MoveResourceGroupResponse) String() string
- type MoveResourceGroupResponseBody
- type PreviewStackRequest
- func (s PreviewStackRequest) GoString() string
- func (s *PreviewStackRequest) SetClientToken(v string) *PreviewStackRequest
- func (s *PreviewStackRequest) SetDisableRollback(v bool) *PreviewStackRequest
- func (s *PreviewStackRequest) SetParallelism(v int64) *PreviewStackRequest
- func (s *PreviewStackRequest) SetParameters(v []*PreviewStackRequestParameters) *PreviewStackRequest
- func (s *PreviewStackRequest) SetRegionId(v string) *PreviewStackRequest
- func (s *PreviewStackRequest) SetResourceConfigRules(v []*PreviewStackRequestResourceConfigRules) *PreviewStackRequest
- func (s *PreviewStackRequest) SetStackId(v string) *PreviewStackRequest
- func (s *PreviewStackRequest) SetStackName(v string) *PreviewStackRequest
- func (s *PreviewStackRequest) SetStackPolicyBody(v string) *PreviewStackRequest
- func (s *PreviewStackRequest) SetStackPolicyURL(v string) *PreviewStackRequest
- func (s *PreviewStackRequest) SetTemplateBody(v string) *PreviewStackRequest
- func (s *PreviewStackRequest) SetTemplateId(v string) *PreviewStackRequest
- func (s *PreviewStackRequest) SetTemplateScratchId(v string) *PreviewStackRequest
- func (s *PreviewStackRequest) SetTemplateScratchRegionId(v string) *PreviewStackRequest
- func (s *PreviewStackRequest) SetTemplateURL(v string) *PreviewStackRequest
- func (s *PreviewStackRequest) SetTemplateVersion(v string) *PreviewStackRequest
- func (s *PreviewStackRequest) SetTimeoutInMinutes(v int64) *PreviewStackRequest
- func (s PreviewStackRequest) String() string
- type PreviewStackRequestParameters
- func (s PreviewStackRequestParameters) GoString() string
- func (s *PreviewStackRequestParameters) SetParameterKey(v string) *PreviewStackRequestParameters
- func (s *PreviewStackRequestParameters) SetParameterValue(v string) *PreviewStackRequestParameters
- func (s PreviewStackRequestParameters) String() string
- type PreviewStackRequestResourceConfigRules
- func (s PreviewStackRequestResourceConfigRules) GoString() string
- func (s *PreviewStackRequestResourceConfigRules) SetIdentifier(v string) *PreviewStackRequestResourceConfigRules
- func (s *PreviewStackRequestResourceConfigRules) SetInputParameters(v map[string]interface{}) *PreviewStackRequestResourceConfigRules
- func (s *PreviewStackRequestResourceConfigRules) SetResourceType(v string) *PreviewStackRequestResourceConfigRules
- func (s PreviewStackRequestResourceConfigRules) String() string
- type PreviewStackResponse
- func (s PreviewStackResponse) GoString() string
- func (s *PreviewStackResponse) SetBody(v *PreviewStackResponseBody) *PreviewStackResponse
- func (s *PreviewStackResponse) SetHeaders(v map[string]*string) *PreviewStackResponse
- func (s *PreviewStackResponse) SetStatusCode(v int32) *PreviewStackResponse
- func (s PreviewStackResponse) String() string
- type PreviewStackResponseBody
- type PreviewStackResponseBodyStack
- func (s PreviewStackResponseBodyStack) GoString() string
- func (s *PreviewStackResponseBodyStack) SetDescription(v string) *PreviewStackResponseBodyStack
- func (s *PreviewStackResponseBodyStack) SetDisableRollback(v bool) *PreviewStackResponseBodyStack
- func (s *PreviewStackResponseBodyStack) SetLog(v *PreviewStackResponseBodyStackLog) *PreviewStackResponseBodyStack
- func (s *PreviewStackResponseBodyStack) SetParameters(v []*PreviewStackResponseBodyStackParameters) *PreviewStackResponseBodyStack
- func (s *PreviewStackResponseBodyStack) SetRegionId(v string) *PreviewStackResponseBodyStack
- func (s *PreviewStackResponseBodyStack) SetResources(v []*PreviewStackResponseBodyStackResources) *PreviewStackResponseBodyStack
- func (s *PreviewStackResponseBodyStack) SetStackName(v string) *PreviewStackResponseBodyStack
- func (s *PreviewStackResponseBodyStack) SetStackPolicyBody(v map[string]interface{}) *PreviewStackResponseBodyStack
- func (s *PreviewStackResponseBodyStack) SetTemplateDescription(v string) *PreviewStackResponseBodyStack
- func (s *PreviewStackResponseBodyStack) SetTimeoutInMinutes(v int32) *PreviewStackResponseBodyStack
- func (s PreviewStackResponseBodyStack) String() string
- type PreviewStackResponseBodyStackLog
- type PreviewStackResponseBodyStackLogTerraformLogs
- func (s PreviewStackResponseBodyStackLogTerraformLogs) GoString() string
- func (s *PreviewStackResponseBodyStackLogTerraformLogs) SetCommand(v string) *PreviewStackResponseBodyStackLogTerraformLogs
- func (s *PreviewStackResponseBodyStackLogTerraformLogs) SetContent(v string) *PreviewStackResponseBodyStackLogTerraformLogs
- func (s *PreviewStackResponseBodyStackLogTerraformLogs) SetStream(v string) *PreviewStackResponseBodyStackLogTerraformLogs
- func (s PreviewStackResponseBodyStackLogTerraformLogs) String() string
- type PreviewStackResponseBodyStackParameters
- func (s PreviewStackResponseBodyStackParameters) GoString() string
- func (s *PreviewStackResponseBodyStackParameters) SetParameterKey(v string) *PreviewStackResponseBodyStackParameters
- func (s *PreviewStackResponseBodyStackParameters) SetParameterValue(v string) *PreviewStackResponseBodyStackParameters
- func (s PreviewStackResponseBodyStackParameters) String() string
- type PreviewStackResponseBodyStackResources
- func (s PreviewStackResponseBodyStackResources) GoString() string
- func (s *PreviewStackResponseBodyStackResources) SetAction(v string) *PreviewStackResponseBodyStackResources
- func (s *PreviewStackResponseBodyStackResources) SetConfigRuleEvaluations(v []*PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) *PreviewStackResponseBodyStackResources
- func (s *PreviewStackResponseBodyStackResources) SetDescription(v string) *PreviewStackResponseBodyStackResources
- func (s *PreviewStackResponseBodyStackResources) SetLogicalResourceId(v string) *PreviewStackResponseBodyStackResources
- func (s *PreviewStackResponseBodyStackResources) SetProperties(v map[string]interface{}) *PreviewStackResponseBodyStackResources
- func (s *PreviewStackResponseBodyStackResources) SetReplacement(v string) *PreviewStackResponseBodyStackResources
- func (s *PreviewStackResponseBodyStackResources) SetRequiredBy(v []*string) *PreviewStackResponseBodyStackResources
- func (s *PreviewStackResponseBodyStackResources) SetResourceType(v string) *PreviewStackResponseBodyStackResources
- func (s *PreviewStackResponseBodyStackResources) SetStack(v map[string]interface{}) *PreviewStackResponseBodyStackResources
- func (s PreviewStackResponseBodyStackResources) String() string
- type PreviewStackResponseBodyStackResourcesConfigRuleEvaluations
- func (s PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) GoString() string
- func (s *PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) SetAnnotation(v string) *PreviewStackResponseBodyStackResourcesConfigRuleEvaluations
- func (s *PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) SetComplianceType(v string) *PreviewStackResponseBodyStackResourcesConfigRuleEvaluations
- func (s *PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) SetHelpUrl(v string) *PreviewStackResponseBodyStackResourcesConfigRuleEvaluations
- func (s *PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) SetIdentifier(v string) *PreviewStackResponseBodyStackResourcesConfigRuleEvaluations
- func (s PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) String() string
- type PreviewStackShrinkRequest
- func (s PreviewStackShrinkRequest) GoString() string
- func (s *PreviewStackShrinkRequest) SetClientToken(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetDisableRollback(v bool) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetParallelism(v int64) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetParameters(v []*PreviewStackShrinkRequestParameters) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetRegionId(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetResourceConfigRulesShrink(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetStackId(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetStackName(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetStackPolicyBody(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetStackPolicyURL(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetTemplateBody(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetTemplateId(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetTemplateScratchId(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetTemplateScratchRegionId(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetTemplateURL(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetTemplateVersion(v string) *PreviewStackShrinkRequest
- func (s *PreviewStackShrinkRequest) SetTimeoutInMinutes(v int64) *PreviewStackShrinkRequest
- func (s PreviewStackShrinkRequest) String() string
- type PreviewStackShrinkRequestParameters
- func (s PreviewStackShrinkRequestParameters) GoString() string
- func (s *PreviewStackShrinkRequestParameters) SetParameterKey(v string) *PreviewStackShrinkRequestParameters
- func (s *PreviewStackShrinkRequestParameters) SetParameterValue(v string) *PreviewStackShrinkRequestParameters
- func (s PreviewStackShrinkRequestParameters) String() string
- type SetDeletionProtectionRequest
- func (s SetDeletionProtectionRequest) GoString() string
- func (s *SetDeletionProtectionRequest) SetDeletionProtection(v string) *SetDeletionProtectionRequest
- func (s *SetDeletionProtectionRequest) SetRegionId(v string) *SetDeletionProtectionRequest
- func (s *SetDeletionProtectionRequest) SetStackId(v string) *SetDeletionProtectionRequest
- func (s SetDeletionProtectionRequest) String() string
- type SetDeletionProtectionResponse
- func (s SetDeletionProtectionResponse) GoString() string
- func (s *SetDeletionProtectionResponse) SetBody(v *SetDeletionProtectionResponseBody) *SetDeletionProtectionResponse
- func (s *SetDeletionProtectionResponse) SetHeaders(v map[string]*string) *SetDeletionProtectionResponse
- func (s *SetDeletionProtectionResponse) SetStatusCode(v int32) *SetDeletionProtectionResponse
- func (s SetDeletionProtectionResponse) String() string
- type SetDeletionProtectionResponseBody
- type SetStackPolicyRequest
- func (s SetStackPolicyRequest) GoString() string
- func (s *SetStackPolicyRequest) SetRegionId(v string) *SetStackPolicyRequest
- func (s *SetStackPolicyRequest) SetStackId(v string) *SetStackPolicyRequest
- func (s *SetStackPolicyRequest) SetStackPolicyBody(v string) *SetStackPolicyRequest
- func (s *SetStackPolicyRequest) SetStackPolicyURL(v string) *SetStackPolicyRequest
- func (s SetStackPolicyRequest) String() string
- type SetStackPolicyResponse
- func (s SetStackPolicyResponse) GoString() string
- func (s *SetStackPolicyResponse) SetBody(v *SetStackPolicyResponseBody) *SetStackPolicyResponse
- func (s *SetStackPolicyResponse) SetHeaders(v map[string]*string) *SetStackPolicyResponse
- func (s *SetStackPolicyResponse) SetStatusCode(v int32) *SetStackPolicyResponse
- func (s SetStackPolicyResponse) String() string
- type SetStackPolicyResponseBody
- type SetTemplatePermissionRequest
- func (s SetTemplatePermissionRequest) GoString() string
- func (s *SetTemplatePermissionRequest) SetAccountIds(v []*string) *SetTemplatePermissionRequest
- func (s *SetTemplatePermissionRequest) SetShareOption(v string) *SetTemplatePermissionRequest
- func (s *SetTemplatePermissionRequest) SetTemplateId(v string) *SetTemplatePermissionRequest
- func (s *SetTemplatePermissionRequest) SetTemplateVersion(v string) *SetTemplatePermissionRequest
- func (s *SetTemplatePermissionRequest) SetVersionOption(v string) *SetTemplatePermissionRequest
- func (s SetTemplatePermissionRequest) String() string
- type SetTemplatePermissionResponse
- func (s SetTemplatePermissionResponse) GoString() string
- func (s *SetTemplatePermissionResponse) SetBody(v *SetTemplatePermissionResponseBody) *SetTemplatePermissionResponse
- func (s *SetTemplatePermissionResponse) SetHeaders(v map[string]*string) *SetTemplatePermissionResponse
- func (s *SetTemplatePermissionResponse) SetStatusCode(v int32) *SetTemplatePermissionResponse
- func (s SetTemplatePermissionResponse) String() string
- type SetTemplatePermissionResponseBody
- type SignalResourceRequest
- func (s SignalResourceRequest) GoString() string
- func (s *SignalResourceRequest) SetClientToken(v string) *SignalResourceRequest
- func (s *SignalResourceRequest) SetLogicalResourceId(v string) *SignalResourceRequest
- func (s *SignalResourceRequest) SetRegionId(v string) *SignalResourceRequest
- func (s *SignalResourceRequest) SetStackId(v string) *SignalResourceRequest
- func (s *SignalResourceRequest) SetStatus(v string) *SignalResourceRequest
- func (s *SignalResourceRequest) SetUniqueId(v string) *SignalResourceRequest
- func (s SignalResourceRequest) String() string
- type SignalResourceResponse
- func (s SignalResourceResponse) GoString() string
- func (s *SignalResourceResponse) SetBody(v *SignalResourceResponseBody) *SignalResourceResponse
- func (s *SignalResourceResponse) SetHeaders(v map[string]*string) *SignalResourceResponse
- func (s *SignalResourceResponse) SetStatusCode(v int32) *SignalResourceResponse
- func (s SignalResourceResponse) String() string
- type SignalResourceResponseBody
- type StopStackGroupOperationRequest
- func (s StopStackGroupOperationRequest) GoString() string
- func (s *StopStackGroupOperationRequest) SetOperationId(v string) *StopStackGroupOperationRequest
- func (s *StopStackGroupOperationRequest) SetRegionId(v string) *StopStackGroupOperationRequest
- func (s StopStackGroupOperationRequest) String() string
- type StopStackGroupOperationResponse
- func (s StopStackGroupOperationResponse) GoString() string
- func (s *StopStackGroupOperationResponse) SetBody(v *StopStackGroupOperationResponseBody) *StopStackGroupOperationResponse
- func (s *StopStackGroupOperationResponse) SetHeaders(v map[string]*string) *StopStackGroupOperationResponse
- func (s *StopStackGroupOperationResponse) SetStatusCode(v int32) *StopStackGroupOperationResponse
- func (s StopStackGroupOperationResponse) String() string
- type StopStackGroupOperationResponseBody
- type TagResourcesRequest
- func (s TagResourcesRequest) GoString() string
- func (s *TagResourcesRequest) SetRegionId(v string) *TagResourcesRequest
- func (s *TagResourcesRequest) SetResourceId(v []*string) *TagResourcesRequest
- func (s *TagResourcesRequest) SetResourceType(v string) *TagResourcesRequest
- func (s *TagResourcesRequest) SetTag(v []*TagResourcesRequestTag) *TagResourcesRequest
- func (s TagResourcesRequest) String() string
- type TagResourcesRequestTag
- type TagResourcesResponse
- func (s TagResourcesResponse) GoString() string
- func (s *TagResourcesResponse) SetBody(v *TagResourcesResponseBody) *TagResourcesResponse
- func (s *TagResourcesResponse) SetHeaders(v map[string]*string) *TagResourcesResponse
- func (s *TagResourcesResponse) SetStatusCode(v int32) *TagResourcesResponse
- func (s TagResourcesResponse) String() string
- type TagResourcesResponseBody
- type UntagResourcesRequest
- func (s UntagResourcesRequest) GoString() string
- func (s *UntagResourcesRequest) SetAll(v bool) *UntagResourcesRequest
- func (s *UntagResourcesRequest) SetRegionId(v string) *UntagResourcesRequest
- func (s *UntagResourcesRequest) SetResourceId(v []*string) *UntagResourcesRequest
- func (s *UntagResourcesRequest) SetResourceType(v string) *UntagResourcesRequest
- func (s *UntagResourcesRequest) SetTagKey(v []*string) *UntagResourcesRequest
- func (s UntagResourcesRequest) String() string
- type UntagResourcesResponse
- func (s UntagResourcesResponse) GoString() string
- func (s *UntagResourcesResponse) SetBody(v *UntagResourcesResponseBody) *UntagResourcesResponse
- func (s *UntagResourcesResponse) SetHeaders(v map[string]*string) *UntagResourcesResponse
- func (s *UntagResourcesResponse) SetStatusCode(v int32) *UntagResourcesResponse
- func (s UntagResourcesResponse) String() string
- type UntagResourcesResponseBody
- type UpdateStackGroupRequest
- func (s UpdateStackGroupRequest) GoString() string
- func (s *UpdateStackGroupRequest) SetAccountIds(v []*string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetAdministrationRoleName(v string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetAutoDeployment(v *UpdateStackGroupRequestAutoDeployment) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetClientToken(v string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetDeploymentTargets(v *UpdateStackGroupRequestDeploymentTargets) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetDescription(v string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetExecutionRoleName(v string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetOperationDescription(v string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetOperationPreferences(v map[string]interface{}) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetParameters(v []*UpdateStackGroupRequestParameters) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetPermissionModel(v string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetRegionId(v string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetRegionIds(v []*string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetStackGroupName(v string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetTemplateBody(v string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetTemplateId(v string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetTemplateURL(v string) *UpdateStackGroupRequest
- func (s *UpdateStackGroupRequest) SetTemplateVersion(v string) *UpdateStackGroupRequest
- func (s UpdateStackGroupRequest) String() string
- type UpdateStackGroupRequestAutoDeployment
- func (s UpdateStackGroupRequestAutoDeployment) GoString() string
- func (s *UpdateStackGroupRequestAutoDeployment) SetEnabled(v bool) *UpdateStackGroupRequestAutoDeployment
- func (s *UpdateStackGroupRequestAutoDeployment) SetRetainStacksOnAccountRemoval(v bool) *UpdateStackGroupRequestAutoDeployment
- func (s UpdateStackGroupRequestAutoDeployment) String() string
- type UpdateStackGroupRequestDeploymentTargets
- func (s UpdateStackGroupRequestDeploymentTargets) GoString() string
- func (s *UpdateStackGroupRequestDeploymentTargets) SetAccountIds(v []*string) *UpdateStackGroupRequestDeploymentTargets
- func (s *UpdateStackGroupRequestDeploymentTargets) SetRdFolderIds(v []*string) *UpdateStackGroupRequestDeploymentTargets
- func (s UpdateStackGroupRequestDeploymentTargets) String() string
- type UpdateStackGroupRequestParameters
- func (s UpdateStackGroupRequestParameters) GoString() string
- func (s *UpdateStackGroupRequestParameters) SetParameterKey(v string) *UpdateStackGroupRequestParameters
- func (s *UpdateStackGroupRequestParameters) SetParameterValue(v string) *UpdateStackGroupRequestParameters
- func (s UpdateStackGroupRequestParameters) String() string
- type UpdateStackGroupResponse
- func (s UpdateStackGroupResponse) GoString() string
- func (s *UpdateStackGroupResponse) SetBody(v *UpdateStackGroupResponseBody) *UpdateStackGroupResponse
- func (s *UpdateStackGroupResponse) SetHeaders(v map[string]*string) *UpdateStackGroupResponse
- func (s *UpdateStackGroupResponse) SetStatusCode(v int32) *UpdateStackGroupResponse
- func (s UpdateStackGroupResponse) String() string
- type UpdateStackGroupResponseBody
- type UpdateStackGroupShrinkRequest
- func (s UpdateStackGroupShrinkRequest) GoString() string
- func (s *UpdateStackGroupShrinkRequest) SetAccountIdsShrink(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetAdministrationRoleName(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetAutoDeploymentShrink(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetClientToken(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetDeploymentTargetsShrink(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetDescription(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetExecutionRoleName(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetOperationDescription(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetOperationPreferencesShrink(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetParameters(v []*UpdateStackGroupShrinkRequestParameters) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetPermissionModel(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetRegionId(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetRegionIdsShrink(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetStackGroupName(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetTemplateBody(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetTemplateId(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetTemplateURL(v string) *UpdateStackGroupShrinkRequest
- func (s *UpdateStackGroupShrinkRequest) SetTemplateVersion(v string) *UpdateStackGroupShrinkRequest
- func (s UpdateStackGroupShrinkRequest) String() string
- type UpdateStackGroupShrinkRequestParameters
- func (s UpdateStackGroupShrinkRequestParameters) GoString() string
- func (s *UpdateStackGroupShrinkRequestParameters) SetParameterKey(v string) *UpdateStackGroupShrinkRequestParameters
- func (s *UpdateStackGroupShrinkRequestParameters) SetParameterValue(v string) *UpdateStackGroupShrinkRequestParameters
- func (s UpdateStackGroupShrinkRequestParameters) String() string
- type UpdateStackInstancesRequest
- func (s UpdateStackInstancesRequest) GoString() string
- func (s *UpdateStackInstancesRequest) SetAccountIds(v []*string) *UpdateStackInstancesRequest
- func (s *UpdateStackInstancesRequest) SetClientToken(v string) *UpdateStackInstancesRequest
- func (s *UpdateStackInstancesRequest) SetDeploymentTargets(v *UpdateStackInstancesRequestDeploymentTargets) *UpdateStackInstancesRequest
- func (s *UpdateStackInstancesRequest) SetOperationDescription(v string) *UpdateStackInstancesRequest
- func (s *UpdateStackInstancesRequest) SetOperationPreferences(v map[string]interface{}) *UpdateStackInstancesRequest
- func (s *UpdateStackInstancesRequest) SetParameterOverrides(v []*UpdateStackInstancesRequestParameterOverrides) *UpdateStackInstancesRequest
- func (s *UpdateStackInstancesRequest) SetRegionId(v string) *UpdateStackInstancesRequest
- func (s *UpdateStackInstancesRequest) SetRegionIds(v []*string) *UpdateStackInstancesRequest
- func (s *UpdateStackInstancesRequest) SetStackGroupName(v string) *UpdateStackInstancesRequest
- func (s *UpdateStackInstancesRequest) SetTimeoutInMinutes(v int64) *UpdateStackInstancesRequest
- func (s UpdateStackInstancesRequest) String() string
- type UpdateStackInstancesRequestDeploymentTargets
- func (s UpdateStackInstancesRequestDeploymentTargets) GoString() string
- func (s *UpdateStackInstancesRequestDeploymentTargets) SetAccountIds(v []*string) *UpdateStackInstancesRequestDeploymentTargets
- func (s *UpdateStackInstancesRequestDeploymentTargets) SetRdFolderIds(v []*string) *UpdateStackInstancesRequestDeploymentTargets
- func (s UpdateStackInstancesRequestDeploymentTargets) String() string
- type UpdateStackInstancesRequestParameterOverrides
- func (s UpdateStackInstancesRequestParameterOverrides) GoString() string
- func (s *UpdateStackInstancesRequestParameterOverrides) SetParameterKey(v string) *UpdateStackInstancesRequestParameterOverrides
- func (s *UpdateStackInstancesRequestParameterOverrides) SetParameterValue(v string) *UpdateStackInstancesRequestParameterOverrides
- func (s UpdateStackInstancesRequestParameterOverrides) String() string
- type UpdateStackInstancesResponse
- func (s UpdateStackInstancesResponse) GoString() string
- func (s *UpdateStackInstancesResponse) SetBody(v *UpdateStackInstancesResponseBody) *UpdateStackInstancesResponse
- func (s *UpdateStackInstancesResponse) SetHeaders(v map[string]*string) *UpdateStackInstancesResponse
- func (s *UpdateStackInstancesResponse) SetStatusCode(v int32) *UpdateStackInstancesResponse
- func (s UpdateStackInstancesResponse) String() string
- type UpdateStackInstancesResponseBody
- func (s UpdateStackInstancesResponseBody) GoString() string
- func (s *UpdateStackInstancesResponseBody) SetOperationId(v string) *UpdateStackInstancesResponseBody
- func (s *UpdateStackInstancesResponseBody) SetRequestId(v string) *UpdateStackInstancesResponseBody
- func (s UpdateStackInstancesResponseBody) String() string
- type UpdateStackInstancesShrinkRequest
- func (s UpdateStackInstancesShrinkRequest) GoString() string
- func (s *UpdateStackInstancesShrinkRequest) SetAccountIdsShrink(v string) *UpdateStackInstancesShrinkRequest
- func (s *UpdateStackInstancesShrinkRequest) SetClientToken(v string) *UpdateStackInstancesShrinkRequest
- func (s *UpdateStackInstancesShrinkRequest) SetDeploymentTargetsShrink(v string) *UpdateStackInstancesShrinkRequest
- func (s *UpdateStackInstancesShrinkRequest) SetOperationDescription(v string) *UpdateStackInstancesShrinkRequest
- func (s *UpdateStackInstancesShrinkRequest) SetOperationPreferencesShrink(v string) *UpdateStackInstancesShrinkRequest
- func (s *UpdateStackInstancesShrinkRequest) SetParameterOverrides(v []*UpdateStackInstancesShrinkRequestParameterOverrides) *UpdateStackInstancesShrinkRequest
- func (s *UpdateStackInstancesShrinkRequest) SetRegionId(v string) *UpdateStackInstancesShrinkRequest
- func (s *UpdateStackInstancesShrinkRequest) SetRegionIdsShrink(v string) *UpdateStackInstancesShrinkRequest
- func (s *UpdateStackInstancesShrinkRequest) SetStackGroupName(v string) *UpdateStackInstancesShrinkRequest
- func (s *UpdateStackInstancesShrinkRequest) SetTimeoutInMinutes(v int64) *UpdateStackInstancesShrinkRequest
- func (s UpdateStackInstancesShrinkRequest) String() string
- type UpdateStackInstancesShrinkRequestParameterOverrides
- func (s UpdateStackInstancesShrinkRequestParameterOverrides) GoString() string
- func (s *UpdateStackInstancesShrinkRequestParameterOverrides) SetParameterKey(v string) *UpdateStackInstancesShrinkRequestParameterOverrides
- func (s *UpdateStackInstancesShrinkRequestParameterOverrides) SetParameterValue(v string) *UpdateStackInstancesShrinkRequestParameterOverrides
- func (s UpdateStackInstancesShrinkRequestParameterOverrides) String() string
- type UpdateStackRequest
- func (s UpdateStackRequest) GoString() string
- func (s *UpdateStackRequest) SetClientToken(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetDisableRollback(v bool) *UpdateStackRequest
- func (s *UpdateStackRequest) SetParallelism(v int64) *UpdateStackRequest
- func (s *UpdateStackRequest) SetParameters(v []*UpdateStackRequestParameters) *UpdateStackRequest
- func (s *UpdateStackRequest) SetRamRoleName(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetRegionId(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetReplacementOption(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetResourceGroupId(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetStackId(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetStackPolicyBody(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetStackPolicyDuringUpdateBody(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetStackPolicyDuringUpdateURL(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetStackPolicyURL(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetTags(v []*UpdateStackRequestTags) *UpdateStackRequest
- func (s *UpdateStackRequest) SetTemplateBody(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetTemplateId(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetTemplateURL(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetTemplateVersion(v string) *UpdateStackRequest
- func (s *UpdateStackRequest) SetTimeoutInMinutes(v int64) *UpdateStackRequest
- func (s *UpdateStackRequest) SetUsePreviousParameters(v bool) *UpdateStackRequest
- func (s UpdateStackRequest) String() string
- type UpdateStackRequestParameters
- func (s UpdateStackRequestParameters) GoString() string
- func (s *UpdateStackRequestParameters) SetParameterKey(v string) *UpdateStackRequestParameters
- func (s *UpdateStackRequestParameters) SetParameterValue(v string) *UpdateStackRequestParameters
- func (s UpdateStackRequestParameters) String() string
- type UpdateStackRequestTags
- type UpdateStackResponse
- func (s UpdateStackResponse) GoString() string
- func (s *UpdateStackResponse) SetBody(v *UpdateStackResponseBody) *UpdateStackResponse
- func (s *UpdateStackResponse) SetHeaders(v map[string]*string) *UpdateStackResponse
- func (s *UpdateStackResponse) SetStatusCode(v int32) *UpdateStackResponse
- func (s UpdateStackResponse) String() string
- type UpdateStackResponseBody
- type UpdateStackTemplateByResourcesRequest
- func (s UpdateStackTemplateByResourcesRequest) GoString() string
- func (s *UpdateStackTemplateByResourcesRequest) SetClientToken(v string) *UpdateStackTemplateByResourcesRequest
- func (s *UpdateStackTemplateByResourcesRequest) SetDryRun(v bool) *UpdateStackTemplateByResourcesRequest
- func (s *UpdateStackTemplateByResourcesRequest) SetLogicalResourceId(v []*string) *UpdateStackTemplateByResourcesRequest
- func (s *UpdateStackTemplateByResourcesRequest) SetRegionId(v string) *UpdateStackTemplateByResourcesRequest
- func (s *UpdateStackTemplateByResourcesRequest) SetStackId(v string) *UpdateStackTemplateByResourcesRequest
- func (s *UpdateStackTemplateByResourcesRequest) SetTemplateFormat(v string) *UpdateStackTemplateByResourcesRequest
- func (s UpdateStackTemplateByResourcesRequest) String() string
- type UpdateStackTemplateByResourcesResponse
- func (s UpdateStackTemplateByResourcesResponse) GoString() string
- func (s *UpdateStackTemplateByResourcesResponse) SetBody(v *UpdateStackTemplateByResourcesResponseBody) *UpdateStackTemplateByResourcesResponse
- func (s *UpdateStackTemplateByResourcesResponse) SetHeaders(v map[string]*string) *UpdateStackTemplateByResourcesResponse
- func (s *UpdateStackTemplateByResourcesResponse) SetStatusCode(v int32) *UpdateStackTemplateByResourcesResponse
- func (s UpdateStackTemplateByResourcesResponse) String() string
- type UpdateStackTemplateByResourcesResponseBody
- func (s UpdateStackTemplateByResourcesResponseBody) GoString() string
- func (s *UpdateStackTemplateByResourcesResponseBody) SetNewTemplateBody(v string) *UpdateStackTemplateByResourcesResponseBody
- func (s *UpdateStackTemplateByResourcesResponseBody) SetOldTemplateBody(v string) *UpdateStackTemplateByResourcesResponseBody
- func (s *UpdateStackTemplateByResourcesResponseBody) SetRequestId(v string) *UpdateStackTemplateByResourcesResponseBody
- func (s UpdateStackTemplateByResourcesResponseBody) String() string
- type UpdateTemplateRequest
- func (s UpdateTemplateRequest) GoString() string
- func (s *UpdateTemplateRequest) SetDescription(v string) *UpdateTemplateRequest
- func (s *UpdateTemplateRequest) SetTemplateBody(v string) *UpdateTemplateRequest
- func (s *UpdateTemplateRequest) SetTemplateId(v string) *UpdateTemplateRequest
- func (s *UpdateTemplateRequest) SetTemplateName(v string) *UpdateTemplateRequest
- func (s *UpdateTemplateRequest) SetTemplateURL(v string) *UpdateTemplateRequest
- func (s UpdateTemplateRequest) String() string
- type UpdateTemplateResponse
- func (s UpdateTemplateResponse) GoString() string
- func (s *UpdateTemplateResponse) SetBody(v *UpdateTemplateResponseBody) *UpdateTemplateResponse
- func (s *UpdateTemplateResponse) SetHeaders(v map[string]*string) *UpdateTemplateResponse
- func (s *UpdateTemplateResponse) SetStatusCode(v int32) *UpdateTemplateResponse
- func (s UpdateTemplateResponse) String() string
- type UpdateTemplateResponseBody
- type UpdateTemplateScratchRequest
- func (s UpdateTemplateScratchRequest) GoString() string
- func (s *UpdateTemplateScratchRequest) SetClientToken(v string) *UpdateTemplateScratchRequest
- func (s *UpdateTemplateScratchRequest) SetDescription(v string) *UpdateTemplateScratchRequest
- func (s *UpdateTemplateScratchRequest) SetExecutionMode(v string) *UpdateTemplateScratchRequest
- func (s *UpdateTemplateScratchRequest) SetLogicalIdStrategy(v string) *UpdateTemplateScratchRequest
- func (s *UpdateTemplateScratchRequest) SetPreferenceParameters(v []*UpdateTemplateScratchRequestPreferenceParameters) *UpdateTemplateScratchRequest
- func (s *UpdateTemplateScratchRequest) SetRegionId(v string) *UpdateTemplateScratchRequest
- func (s *UpdateTemplateScratchRequest) SetSourceResourceGroup(v *UpdateTemplateScratchRequestSourceResourceGroup) *UpdateTemplateScratchRequest
- func (s *UpdateTemplateScratchRequest) SetSourceResources(v []*UpdateTemplateScratchRequestSourceResources) *UpdateTemplateScratchRequest
- func (s *UpdateTemplateScratchRequest) SetSourceTag(v *UpdateTemplateScratchRequestSourceTag) *UpdateTemplateScratchRequest
- func (s *UpdateTemplateScratchRequest) SetTemplateScratchId(v string) *UpdateTemplateScratchRequest
- func (s UpdateTemplateScratchRequest) String() string
- type UpdateTemplateScratchRequestPreferenceParameters
- func (s UpdateTemplateScratchRequestPreferenceParameters) GoString() string
- func (s *UpdateTemplateScratchRequestPreferenceParameters) SetParameterKey(v string) *UpdateTemplateScratchRequestPreferenceParameters
- func (s *UpdateTemplateScratchRequestPreferenceParameters) SetParameterValue(v string) *UpdateTemplateScratchRequestPreferenceParameters
- func (s UpdateTemplateScratchRequestPreferenceParameters) String() string
- type UpdateTemplateScratchRequestSourceResourceGroup
- func (s UpdateTemplateScratchRequestSourceResourceGroup) GoString() string
- func (s *UpdateTemplateScratchRequestSourceResourceGroup) SetResourceGroupId(v string) *UpdateTemplateScratchRequestSourceResourceGroup
- func (s *UpdateTemplateScratchRequestSourceResourceGroup) SetResourceTypeFilter(v []*string) *UpdateTemplateScratchRequestSourceResourceGroup
- func (s UpdateTemplateScratchRequestSourceResourceGroup) String() string
- type UpdateTemplateScratchRequestSourceResources
- func (s UpdateTemplateScratchRequestSourceResources) GoString() string
- func (s *UpdateTemplateScratchRequestSourceResources) SetResourceId(v string) *UpdateTemplateScratchRequestSourceResources
- func (s *UpdateTemplateScratchRequestSourceResources) SetResourceType(v string) *UpdateTemplateScratchRequestSourceResources
- func (s UpdateTemplateScratchRequestSourceResources) String() string
- type UpdateTemplateScratchRequestSourceTag
- func (s UpdateTemplateScratchRequestSourceTag) GoString() string
- func (s *UpdateTemplateScratchRequestSourceTag) SetResourceTags(v map[string]interface{}) *UpdateTemplateScratchRequestSourceTag
- func (s *UpdateTemplateScratchRequestSourceTag) SetResourceTypeFilter(v []*string) *UpdateTemplateScratchRequestSourceTag
- func (s UpdateTemplateScratchRequestSourceTag) String() string
- type UpdateTemplateScratchResponse
- func (s UpdateTemplateScratchResponse) GoString() string
- func (s *UpdateTemplateScratchResponse) SetBody(v *UpdateTemplateScratchResponseBody) *UpdateTemplateScratchResponse
- func (s *UpdateTemplateScratchResponse) SetHeaders(v map[string]*string) *UpdateTemplateScratchResponse
- func (s *UpdateTemplateScratchResponse) SetStatusCode(v int32) *UpdateTemplateScratchResponse
- func (s UpdateTemplateScratchResponse) String() string
- type UpdateTemplateScratchResponseBody
- func (s UpdateTemplateScratchResponseBody) GoString() string
- func (s *UpdateTemplateScratchResponseBody) SetRequestId(v string) *UpdateTemplateScratchResponseBody
- func (s *UpdateTemplateScratchResponseBody) SetTemplateScratchId(v string) *UpdateTemplateScratchResponseBody
- func (s UpdateTemplateScratchResponseBody) String() string
- type UpdateTemplateScratchShrinkRequest
- func (s UpdateTemplateScratchShrinkRequest) GoString() string
- func (s *UpdateTemplateScratchShrinkRequest) SetClientToken(v string) *UpdateTemplateScratchShrinkRequest
- func (s *UpdateTemplateScratchShrinkRequest) SetDescription(v string) *UpdateTemplateScratchShrinkRequest
- func (s *UpdateTemplateScratchShrinkRequest) SetExecutionMode(v string) *UpdateTemplateScratchShrinkRequest
- func (s *UpdateTemplateScratchShrinkRequest) SetLogicalIdStrategy(v string) *UpdateTemplateScratchShrinkRequest
- func (s *UpdateTemplateScratchShrinkRequest) SetPreferenceParametersShrink(v string) *UpdateTemplateScratchShrinkRequest
- func (s *UpdateTemplateScratchShrinkRequest) SetRegionId(v string) *UpdateTemplateScratchShrinkRequest
- func (s *UpdateTemplateScratchShrinkRequest) SetSourceResourceGroupShrink(v string) *UpdateTemplateScratchShrinkRequest
- func (s *UpdateTemplateScratchShrinkRequest) SetSourceResourcesShrink(v string) *UpdateTemplateScratchShrinkRequest
- func (s *UpdateTemplateScratchShrinkRequest) SetSourceTagShrink(v string) *UpdateTemplateScratchShrinkRequest
- func (s *UpdateTemplateScratchShrinkRequest) SetTemplateScratchId(v string) *UpdateTemplateScratchShrinkRequest
- func (s UpdateTemplateScratchShrinkRequest) String() string
- type ValidateTemplateRequest
- func (s ValidateTemplateRequest) GoString() string
- func (s *ValidateTemplateRequest) SetClientToken(v string) *ValidateTemplateRequest
- func (s *ValidateTemplateRequest) SetRegionId(v string) *ValidateTemplateRequest
- func (s *ValidateTemplateRequest) SetTemplateBody(v string) *ValidateTemplateRequest
- func (s *ValidateTemplateRequest) SetTemplateURL(v string) *ValidateTemplateRequest
- func (s *ValidateTemplateRequest) SetValidationOption(v string) *ValidateTemplateRequest
- func (s ValidateTemplateRequest) String() string
- type ValidateTemplateResponse
- func (s ValidateTemplateResponse) GoString() string
- func (s *ValidateTemplateResponse) SetBody(v *ValidateTemplateResponseBody) *ValidateTemplateResponse
- func (s *ValidateTemplateResponse) SetHeaders(v map[string]*string) *ValidateTemplateResponse
- func (s *ValidateTemplateResponse) SetStatusCode(v int32) *ValidateTemplateResponse
- func (s ValidateTemplateResponse) String() string
- type ValidateTemplateResponseBody
- func (s ValidateTemplateResponseBody) GoString() string
- func (s *ValidateTemplateResponseBody) SetDescription(v string) *ValidateTemplateResponseBody
- func (s *ValidateTemplateResponseBody) SetOutputs(v []*ValidateTemplateResponseBodyOutputs) *ValidateTemplateResponseBody
- func (s *ValidateTemplateResponseBody) SetParameters(v []map[string]interface{}) *ValidateTemplateResponseBody
- func (s *ValidateTemplateResponseBody) SetRequestId(v string) *ValidateTemplateResponseBody
- func (s *ValidateTemplateResponseBody) SetResourceTypes(v *ValidateTemplateResponseBodyResourceTypes) *ValidateTemplateResponseBody
- func (s ValidateTemplateResponseBody) String() string
- type ValidateTemplateResponseBodyOutputs
- func (s ValidateTemplateResponseBodyOutputs) GoString() string
- func (s *ValidateTemplateResponseBodyOutputs) SetDescription(v string) *ValidateTemplateResponseBodyOutputs
- func (s *ValidateTemplateResponseBodyOutputs) SetOutputKey(v string) *ValidateTemplateResponseBodyOutputs
- func (s ValidateTemplateResponseBodyOutputs) String() string
- type ValidateTemplateResponseBodyResourceTypes
- func (s ValidateTemplateResponseBodyResourceTypes) GoString() string
- func (s *ValidateTemplateResponseBodyResourceTypes) SetDataSources(v []*string) *ValidateTemplateResponseBodyResourceTypes
- func (s *ValidateTemplateResponseBodyResourceTypes) SetResources(v []*string) *ValidateTemplateResponseBodyResourceTypes
- func (s ValidateTemplateResponseBodyResourceTypes) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelUpdateStackRequest ¶
type CancelUpdateStackRequest struct { CancelType *string `json:"CancelType,omitempty" xml:"CancelType,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (CancelUpdateStackRequest) GoString ¶
func (s CancelUpdateStackRequest) GoString() string
func (*CancelUpdateStackRequest) SetCancelType ¶
func (s *CancelUpdateStackRequest) SetCancelType(v string) *CancelUpdateStackRequest
func (*CancelUpdateStackRequest) SetRegionId ¶
func (s *CancelUpdateStackRequest) SetRegionId(v string) *CancelUpdateStackRequest
func (*CancelUpdateStackRequest) SetStackId ¶
func (s *CancelUpdateStackRequest) SetStackId(v string) *CancelUpdateStackRequest
func (CancelUpdateStackRequest) String ¶
func (s CancelUpdateStackRequest) String() string
type CancelUpdateStackResponse ¶
type CancelUpdateStackResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CancelUpdateStackResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CancelUpdateStackResponse) GoString ¶
func (s CancelUpdateStackResponse) GoString() string
func (*CancelUpdateStackResponse) SetBody ¶
func (s *CancelUpdateStackResponse) SetBody(v *CancelUpdateStackResponseBody) *CancelUpdateStackResponse
func (*CancelUpdateStackResponse) SetHeaders ¶
func (s *CancelUpdateStackResponse) SetHeaders(v map[string]*string) *CancelUpdateStackResponse
func (*CancelUpdateStackResponse) SetStatusCode ¶ added in v3.2.4
func (s *CancelUpdateStackResponse) SetStatusCode(v int32) *CancelUpdateStackResponse
func (CancelUpdateStackResponse) String ¶
func (s CancelUpdateStackResponse) String() string
type CancelUpdateStackResponseBody ¶
type CancelUpdateStackResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (CancelUpdateStackResponseBody) GoString ¶
func (s CancelUpdateStackResponseBody) GoString() string
func (*CancelUpdateStackResponseBody) SetRequestId ¶
func (s *CancelUpdateStackResponseBody) SetRequestId(v string) *CancelUpdateStackResponseBody
func (CancelUpdateStackResponseBody) String ¶
func (s CancelUpdateStackResponseBody) String() string
type Client ¶
func (*Client) CancelUpdateStack ¶
func (client *Client) CancelUpdateStack(request *CancelUpdateStackRequest) (_result *CancelUpdateStackResponse, _err error)
func (*Client) CancelUpdateStackWithOptions ¶
func (client *Client) CancelUpdateStackWithOptions(request *CancelUpdateStackRequest, runtime *util.RuntimeOptions) (_result *CancelUpdateStackResponse, _err error)
func (*Client) ContinueCreateStack ¶
func (client *Client) ContinueCreateStack(request *ContinueCreateStackRequest) (_result *ContinueCreateStackResponse, _err error)
func (*Client) ContinueCreateStackWithOptions ¶
func (client *Client) ContinueCreateStackWithOptions(request *ContinueCreateStackRequest, runtime *util.RuntimeOptions) (_result *ContinueCreateStackResponse, _err error)
func (*Client) CreateChangeSet ¶
func (client *Client) CreateChangeSet(request *CreateChangeSetRequest) (_result *CreateChangeSetResponse, _err error)
func (*Client) CreateChangeSetWithOptions ¶
func (client *Client) CreateChangeSetWithOptions(request *CreateChangeSetRequest, runtime *util.RuntimeOptions) (_result *CreateChangeSetResponse, _err error)
func (*Client) CreateStack ¶
func (client *Client) CreateStack(request *CreateStackRequest) (_result *CreateStackResponse, _err error)
func (*Client) CreateStackGroup ¶
func (client *Client) CreateStackGroup(request *CreateStackGroupRequest) (_result *CreateStackGroupResponse, _err error)
func (*Client) CreateStackGroupWithOptions ¶
func (client *Client) CreateStackGroupWithOptions(tmpReq *CreateStackGroupRequest, runtime *util.RuntimeOptions) (_result *CreateStackGroupResponse, _err error)
func (*Client) CreateStackInstances ¶
func (client *Client) CreateStackInstances(request *CreateStackInstancesRequest) (_result *CreateStackInstancesResponse, _err error)
func (*Client) CreateStackInstancesWithOptions ¶
func (client *Client) CreateStackInstancesWithOptions(tmpReq *CreateStackInstancesRequest, runtime *util.RuntimeOptions) (_result *CreateStackInstancesResponse, _err error)
func (*Client) CreateStackWithOptions ¶
func (client *Client) CreateStackWithOptions(request *CreateStackRequest, runtime *util.RuntimeOptions) (_result *CreateStackResponse, _err error)
func (*Client) CreateTemplate ¶
func (client *Client) CreateTemplate(request *CreateTemplateRequest) (_result *CreateTemplateResponse, _err error)
func (*Client) CreateTemplateScratch ¶
func (client *Client) CreateTemplateScratch(request *CreateTemplateScratchRequest) (_result *CreateTemplateScratchResponse, _err error)
func (*Client) CreateTemplateScratchWithOptions ¶
func (client *Client) CreateTemplateScratchWithOptions(tmpReq *CreateTemplateScratchRequest, runtime *util.RuntimeOptions) (_result *CreateTemplateScratchResponse, _err error)
func (*Client) CreateTemplateWithOptions ¶
func (client *Client) CreateTemplateWithOptions(request *CreateTemplateRequest, runtime *util.RuntimeOptions) (_result *CreateTemplateResponse, _err error)
func (*Client) DeleteChangeSet ¶
func (client *Client) DeleteChangeSet(request *DeleteChangeSetRequest) (_result *DeleteChangeSetResponse, _err error)
func (*Client) DeleteChangeSetWithOptions ¶
func (client *Client) DeleteChangeSetWithOptions(request *DeleteChangeSetRequest, runtime *util.RuntimeOptions) (_result *DeleteChangeSetResponse, _err error)
func (*Client) DeleteStack ¶
func (client *Client) DeleteStack(request *DeleteStackRequest) (_result *DeleteStackResponse, _err error)
func (*Client) DeleteStackGroup ¶
func (client *Client) DeleteStackGroup(request *DeleteStackGroupRequest) (_result *DeleteStackGroupResponse, _err error)
func (*Client) DeleteStackGroupWithOptions ¶
func (client *Client) DeleteStackGroupWithOptions(request *DeleteStackGroupRequest, runtime *util.RuntimeOptions) (_result *DeleteStackGroupResponse, _err error)
func (*Client) DeleteStackInstances ¶
func (client *Client) DeleteStackInstances(request *DeleteStackInstancesRequest) (_result *DeleteStackInstancesResponse, _err error)
func (*Client) DeleteStackInstancesWithOptions ¶
func (client *Client) DeleteStackInstancesWithOptions(tmpReq *DeleteStackInstancesRequest, runtime *util.RuntimeOptions) (_result *DeleteStackInstancesResponse, _err error)
func (*Client) DeleteStackWithOptions ¶
func (client *Client) DeleteStackWithOptions(request *DeleteStackRequest, runtime *util.RuntimeOptions) (_result *DeleteStackResponse, _err error)
func (*Client) DeleteTemplate ¶
func (client *Client) DeleteTemplate(request *DeleteTemplateRequest) (_result *DeleteTemplateResponse, _err error)
func (*Client) DeleteTemplateScratch ¶
func (client *Client) DeleteTemplateScratch(request *DeleteTemplateScratchRequest) (_result *DeleteTemplateScratchResponse, _err error)
func (*Client) DeleteTemplateScratchWithOptions ¶
func (client *Client) DeleteTemplateScratchWithOptions(request *DeleteTemplateScratchRequest, runtime *util.RuntimeOptions) (_result *DeleteTemplateScratchResponse, _err error)
func (*Client) DeleteTemplateWithOptions ¶
func (client *Client) DeleteTemplateWithOptions(request *DeleteTemplateRequest, runtime *util.RuntimeOptions) (_result *DeleteTemplateResponse, _err error)
func (*Client) DescribeRegions ¶
func (client *Client) DescribeRegions(request *DescribeRegionsRequest) (_result *DescribeRegionsResponse, _err error)
func (*Client) DescribeRegionsWithOptions ¶
func (client *Client) DescribeRegionsWithOptions(request *DescribeRegionsRequest, runtime *util.RuntimeOptions) (_result *DescribeRegionsResponse, _err error)
func (*Client) DetectStackDrift ¶
func (client *Client) DetectStackDrift(request *DetectStackDriftRequest) (_result *DetectStackDriftResponse, _err error)
func (*Client) DetectStackDriftWithOptions ¶
func (client *Client) DetectStackDriftWithOptions(request *DetectStackDriftRequest, runtime *util.RuntimeOptions) (_result *DetectStackDriftResponse, _err error)
func (*Client) DetectStackGroupDrift ¶
func (client *Client) DetectStackGroupDrift(request *DetectStackGroupDriftRequest) (_result *DetectStackGroupDriftResponse, _err error)
func (*Client) DetectStackGroupDriftWithOptions ¶
func (client *Client) DetectStackGroupDriftWithOptions(tmpReq *DetectStackGroupDriftRequest, runtime *util.RuntimeOptions) (_result *DetectStackGroupDriftResponse, _err error)
func (*Client) DetectStackResourceDrift ¶
func (client *Client) DetectStackResourceDrift(request *DetectStackResourceDriftRequest) (_result *DetectStackResourceDriftResponse, _err error)
func (*Client) DetectStackResourceDriftWithOptions ¶
func (client *Client) DetectStackResourceDriftWithOptions(request *DetectStackResourceDriftRequest, runtime *util.RuntimeOptions) (_result *DetectStackResourceDriftResponse, _err error)
func (*Client) ExecuteChangeSet ¶
func (client *Client) ExecuteChangeSet(request *ExecuteChangeSetRequest) (_result *ExecuteChangeSetResponse, _err error)
func (*Client) ExecuteChangeSetWithOptions ¶
func (client *Client) ExecuteChangeSetWithOptions(request *ExecuteChangeSetRequest, runtime *util.RuntimeOptions) (_result *ExecuteChangeSetResponse, _err error)
func (*Client) GenerateTemplateByScratch ¶
func (client *Client) GenerateTemplateByScratch(request *GenerateTemplateByScratchRequest) (_result *GenerateTemplateByScratchResponse, _err error)
func (*Client) GenerateTemplateByScratchWithOptions ¶
func (client *Client) GenerateTemplateByScratchWithOptions(request *GenerateTemplateByScratchRequest, runtime *util.RuntimeOptions) (_result *GenerateTemplateByScratchResponse, _err error)
func (*Client) GenerateTemplatePolicy ¶
func (client *Client) GenerateTemplatePolicy(request *GenerateTemplatePolicyRequest) (_result *GenerateTemplatePolicyResponse, _err error)
func (*Client) GenerateTemplatePolicyWithOptions ¶
func (client *Client) GenerateTemplatePolicyWithOptions(request *GenerateTemplatePolicyRequest, runtime *util.RuntimeOptions) (_result *GenerateTemplatePolicyResponse, _err error)
func (*Client) GetChangeSet ¶
func (client *Client) GetChangeSet(request *GetChangeSetRequest) (_result *GetChangeSetResponse, _err error)
func (*Client) GetChangeSetWithOptions ¶
func (client *Client) GetChangeSetWithOptions(request *GetChangeSetRequest, runtime *util.RuntimeOptions) (_result *GetChangeSetResponse, _err error)
func (*Client) GetEndpoint ¶
func (*Client) GetFeatureDetails ¶
func (client *Client) GetFeatureDetails(request *GetFeatureDetailsRequest) (_result *GetFeatureDetailsResponse, _err error)
func (*Client) GetFeatureDetailsWithOptions ¶
func (client *Client) GetFeatureDetailsWithOptions(request *GetFeatureDetailsRequest, runtime *util.RuntimeOptions) (_result *GetFeatureDetailsResponse, _err error)
func (*Client) GetResourceType ¶
func (client *Client) GetResourceType(request *GetResourceTypeRequest) (_result *GetResourceTypeResponse, _err error)
func (*Client) GetResourceTypeTemplate ¶
func (client *Client) GetResourceTypeTemplate(request *GetResourceTypeTemplateRequest) (_result *GetResourceTypeTemplateResponse, _err error)
func (*Client) GetResourceTypeTemplateWithOptions ¶
func (client *Client) GetResourceTypeTemplateWithOptions(request *GetResourceTypeTemplateRequest, runtime *util.RuntimeOptions) (_result *GetResourceTypeTemplateResponse, _err error)
func (*Client) GetResourceTypeWithOptions ¶
func (client *Client) GetResourceTypeWithOptions(request *GetResourceTypeRequest, runtime *util.RuntimeOptions) (_result *GetResourceTypeResponse, _err error)
func (*Client) GetServiceProvisions ¶
func (client *Client) GetServiceProvisions(request *GetServiceProvisionsRequest) (_result *GetServiceProvisionsResponse, _err error)
func (*Client) GetServiceProvisionsWithOptions ¶
func (client *Client) GetServiceProvisionsWithOptions(request *GetServiceProvisionsRequest, runtime *util.RuntimeOptions) (_result *GetServiceProvisionsResponse, _err error)
func (*Client) GetStack ¶
func (client *Client) GetStack(request *GetStackRequest) (_result *GetStackResponse, _err error)
func (*Client) GetStackDriftDetectionStatus ¶
func (client *Client) GetStackDriftDetectionStatus(request *GetStackDriftDetectionStatusRequest) (_result *GetStackDriftDetectionStatusResponse, _err error)
func (*Client) GetStackDriftDetectionStatusWithOptions ¶
func (client *Client) GetStackDriftDetectionStatusWithOptions(request *GetStackDriftDetectionStatusRequest, runtime *util.RuntimeOptions) (_result *GetStackDriftDetectionStatusResponse, _err error)
func (*Client) GetStackGroup ¶
func (client *Client) GetStackGroup(request *GetStackGroupRequest) (_result *GetStackGroupResponse, _err error)
func (*Client) GetStackGroupOperation ¶
func (client *Client) GetStackGroupOperation(request *GetStackGroupOperationRequest) (_result *GetStackGroupOperationResponse, _err error)
func (*Client) GetStackGroupOperationWithOptions ¶
func (client *Client) GetStackGroupOperationWithOptions(request *GetStackGroupOperationRequest, runtime *util.RuntimeOptions) (_result *GetStackGroupOperationResponse, _err error)
func (*Client) GetStackGroupWithOptions ¶
func (client *Client) GetStackGroupWithOptions(request *GetStackGroupRequest, runtime *util.RuntimeOptions) (_result *GetStackGroupResponse, _err error)
func (*Client) GetStackInstance ¶
func (client *Client) GetStackInstance(request *GetStackInstanceRequest) (_result *GetStackInstanceResponse, _err error)
func (*Client) GetStackInstanceWithOptions ¶
func (client *Client) GetStackInstanceWithOptions(request *GetStackInstanceRequest, runtime *util.RuntimeOptions) (_result *GetStackInstanceResponse, _err error)
func (*Client) GetStackPolicy ¶
func (client *Client) GetStackPolicy(request *GetStackPolicyRequest) (_result *GetStackPolicyResponse, _err error)
func (*Client) GetStackPolicyWithOptions ¶
func (client *Client) GetStackPolicyWithOptions(request *GetStackPolicyRequest, runtime *util.RuntimeOptions) (_result *GetStackPolicyResponse, _err error)
func (*Client) GetStackResource ¶
func (client *Client) GetStackResource(request *GetStackResourceRequest) (_result *GetStackResourceResponse, _err error)
func (*Client) GetStackResourceWithOptions ¶
func (client *Client) GetStackResourceWithOptions(request *GetStackResourceRequest, runtime *util.RuntimeOptions) (_result *GetStackResourceResponse, _err error)
func (*Client) GetStackWithOptions ¶
func (client *Client) GetStackWithOptions(request *GetStackRequest, runtime *util.RuntimeOptions) (_result *GetStackResponse, _err error)
func (*Client) GetTemplate ¶
func (client *Client) GetTemplate(request *GetTemplateRequest) (_result *GetTemplateResponse, _err error)
func (*Client) GetTemplateEstimateCost ¶
func (client *Client) GetTemplateEstimateCost(request *GetTemplateEstimateCostRequest) (_result *GetTemplateEstimateCostResponse, _err error)
func (*Client) GetTemplateEstimateCostWithOptions ¶
func (client *Client) GetTemplateEstimateCostWithOptions(request *GetTemplateEstimateCostRequest, runtime *util.RuntimeOptions) (_result *GetTemplateEstimateCostResponse, _err error)
func (*Client) GetTemplateParameterConstraints ¶
func (client *Client) GetTemplateParameterConstraints(request *GetTemplateParameterConstraintsRequest) (_result *GetTemplateParameterConstraintsResponse, _err error)
func (*Client) GetTemplateParameterConstraintsWithOptions ¶
func (client *Client) GetTemplateParameterConstraintsWithOptions(tmpReq *GetTemplateParameterConstraintsRequest, runtime *util.RuntimeOptions) (_result *GetTemplateParameterConstraintsResponse, _err error)
func (*Client) GetTemplateScratch ¶
func (client *Client) GetTemplateScratch(request *GetTemplateScratchRequest) (_result *GetTemplateScratchResponse, _err error)
func (*Client) GetTemplateScratchWithOptions ¶
func (client *Client) GetTemplateScratchWithOptions(request *GetTemplateScratchRequest, runtime *util.RuntimeOptions) (_result *GetTemplateScratchResponse, _err error)
func (*Client) GetTemplateSummary ¶
func (client *Client) GetTemplateSummary(request *GetTemplateSummaryRequest) (_result *GetTemplateSummaryResponse, _err error)
func (*Client) GetTemplateSummaryWithOptions ¶
func (client *Client) GetTemplateSummaryWithOptions(request *GetTemplateSummaryRequest, runtime *util.RuntimeOptions) (_result *GetTemplateSummaryResponse, _err error)
func (*Client) GetTemplateWithOptions ¶
func (client *Client) GetTemplateWithOptions(request *GetTemplateRequest, runtime *util.RuntimeOptions) (_result *GetTemplateResponse, _err error)
func (*Client) ListChangeSets ¶
func (client *Client) ListChangeSets(request *ListChangeSetsRequest) (_result *ListChangeSetsResponse, _err error)
func (*Client) ListChangeSetsWithOptions ¶
func (client *Client) ListChangeSetsWithOptions(request *ListChangeSetsRequest, runtime *util.RuntimeOptions) (_result *ListChangeSetsResponse, _err error)
func (*Client) ListResourceTypes ¶
func (client *Client) ListResourceTypes(request *ListResourceTypesRequest) (_result *ListResourceTypesResponse, _err error)
func (*Client) ListResourceTypesWithOptions ¶
func (client *Client) ListResourceTypesWithOptions(request *ListResourceTypesRequest, runtime *util.RuntimeOptions) (_result *ListResourceTypesResponse, _err error)
func (*Client) ListStackEvents ¶
func (client *Client) ListStackEvents(request *ListStackEventsRequest) (_result *ListStackEventsResponse, _err error)
func (*Client) ListStackEventsWithOptions ¶
func (client *Client) ListStackEventsWithOptions(request *ListStackEventsRequest, runtime *util.RuntimeOptions) (_result *ListStackEventsResponse, _err error)
func (*Client) ListStackGroupOperationResults ¶
func (client *Client) ListStackGroupOperationResults(request *ListStackGroupOperationResultsRequest) (_result *ListStackGroupOperationResultsResponse, _err error)
func (*Client) ListStackGroupOperationResultsWithOptions ¶
func (client *Client) ListStackGroupOperationResultsWithOptions(request *ListStackGroupOperationResultsRequest, runtime *util.RuntimeOptions) (_result *ListStackGroupOperationResultsResponse, _err error)
func (*Client) ListStackGroupOperations ¶
func (client *Client) ListStackGroupOperations(request *ListStackGroupOperationsRequest) (_result *ListStackGroupOperationsResponse, _err error)
func (*Client) ListStackGroupOperationsWithOptions ¶
func (client *Client) ListStackGroupOperationsWithOptions(request *ListStackGroupOperationsRequest, runtime *util.RuntimeOptions) (_result *ListStackGroupOperationsResponse, _err error)
func (*Client) ListStackGroups ¶
func (client *Client) ListStackGroups(request *ListStackGroupsRequest) (_result *ListStackGroupsResponse, _err error)
func (*Client) ListStackGroupsWithOptions ¶
func (client *Client) ListStackGroupsWithOptions(request *ListStackGroupsRequest, runtime *util.RuntimeOptions) (_result *ListStackGroupsResponse, _err error)
func (*Client) ListStackInstances ¶
func (client *Client) ListStackInstances(request *ListStackInstancesRequest) (_result *ListStackInstancesResponse, _err error)
func (*Client) ListStackInstancesWithOptions ¶
func (client *Client) ListStackInstancesWithOptions(request *ListStackInstancesRequest, runtime *util.RuntimeOptions) (_result *ListStackInstancesResponse, _err error)
func (*Client) ListStackOperationRisks ¶
func (client *Client) ListStackOperationRisks(request *ListStackOperationRisksRequest) (_result *ListStackOperationRisksResponse, _err error)
func (*Client) ListStackOperationRisksWithOptions ¶
func (client *Client) ListStackOperationRisksWithOptions(request *ListStackOperationRisksRequest, runtime *util.RuntimeOptions) (_result *ListStackOperationRisksResponse, _err error)
func (*Client) ListStackResourceDrifts ¶
func (client *Client) ListStackResourceDrifts(request *ListStackResourceDriftsRequest) (_result *ListStackResourceDriftsResponse, _err error)
func (*Client) ListStackResourceDriftsWithOptions ¶
func (client *Client) ListStackResourceDriftsWithOptions(request *ListStackResourceDriftsRequest, runtime *util.RuntimeOptions) (_result *ListStackResourceDriftsResponse, _err error)
func (*Client) ListStackResources ¶
func (client *Client) ListStackResources(request *ListStackResourcesRequest) (_result *ListStackResourcesResponse, _err error)
func (*Client) ListStackResourcesWithOptions ¶
func (client *Client) ListStackResourcesWithOptions(request *ListStackResourcesRequest, runtime *util.RuntimeOptions) (_result *ListStackResourcesResponse, _err error)
func (*Client) ListStacks ¶
func (client *Client) ListStacks(request *ListStacksRequest) (_result *ListStacksResponse, _err error)
func (*Client) ListStacksWithOptions ¶
func (client *Client) ListStacksWithOptions(request *ListStacksRequest, runtime *util.RuntimeOptions) (_result *ListStacksResponse, _err error)
func (*Client) ListTagKeys ¶
func (client *Client) ListTagKeys(request *ListTagKeysRequest) (_result *ListTagKeysResponse, _err error)
func (*Client) ListTagKeysWithOptions ¶
func (client *Client) ListTagKeysWithOptions(request *ListTagKeysRequest, runtime *util.RuntimeOptions) (_result *ListTagKeysResponse, _err error)
func (*Client) ListTagResources ¶
func (client *Client) ListTagResources(request *ListTagResourcesRequest) (_result *ListTagResourcesResponse, _err error)
func (*Client) ListTagResourcesWithOptions ¶
func (client *Client) ListTagResourcesWithOptions(request *ListTagResourcesRequest, runtime *util.RuntimeOptions) (_result *ListTagResourcesResponse, _err error)
func (*Client) ListTagValues ¶
func (client *Client) ListTagValues(request *ListTagValuesRequest) (_result *ListTagValuesResponse, _err error)
func (*Client) ListTagValuesWithOptions ¶
func (client *Client) ListTagValuesWithOptions(request *ListTagValuesRequest, runtime *util.RuntimeOptions) (_result *ListTagValuesResponse, _err error)
func (*Client) ListTemplateScratches ¶
func (client *Client) ListTemplateScratches(request *ListTemplateScratchesRequest) (_result *ListTemplateScratchesResponse, _err error)
func (*Client) ListTemplateScratchesWithOptions ¶
func (client *Client) ListTemplateScratchesWithOptions(request *ListTemplateScratchesRequest, runtime *util.RuntimeOptions) (_result *ListTemplateScratchesResponse, _err error)
func (*Client) ListTemplateVersions ¶
func (client *Client) ListTemplateVersions(request *ListTemplateVersionsRequest) (_result *ListTemplateVersionsResponse, _err error)
func (*Client) ListTemplateVersionsWithOptions ¶
func (client *Client) ListTemplateVersionsWithOptions(request *ListTemplateVersionsRequest, runtime *util.RuntimeOptions) (_result *ListTemplateVersionsResponse, _err error)
func (*Client) ListTemplates ¶
func (client *Client) ListTemplates(request *ListTemplatesRequest) (_result *ListTemplatesResponse, _err error)
func (*Client) ListTemplatesWithOptions ¶
func (client *Client) ListTemplatesWithOptions(request *ListTemplatesRequest, runtime *util.RuntimeOptions) (_result *ListTemplatesResponse, _err error)
func (*Client) MoveResourceGroup ¶
func (client *Client) MoveResourceGroup(request *MoveResourceGroupRequest) (_result *MoveResourceGroupResponse, _err error)
func (*Client) MoveResourceGroupWithOptions ¶
func (client *Client) MoveResourceGroupWithOptions(request *MoveResourceGroupRequest, runtime *util.RuntimeOptions) (_result *MoveResourceGroupResponse, _err error)
func (*Client) PreviewStack ¶
func (client *Client) PreviewStack(request *PreviewStackRequest) (_result *PreviewStackResponse, _err error)
func (*Client) PreviewStackWithOptions ¶
func (client *Client) PreviewStackWithOptions(tmpReq *PreviewStackRequest, runtime *util.RuntimeOptions) (_result *PreviewStackResponse, _err error)
func (*Client) SetDeletionProtection ¶
func (client *Client) SetDeletionProtection(request *SetDeletionProtectionRequest) (_result *SetDeletionProtectionResponse, _err error)
func (*Client) SetDeletionProtectionWithOptions ¶
func (client *Client) SetDeletionProtectionWithOptions(request *SetDeletionProtectionRequest, runtime *util.RuntimeOptions) (_result *SetDeletionProtectionResponse, _err error)
func (*Client) SetStackPolicy ¶
func (client *Client) SetStackPolicy(request *SetStackPolicyRequest) (_result *SetStackPolicyResponse, _err error)
func (*Client) SetStackPolicyWithOptions ¶
func (client *Client) SetStackPolicyWithOptions(request *SetStackPolicyRequest, runtime *util.RuntimeOptions) (_result *SetStackPolicyResponse, _err error)
func (*Client) SetTemplatePermission ¶
func (client *Client) SetTemplatePermission(request *SetTemplatePermissionRequest) (_result *SetTemplatePermissionResponse, _err error)
func (*Client) SetTemplatePermissionWithOptions ¶
func (client *Client) SetTemplatePermissionWithOptions(request *SetTemplatePermissionRequest, runtime *util.RuntimeOptions) (_result *SetTemplatePermissionResponse, _err error)
func (*Client) SignalResource ¶
func (client *Client) SignalResource(request *SignalResourceRequest) (_result *SignalResourceResponse, _err error)
func (*Client) SignalResourceWithOptions ¶
func (client *Client) SignalResourceWithOptions(request *SignalResourceRequest, runtime *util.RuntimeOptions) (_result *SignalResourceResponse, _err error)
func (*Client) StopStackGroupOperation ¶
func (client *Client) StopStackGroupOperation(request *StopStackGroupOperationRequest) (_result *StopStackGroupOperationResponse, _err error)
func (*Client) StopStackGroupOperationWithOptions ¶
func (client *Client) StopStackGroupOperationWithOptions(request *StopStackGroupOperationRequest, runtime *util.RuntimeOptions) (_result *StopStackGroupOperationResponse, _err error)
func (*Client) TagResources ¶
func (client *Client) TagResources(request *TagResourcesRequest) (_result *TagResourcesResponse, _err error)
func (*Client) TagResourcesWithOptions ¶
func (client *Client) TagResourcesWithOptions(request *TagResourcesRequest, runtime *util.RuntimeOptions) (_result *TagResourcesResponse, _err error)
func (*Client) UntagResources ¶
func (client *Client) UntagResources(request *UntagResourcesRequest) (_result *UntagResourcesResponse, _err error)
func (*Client) UntagResourcesWithOptions ¶
func (client *Client) UntagResourcesWithOptions(request *UntagResourcesRequest, runtime *util.RuntimeOptions) (_result *UntagResourcesResponse, _err error)
func (*Client) UpdateStack ¶
func (client *Client) UpdateStack(request *UpdateStackRequest) (_result *UpdateStackResponse, _err error)
func (*Client) UpdateStackGroup ¶
func (client *Client) UpdateStackGroup(request *UpdateStackGroupRequest) (_result *UpdateStackGroupResponse, _err error)
func (*Client) UpdateStackGroupWithOptions ¶
func (client *Client) UpdateStackGroupWithOptions(tmpReq *UpdateStackGroupRequest, runtime *util.RuntimeOptions) (_result *UpdateStackGroupResponse, _err error)
func (*Client) UpdateStackInstances ¶
func (client *Client) UpdateStackInstances(request *UpdateStackInstancesRequest) (_result *UpdateStackInstancesResponse, _err error)
func (*Client) UpdateStackInstancesWithOptions ¶
func (client *Client) UpdateStackInstancesWithOptions(tmpReq *UpdateStackInstancesRequest, runtime *util.RuntimeOptions) (_result *UpdateStackInstancesResponse, _err error)
func (*Client) UpdateStackTemplateByResources ¶
func (client *Client) UpdateStackTemplateByResources(request *UpdateStackTemplateByResourcesRequest) (_result *UpdateStackTemplateByResourcesResponse, _err error)
func (*Client) UpdateStackTemplateByResourcesWithOptions ¶
func (client *Client) UpdateStackTemplateByResourcesWithOptions(request *UpdateStackTemplateByResourcesRequest, runtime *util.RuntimeOptions) (_result *UpdateStackTemplateByResourcesResponse, _err error)
func (*Client) UpdateStackWithOptions ¶
func (client *Client) UpdateStackWithOptions(request *UpdateStackRequest, runtime *util.RuntimeOptions) (_result *UpdateStackResponse, _err error)
func (*Client) UpdateTemplate ¶
func (client *Client) UpdateTemplate(request *UpdateTemplateRequest) (_result *UpdateTemplateResponse, _err error)
func (*Client) UpdateTemplateScratch ¶
func (client *Client) UpdateTemplateScratch(request *UpdateTemplateScratchRequest) (_result *UpdateTemplateScratchResponse, _err error)
func (*Client) UpdateTemplateScratchWithOptions ¶
func (client *Client) UpdateTemplateScratchWithOptions(tmpReq *UpdateTemplateScratchRequest, runtime *util.RuntimeOptions) (_result *UpdateTemplateScratchResponse, _err error)
func (*Client) UpdateTemplateWithOptions ¶
func (client *Client) UpdateTemplateWithOptions(request *UpdateTemplateRequest, runtime *util.RuntimeOptions) (_result *UpdateTemplateResponse, _err error)
func (*Client) ValidateTemplate ¶
func (client *Client) ValidateTemplate(request *ValidateTemplateRequest) (_result *ValidateTemplateResponse, _err error)
func (*Client) ValidateTemplateWithOptions ¶
func (client *Client) ValidateTemplateWithOptions(request *ValidateTemplateRequest, runtime *util.RuntimeOptions) (_result *ValidateTemplateResponse, _err error)
type ContinueCreateStackRequest ¶
type ContinueCreateStackRequest struct { DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` Mode *string `json:"Mode,omitempty" xml:"Mode,omitempty"` Parallelism *int64 `json:"Parallelism,omitempty" xml:"Parallelism,omitempty"` Parameters []*ContinueCreateStackRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RamRoleName *string `json:"RamRoleName,omitempty" xml:"RamRoleName,omitempty"` RecreatingResources []*string `json:"RecreatingResources,omitempty" xml:"RecreatingResources,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` }
func (ContinueCreateStackRequest) GoString ¶
func (s ContinueCreateStackRequest) GoString() string
func (*ContinueCreateStackRequest) SetDryRun ¶
func (s *ContinueCreateStackRequest) SetDryRun(v bool) *ContinueCreateStackRequest
func (*ContinueCreateStackRequest) SetMode ¶
func (s *ContinueCreateStackRequest) SetMode(v string) *ContinueCreateStackRequest
func (*ContinueCreateStackRequest) SetParallelism ¶
func (s *ContinueCreateStackRequest) SetParallelism(v int64) *ContinueCreateStackRequest
func (*ContinueCreateStackRequest) SetParameters ¶
func (s *ContinueCreateStackRequest) SetParameters(v []*ContinueCreateStackRequestParameters) *ContinueCreateStackRequest
func (*ContinueCreateStackRequest) SetRamRoleName ¶
func (s *ContinueCreateStackRequest) SetRamRoleName(v string) *ContinueCreateStackRequest
func (*ContinueCreateStackRequest) SetRecreatingResources ¶
func (s *ContinueCreateStackRequest) SetRecreatingResources(v []*string) *ContinueCreateStackRequest
func (*ContinueCreateStackRequest) SetRegionId ¶
func (s *ContinueCreateStackRequest) SetRegionId(v string) *ContinueCreateStackRequest
func (*ContinueCreateStackRequest) SetStackId ¶
func (s *ContinueCreateStackRequest) SetStackId(v string) *ContinueCreateStackRequest
func (*ContinueCreateStackRequest) SetTemplateBody ¶
func (s *ContinueCreateStackRequest) SetTemplateBody(v string) *ContinueCreateStackRequest
func (*ContinueCreateStackRequest) SetTemplateId ¶
func (s *ContinueCreateStackRequest) SetTemplateId(v string) *ContinueCreateStackRequest
func (*ContinueCreateStackRequest) SetTemplateURL ¶
func (s *ContinueCreateStackRequest) SetTemplateURL(v string) *ContinueCreateStackRequest
func (*ContinueCreateStackRequest) SetTemplateVersion ¶
func (s *ContinueCreateStackRequest) SetTemplateVersion(v string) *ContinueCreateStackRequest
func (ContinueCreateStackRequest) String ¶
func (s ContinueCreateStackRequest) String() string
type ContinueCreateStackRequestParameters ¶
type ContinueCreateStackRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (ContinueCreateStackRequestParameters) GoString ¶
func (s ContinueCreateStackRequestParameters) GoString() string
func (*ContinueCreateStackRequestParameters) SetParameterKey ¶
func (s *ContinueCreateStackRequestParameters) SetParameterKey(v string) *ContinueCreateStackRequestParameters
func (*ContinueCreateStackRequestParameters) SetParameterValue ¶
func (s *ContinueCreateStackRequestParameters) SetParameterValue(v string) *ContinueCreateStackRequestParameters
func (ContinueCreateStackRequestParameters) String ¶
func (s ContinueCreateStackRequestParameters) String() string
type ContinueCreateStackResponse ¶
type ContinueCreateStackResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ContinueCreateStackResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ContinueCreateStackResponse) GoString ¶
func (s ContinueCreateStackResponse) GoString() string
func (*ContinueCreateStackResponse) SetBody ¶
func (s *ContinueCreateStackResponse) SetBody(v *ContinueCreateStackResponseBody) *ContinueCreateStackResponse
func (*ContinueCreateStackResponse) SetHeaders ¶
func (s *ContinueCreateStackResponse) SetHeaders(v map[string]*string) *ContinueCreateStackResponse
func (*ContinueCreateStackResponse) SetStatusCode ¶ added in v3.2.4
func (s *ContinueCreateStackResponse) SetStatusCode(v int32) *ContinueCreateStackResponse
func (ContinueCreateStackResponse) String ¶
func (s ContinueCreateStackResponse) String() string
type ContinueCreateStackResponseBody ¶
type ContinueCreateStackResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (ContinueCreateStackResponseBody) GoString ¶
func (s ContinueCreateStackResponseBody) GoString() string
func (*ContinueCreateStackResponseBody) SetRequestId ¶
func (s *ContinueCreateStackResponseBody) SetRequestId(v string) *ContinueCreateStackResponseBody
func (*ContinueCreateStackResponseBody) SetStackId ¶
func (s *ContinueCreateStackResponseBody) SetStackId(v string) *ContinueCreateStackResponseBody
func (ContinueCreateStackResponseBody) String ¶
func (s ContinueCreateStackResponseBody) String() string
type CreateChangeSetRequest ¶
type CreateChangeSetRequest struct { ChangeSetName *string `json:"ChangeSetName,omitempty" xml:"ChangeSetName,omitempty"` ChangeSetType *string `json:"ChangeSetType,omitempty" xml:"ChangeSetType,omitempty"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DisableRollback *bool `json:"DisableRollback,omitempty" xml:"DisableRollback,omitempty"` NotificationURLs []*string `json:"NotificationURLs,omitempty" xml:"NotificationURLs,omitempty" type:"Repeated"` Parallelism *int64 `json:"Parallelism,omitempty" xml:"Parallelism,omitempty"` Parameters []*CreateChangeSetRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RamRoleName *string `json:"RamRoleName,omitempty" xml:"RamRoleName,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ReplacementOption *string `json:"ReplacementOption,omitempty" xml:"ReplacementOption,omitempty"` ResourcesToImport []*CreateChangeSetRequestResourcesToImport `json:"ResourcesToImport,omitempty" xml:"ResourcesToImport,omitempty" type:"Repeated"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackName *string `json:"StackName,omitempty" xml:"StackName,omitempty"` StackPolicyBody *string `json:"StackPolicyBody,omitempty" xml:"StackPolicyBody,omitempty"` StackPolicyDuringUpdateBody *string `json:"StackPolicyDuringUpdateBody,omitempty" xml:"StackPolicyDuringUpdateBody,omitempty"` StackPolicyDuringUpdateURL *string `json:"StackPolicyDuringUpdateURL,omitempty" xml:"StackPolicyDuringUpdateURL,omitempty"` StackPolicyURL *string `json:"StackPolicyURL,omitempty" xml:"StackPolicyURL,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` TimeoutInMinutes *int64 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` UsePreviousParameters *bool `json:"UsePreviousParameters,omitempty" xml:"UsePreviousParameters,omitempty"` }
func (CreateChangeSetRequest) GoString ¶
func (s CreateChangeSetRequest) GoString() string
func (*CreateChangeSetRequest) SetChangeSetName ¶
func (s *CreateChangeSetRequest) SetChangeSetName(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetChangeSetType ¶
func (s *CreateChangeSetRequest) SetChangeSetType(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetClientToken ¶
func (s *CreateChangeSetRequest) SetClientToken(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetDescription ¶
func (s *CreateChangeSetRequest) SetDescription(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetDisableRollback ¶
func (s *CreateChangeSetRequest) SetDisableRollback(v bool) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetNotificationURLs ¶
func (s *CreateChangeSetRequest) SetNotificationURLs(v []*string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetParallelism ¶
func (s *CreateChangeSetRequest) SetParallelism(v int64) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetParameters ¶
func (s *CreateChangeSetRequest) SetParameters(v []*CreateChangeSetRequestParameters) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetRamRoleName ¶
func (s *CreateChangeSetRequest) SetRamRoleName(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetRegionId ¶
func (s *CreateChangeSetRequest) SetRegionId(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetReplacementOption ¶
func (s *CreateChangeSetRequest) SetReplacementOption(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetResourcesToImport ¶
func (s *CreateChangeSetRequest) SetResourcesToImport(v []*CreateChangeSetRequestResourcesToImport) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetStackId ¶
func (s *CreateChangeSetRequest) SetStackId(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetStackName ¶
func (s *CreateChangeSetRequest) SetStackName(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetStackPolicyBody ¶
func (s *CreateChangeSetRequest) SetStackPolicyBody(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetStackPolicyDuringUpdateBody ¶
func (s *CreateChangeSetRequest) SetStackPolicyDuringUpdateBody(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetStackPolicyDuringUpdateURL ¶
func (s *CreateChangeSetRequest) SetStackPolicyDuringUpdateURL(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetStackPolicyURL ¶
func (s *CreateChangeSetRequest) SetStackPolicyURL(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetTemplateBody ¶
func (s *CreateChangeSetRequest) SetTemplateBody(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetTemplateId ¶
func (s *CreateChangeSetRequest) SetTemplateId(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetTemplateScratchId ¶
func (s *CreateChangeSetRequest) SetTemplateScratchId(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetTemplateURL ¶
func (s *CreateChangeSetRequest) SetTemplateURL(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetTemplateVersion ¶
func (s *CreateChangeSetRequest) SetTemplateVersion(v string) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetTimeoutInMinutes ¶
func (s *CreateChangeSetRequest) SetTimeoutInMinutes(v int64) *CreateChangeSetRequest
func (*CreateChangeSetRequest) SetUsePreviousParameters ¶
func (s *CreateChangeSetRequest) SetUsePreviousParameters(v bool) *CreateChangeSetRequest
func (CreateChangeSetRequest) String ¶
func (s CreateChangeSetRequest) String() string
type CreateChangeSetRequestParameters ¶
type CreateChangeSetRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (CreateChangeSetRequestParameters) GoString ¶
func (s CreateChangeSetRequestParameters) GoString() string
func (*CreateChangeSetRequestParameters) SetParameterKey ¶
func (s *CreateChangeSetRequestParameters) SetParameterKey(v string) *CreateChangeSetRequestParameters
func (*CreateChangeSetRequestParameters) SetParameterValue ¶
func (s *CreateChangeSetRequestParameters) SetParameterValue(v string) *CreateChangeSetRequestParameters
func (CreateChangeSetRequestParameters) String ¶
func (s CreateChangeSetRequestParameters) String() string
type CreateChangeSetRequestResourcesToImport ¶
type CreateChangeSetRequestResourcesToImport struct { LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` ResourceIdentifier *string `json:"ResourceIdentifier,omitempty" xml:"ResourceIdentifier,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (CreateChangeSetRequestResourcesToImport) GoString ¶
func (s CreateChangeSetRequestResourcesToImport) GoString() string
func (*CreateChangeSetRequestResourcesToImport) SetLogicalResourceId ¶
func (s *CreateChangeSetRequestResourcesToImport) SetLogicalResourceId(v string) *CreateChangeSetRequestResourcesToImport
func (*CreateChangeSetRequestResourcesToImport) SetResourceIdentifier ¶
func (s *CreateChangeSetRequestResourcesToImport) SetResourceIdentifier(v string) *CreateChangeSetRequestResourcesToImport
func (*CreateChangeSetRequestResourcesToImport) SetResourceType ¶
func (s *CreateChangeSetRequestResourcesToImport) SetResourceType(v string) *CreateChangeSetRequestResourcesToImport
func (CreateChangeSetRequestResourcesToImport) String ¶
func (s CreateChangeSetRequestResourcesToImport) String() string
type CreateChangeSetResponse ¶
type CreateChangeSetResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateChangeSetResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateChangeSetResponse) GoString ¶
func (s CreateChangeSetResponse) GoString() string
func (*CreateChangeSetResponse) SetBody ¶
func (s *CreateChangeSetResponse) SetBody(v *CreateChangeSetResponseBody) *CreateChangeSetResponse
func (*CreateChangeSetResponse) SetHeaders ¶
func (s *CreateChangeSetResponse) SetHeaders(v map[string]*string) *CreateChangeSetResponse
func (*CreateChangeSetResponse) SetStatusCode ¶ added in v3.2.4
func (s *CreateChangeSetResponse) SetStatusCode(v int32) *CreateChangeSetResponse
func (CreateChangeSetResponse) String ¶
func (s CreateChangeSetResponse) String() string
type CreateChangeSetResponseBody ¶
type CreateChangeSetResponseBody struct { ChangeSetId *string `json:"ChangeSetId,omitempty" xml:"ChangeSetId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (CreateChangeSetResponseBody) GoString ¶
func (s CreateChangeSetResponseBody) GoString() string
func (*CreateChangeSetResponseBody) SetChangeSetId ¶
func (s *CreateChangeSetResponseBody) SetChangeSetId(v string) *CreateChangeSetResponseBody
func (*CreateChangeSetResponseBody) SetRequestId ¶
func (s *CreateChangeSetResponseBody) SetRequestId(v string) *CreateChangeSetResponseBody
func (*CreateChangeSetResponseBody) SetStackId ¶
func (s *CreateChangeSetResponseBody) SetStackId(v string) *CreateChangeSetResponseBody
func (CreateChangeSetResponseBody) String ¶
func (s CreateChangeSetResponseBody) String() string
type CreateStackGroupRequest ¶
type CreateStackGroupRequest struct { AdministrationRoleName *string `json:"AdministrationRoleName,omitempty" xml:"AdministrationRoleName,omitempty"` AutoDeployment *CreateStackGroupRequestAutoDeployment `json:"AutoDeployment,omitempty" xml:"AutoDeployment,omitempty" type:"Struct"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ExecutionRoleName *string `json:"ExecutionRoleName,omitempty" xml:"ExecutionRoleName,omitempty"` Parameters []*CreateStackGroupRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` PermissionModel *string `json:"PermissionModel,omitempty" xml:"PermissionModel,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` }
func (CreateStackGroupRequest) GoString ¶
func (s CreateStackGroupRequest) GoString() string
func (*CreateStackGroupRequest) SetAdministrationRoleName ¶
func (s *CreateStackGroupRequest) SetAdministrationRoleName(v string) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetAutoDeployment ¶
func (s *CreateStackGroupRequest) SetAutoDeployment(v *CreateStackGroupRequestAutoDeployment) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetClientToken ¶
func (s *CreateStackGroupRequest) SetClientToken(v string) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetDescription ¶
func (s *CreateStackGroupRequest) SetDescription(v string) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetExecutionRoleName ¶
func (s *CreateStackGroupRequest) SetExecutionRoleName(v string) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetParameters ¶
func (s *CreateStackGroupRequest) SetParameters(v []*CreateStackGroupRequestParameters) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetPermissionModel ¶
func (s *CreateStackGroupRequest) SetPermissionModel(v string) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetRegionId ¶
func (s *CreateStackGroupRequest) SetRegionId(v string) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetResourceGroupId ¶
func (s *CreateStackGroupRequest) SetResourceGroupId(v string) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetStackGroupName ¶
func (s *CreateStackGroupRequest) SetStackGroupName(v string) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetTemplateBody ¶
func (s *CreateStackGroupRequest) SetTemplateBody(v string) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetTemplateId ¶
func (s *CreateStackGroupRequest) SetTemplateId(v string) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetTemplateURL ¶
func (s *CreateStackGroupRequest) SetTemplateURL(v string) *CreateStackGroupRequest
func (*CreateStackGroupRequest) SetTemplateVersion ¶
func (s *CreateStackGroupRequest) SetTemplateVersion(v string) *CreateStackGroupRequest
func (CreateStackGroupRequest) String ¶
func (s CreateStackGroupRequest) String() string
type CreateStackGroupRequestAutoDeployment ¶
type CreateStackGroupRequestAutoDeployment struct { Enabled *bool `json:"Enabled,omitempty" xml:"Enabled,omitempty"` RetainStacksOnAccountRemoval *bool `json:"RetainStacksOnAccountRemoval,omitempty" xml:"RetainStacksOnAccountRemoval,omitempty"` }
func (CreateStackGroupRequestAutoDeployment) GoString ¶
func (s CreateStackGroupRequestAutoDeployment) GoString() string
func (*CreateStackGroupRequestAutoDeployment) SetEnabled ¶
func (s *CreateStackGroupRequestAutoDeployment) SetEnabled(v bool) *CreateStackGroupRequestAutoDeployment
func (*CreateStackGroupRequestAutoDeployment) SetRetainStacksOnAccountRemoval ¶
func (s *CreateStackGroupRequestAutoDeployment) SetRetainStacksOnAccountRemoval(v bool) *CreateStackGroupRequestAutoDeployment
func (CreateStackGroupRequestAutoDeployment) String ¶
func (s CreateStackGroupRequestAutoDeployment) String() string
type CreateStackGroupRequestParameters ¶
type CreateStackGroupRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (CreateStackGroupRequestParameters) GoString ¶
func (s CreateStackGroupRequestParameters) GoString() string
func (*CreateStackGroupRequestParameters) SetParameterKey ¶
func (s *CreateStackGroupRequestParameters) SetParameterKey(v string) *CreateStackGroupRequestParameters
func (*CreateStackGroupRequestParameters) SetParameterValue ¶
func (s *CreateStackGroupRequestParameters) SetParameterValue(v string) *CreateStackGroupRequestParameters
func (CreateStackGroupRequestParameters) String ¶
func (s CreateStackGroupRequestParameters) String() string
type CreateStackGroupResponse ¶
type CreateStackGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateStackGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateStackGroupResponse) GoString ¶
func (s CreateStackGroupResponse) GoString() string
func (*CreateStackGroupResponse) SetBody ¶
func (s *CreateStackGroupResponse) SetBody(v *CreateStackGroupResponseBody) *CreateStackGroupResponse
func (*CreateStackGroupResponse) SetHeaders ¶
func (s *CreateStackGroupResponse) SetHeaders(v map[string]*string) *CreateStackGroupResponse
func (*CreateStackGroupResponse) SetStatusCode ¶ added in v3.2.4
func (s *CreateStackGroupResponse) SetStatusCode(v int32) *CreateStackGroupResponse
func (CreateStackGroupResponse) String ¶
func (s CreateStackGroupResponse) String() string
type CreateStackGroupResponseBody ¶
type CreateStackGroupResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackGroupId *string `json:"StackGroupId,omitempty" xml:"StackGroupId,omitempty"` }
func (CreateStackGroupResponseBody) GoString ¶
func (s CreateStackGroupResponseBody) GoString() string
func (*CreateStackGroupResponseBody) SetRequestId ¶
func (s *CreateStackGroupResponseBody) SetRequestId(v string) *CreateStackGroupResponseBody
func (*CreateStackGroupResponseBody) SetStackGroupId ¶
func (s *CreateStackGroupResponseBody) SetStackGroupId(v string) *CreateStackGroupResponseBody
func (CreateStackGroupResponseBody) String ¶
func (s CreateStackGroupResponseBody) String() string
type CreateStackGroupShrinkRequest ¶
type CreateStackGroupShrinkRequest struct { AdministrationRoleName *string `json:"AdministrationRoleName,omitempty" xml:"AdministrationRoleName,omitempty"` AutoDeploymentShrink *string `json:"AutoDeployment,omitempty" xml:"AutoDeployment,omitempty"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ExecutionRoleName *string `json:"ExecutionRoleName,omitempty" xml:"ExecutionRoleName,omitempty"` Parameters []*CreateStackGroupShrinkRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` PermissionModel *string `json:"PermissionModel,omitempty" xml:"PermissionModel,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` }
func (CreateStackGroupShrinkRequest) GoString ¶
func (s CreateStackGroupShrinkRequest) GoString() string
func (*CreateStackGroupShrinkRequest) SetAdministrationRoleName ¶
func (s *CreateStackGroupShrinkRequest) SetAdministrationRoleName(v string) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetAutoDeploymentShrink ¶
func (s *CreateStackGroupShrinkRequest) SetAutoDeploymentShrink(v string) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetClientToken ¶
func (s *CreateStackGroupShrinkRequest) SetClientToken(v string) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetDescription ¶
func (s *CreateStackGroupShrinkRequest) SetDescription(v string) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetExecutionRoleName ¶
func (s *CreateStackGroupShrinkRequest) SetExecutionRoleName(v string) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetParameters ¶
func (s *CreateStackGroupShrinkRequest) SetParameters(v []*CreateStackGroupShrinkRequestParameters) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetPermissionModel ¶
func (s *CreateStackGroupShrinkRequest) SetPermissionModel(v string) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetRegionId ¶
func (s *CreateStackGroupShrinkRequest) SetRegionId(v string) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetResourceGroupId ¶
func (s *CreateStackGroupShrinkRequest) SetResourceGroupId(v string) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetStackGroupName ¶
func (s *CreateStackGroupShrinkRequest) SetStackGroupName(v string) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetTemplateBody ¶
func (s *CreateStackGroupShrinkRequest) SetTemplateBody(v string) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetTemplateId ¶
func (s *CreateStackGroupShrinkRequest) SetTemplateId(v string) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetTemplateURL ¶
func (s *CreateStackGroupShrinkRequest) SetTemplateURL(v string) *CreateStackGroupShrinkRequest
func (*CreateStackGroupShrinkRequest) SetTemplateVersion ¶
func (s *CreateStackGroupShrinkRequest) SetTemplateVersion(v string) *CreateStackGroupShrinkRequest
func (CreateStackGroupShrinkRequest) String ¶
func (s CreateStackGroupShrinkRequest) String() string
type CreateStackGroupShrinkRequestParameters ¶
type CreateStackGroupShrinkRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (CreateStackGroupShrinkRequestParameters) GoString ¶
func (s CreateStackGroupShrinkRequestParameters) GoString() string
func (*CreateStackGroupShrinkRequestParameters) SetParameterKey ¶
func (s *CreateStackGroupShrinkRequestParameters) SetParameterKey(v string) *CreateStackGroupShrinkRequestParameters
func (*CreateStackGroupShrinkRequestParameters) SetParameterValue ¶
func (s *CreateStackGroupShrinkRequestParameters) SetParameterValue(v string) *CreateStackGroupShrinkRequestParameters
func (CreateStackGroupShrinkRequestParameters) String ¶
func (s CreateStackGroupShrinkRequestParameters) String() string
type CreateStackInstancesRequest ¶
type CreateStackInstancesRequest struct { AccountIds []*string `json:"AccountIds,omitempty" xml:"AccountIds,omitempty" type:"Repeated"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DeploymentTargets *CreateStackInstancesRequestDeploymentTargets `json:"DeploymentTargets,omitempty" xml:"DeploymentTargets,omitempty" type:"Struct"` DisableRollback *bool `json:"DisableRollback,omitempty" xml:"DisableRollback,omitempty"` OperationDescription *string `json:"OperationDescription,omitempty" xml:"OperationDescription,omitempty"` OperationPreferences map[string]interface{} `json:"OperationPreferences,omitempty" xml:"OperationPreferences,omitempty"` ParameterOverrides []*CreateStackInstancesRequestParameterOverrides `json:"ParameterOverrides,omitempty" xml:"ParameterOverrides,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RegionIds []*string `json:"RegionIds,omitempty" xml:"RegionIds,omitempty" type:"Repeated"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` TimeoutInMinutes *int64 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` }
func (CreateStackInstancesRequest) GoString ¶
func (s CreateStackInstancesRequest) GoString() string
func (*CreateStackInstancesRequest) SetAccountIds ¶
func (s *CreateStackInstancesRequest) SetAccountIds(v []*string) *CreateStackInstancesRequest
func (*CreateStackInstancesRequest) SetClientToken ¶
func (s *CreateStackInstancesRequest) SetClientToken(v string) *CreateStackInstancesRequest
func (*CreateStackInstancesRequest) SetDeploymentTargets ¶
func (s *CreateStackInstancesRequest) SetDeploymentTargets(v *CreateStackInstancesRequestDeploymentTargets) *CreateStackInstancesRequest
func (*CreateStackInstancesRequest) SetDisableRollback ¶
func (s *CreateStackInstancesRequest) SetDisableRollback(v bool) *CreateStackInstancesRequest
func (*CreateStackInstancesRequest) SetOperationDescription ¶
func (s *CreateStackInstancesRequest) SetOperationDescription(v string) *CreateStackInstancesRequest
func (*CreateStackInstancesRequest) SetOperationPreferences ¶
func (s *CreateStackInstancesRequest) SetOperationPreferences(v map[string]interface{}) *CreateStackInstancesRequest
func (*CreateStackInstancesRequest) SetParameterOverrides ¶
func (s *CreateStackInstancesRequest) SetParameterOverrides(v []*CreateStackInstancesRequestParameterOverrides) *CreateStackInstancesRequest
func (*CreateStackInstancesRequest) SetRegionId ¶
func (s *CreateStackInstancesRequest) SetRegionId(v string) *CreateStackInstancesRequest
func (*CreateStackInstancesRequest) SetRegionIds ¶
func (s *CreateStackInstancesRequest) SetRegionIds(v []*string) *CreateStackInstancesRequest
func (*CreateStackInstancesRequest) SetStackGroupName ¶
func (s *CreateStackInstancesRequest) SetStackGroupName(v string) *CreateStackInstancesRequest
func (*CreateStackInstancesRequest) SetTimeoutInMinutes ¶
func (s *CreateStackInstancesRequest) SetTimeoutInMinutes(v int64) *CreateStackInstancesRequest
func (CreateStackInstancesRequest) String ¶
func (s CreateStackInstancesRequest) String() string
type CreateStackInstancesRequestDeploymentTargets ¶
type CreateStackInstancesRequestDeploymentTargets struct {
RdFolderIds []*string `json:"RdFolderIds,omitempty" xml:"RdFolderIds,omitempty" type:"Repeated"`
}
func (CreateStackInstancesRequestDeploymentTargets) GoString ¶
func (s CreateStackInstancesRequestDeploymentTargets) GoString() string
func (*CreateStackInstancesRequestDeploymentTargets) SetRdFolderIds ¶
func (s *CreateStackInstancesRequestDeploymentTargets) SetRdFolderIds(v []*string) *CreateStackInstancesRequestDeploymentTargets
func (CreateStackInstancesRequestDeploymentTargets) String ¶
func (s CreateStackInstancesRequestDeploymentTargets) String() string
type CreateStackInstancesRequestParameterOverrides ¶
type CreateStackInstancesRequestParameterOverrides struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (CreateStackInstancesRequestParameterOverrides) GoString ¶
func (s CreateStackInstancesRequestParameterOverrides) GoString() string
func (*CreateStackInstancesRequestParameterOverrides) SetParameterKey ¶
func (s *CreateStackInstancesRequestParameterOverrides) SetParameterKey(v string) *CreateStackInstancesRequestParameterOverrides
func (*CreateStackInstancesRequestParameterOverrides) SetParameterValue ¶
func (s *CreateStackInstancesRequestParameterOverrides) SetParameterValue(v string) *CreateStackInstancesRequestParameterOverrides
func (CreateStackInstancesRequestParameterOverrides) String ¶
func (s CreateStackInstancesRequestParameterOverrides) String() string
type CreateStackInstancesResponse ¶
type CreateStackInstancesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateStackInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateStackInstancesResponse) GoString ¶
func (s CreateStackInstancesResponse) GoString() string
func (*CreateStackInstancesResponse) SetBody ¶
func (s *CreateStackInstancesResponse) SetBody(v *CreateStackInstancesResponseBody) *CreateStackInstancesResponse
func (*CreateStackInstancesResponse) SetHeaders ¶
func (s *CreateStackInstancesResponse) SetHeaders(v map[string]*string) *CreateStackInstancesResponse
func (*CreateStackInstancesResponse) SetStatusCode ¶ added in v3.2.4
func (s *CreateStackInstancesResponse) SetStatusCode(v int32) *CreateStackInstancesResponse
func (CreateStackInstancesResponse) String ¶
func (s CreateStackInstancesResponse) String() string
type CreateStackInstancesResponseBody ¶
type CreateStackInstancesResponseBody struct { OperationId *string `json:"OperationId,omitempty" xml:"OperationId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateStackInstancesResponseBody) GoString ¶
func (s CreateStackInstancesResponseBody) GoString() string
func (*CreateStackInstancesResponseBody) SetOperationId ¶
func (s *CreateStackInstancesResponseBody) SetOperationId(v string) *CreateStackInstancesResponseBody
func (*CreateStackInstancesResponseBody) SetRequestId ¶
func (s *CreateStackInstancesResponseBody) SetRequestId(v string) *CreateStackInstancesResponseBody
func (CreateStackInstancesResponseBody) String ¶
func (s CreateStackInstancesResponseBody) String() string
type CreateStackInstancesShrinkRequest ¶
type CreateStackInstancesShrinkRequest struct { AccountIdsShrink *string `json:"AccountIds,omitempty" xml:"AccountIds,omitempty"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DeploymentTargetsShrink *string `json:"DeploymentTargets,omitempty" xml:"DeploymentTargets,omitempty"` DisableRollback *bool `json:"DisableRollback,omitempty" xml:"DisableRollback,omitempty"` OperationDescription *string `json:"OperationDescription,omitempty" xml:"OperationDescription,omitempty"` OperationPreferencesShrink *string `json:"OperationPreferences,omitempty" xml:"OperationPreferences,omitempty"` ParameterOverrides []*CreateStackInstancesShrinkRequestParameterOverrides `json:"ParameterOverrides,omitempty" xml:"ParameterOverrides,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RegionIdsShrink *string `json:"RegionIds,omitempty" xml:"RegionIds,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` TimeoutInMinutes *int64 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` }
func (CreateStackInstancesShrinkRequest) GoString ¶
func (s CreateStackInstancesShrinkRequest) GoString() string
func (*CreateStackInstancesShrinkRequest) SetAccountIdsShrink ¶
func (s *CreateStackInstancesShrinkRequest) SetAccountIdsShrink(v string) *CreateStackInstancesShrinkRequest
func (*CreateStackInstancesShrinkRequest) SetClientToken ¶
func (s *CreateStackInstancesShrinkRequest) SetClientToken(v string) *CreateStackInstancesShrinkRequest
func (*CreateStackInstancesShrinkRequest) SetDeploymentTargetsShrink ¶
func (s *CreateStackInstancesShrinkRequest) SetDeploymentTargetsShrink(v string) *CreateStackInstancesShrinkRequest
func (*CreateStackInstancesShrinkRequest) SetDisableRollback ¶
func (s *CreateStackInstancesShrinkRequest) SetDisableRollback(v bool) *CreateStackInstancesShrinkRequest
func (*CreateStackInstancesShrinkRequest) SetOperationDescription ¶
func (s *CreateStackInstancesShrinkRequest) SetOperationDescription(v string) *CreateStackInstancesShrinkRequest
func (*CreateStackInstancesShrinkRequest) SetOperationPreferencesShrink ¶
func (s *CreateStackInstancesShrinkRequest) SetOperationPreferencesShrink(v string) *CreateStackInstancesShrinkRequest
func (*CreateStackInstancesShrinkRequest) SetParameterOverrides ¶
func (s *CreateStackInstancesShrinkRequest) SetParameterOverrides(v []*CreateStackInstancesShrinkRequestParameterOverrides) *CreateStackInstancesShrinkRequest
func (*CreateStackInstancesShrinkRequest) SetRegionId ¶
func (s *CreateStackInstancesShrinkRequest) SetRegionId(v string) *CreateStackInstancesShrinkRequest
func (*CreateStackInstancesShrinkRequest) SetRegionIdsShrink ¶
func (s *CreateStackInstancesShrinkRequest) SetRegionIdsShrink(v string) *CreateStackInstancesShrinkRequest
func (*CreateStackInstancesShrinkRequest) SetStackGroupName ¶
func (s *CreateStackInstancesShrinkRequest) SetStackGroupName(v string) *CreateStackInstancesShrinkRequest
func (*CreateStackInstancesShrinkRequest) SetTimeoutInMinutes ¶
func (s *CreateStackInstancesShrinkRequest) SetTimeoutInMinutes(v int64) *CreateStackInstancesShrinkRequest
func (CreateStackInstancesShrinkRequest) String ¶
func (s CreateStackInstancesShrinkRequest) String() string
type CreateStackInstancesShrinkRequestParameterOverrides ¶
type CreateStackInstancesShrinkRequestParameterOverrides struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (CreateStackInstancesShrinkRequestParameterOverrides) GoString ¶
func (s CreateStackInstancesShrinkRequestParameterOverrides) GoString() string
func (*CreateStackInstancesShrinkRequestParameterOverrides) SetParameterKey ¶
func (s *CreateStackInstancesShrinkRequestParameterOverrides) SetParameterKey(v string) *CreateStackInstancesShrinkRequestParameterOverrides
func (*CreateStackInstancesShrinkRequestParameterOverrides) SetParameterValue ¶
func (s *CreateStackInstancesShrinkRequestParameterOverrides) SetParameterValue(v string) *CreateStackInstancesShrinkRequestParameterOverrides
func (CreateStackInstancesShrinkRequestParameterOverrides) String ¶
func (s CreateStackInstancesShrinkRequestParameterOverrides) String() string
type CreateStackRequest ¶
type CreateStackRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` CreateOption *string `json:"CreateOption,omitempty" xml:"CreateOption,omitempty"` DeletionProtection *string `json:"DeletionProtection,omitempty" xml:"DeletionProtection,omitempty"` DisableRollback *bool `json:"DisableRollback,omitempty" xml:"DisableRollback,omitempty"` NotificationURLs []*string `json:"NotificationURLs,omitempty" xml:"NotificationURLs,omitempty" type:"Repeated"` Parallelism *int64 `json:"Parallelism,omitempty" xml:"Parallelism,omitempty"` Parameters []*CreateStackRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RamRoleName *string `json:"RamRoleName,omitempty" xml:"RamRoleName,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` StackName *string `json:"StackName,omitempty" xml:"StackName,omitempty"` StackPolicyBody *string `json:"StackPolicyBody,omitempty" xml:"StackPolicyBody,omitempty"` StackPolicyURL *string `json:"StackPolicyURL,omitempty" xml:"StackPolicyURL,omitempty"` Tags []*CreateStackRequestTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` TemplateScratchRegionId *string `json:"TemplateScratchRegionId,omitempty" xml:"TemplateScratchRegionId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` TimeoutInMinutes *int64 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` }
func (CreateStackRequest) GoString ¶
func (s CreateStackRequest) GoString() string
func (*CreateStackRequest) SetClientToken ¶
func (s *CreateStackRequest) SetClientToken(v string) *CreateStackRequest
func (*CreateStackRequest) SetCreateOption ¶
func (s *CreateStackRequest) SetCreateOption(v string) *CreateStackRequest
func (*CreateStackRequest) SetDeletionProtection ¶
func (s *CreateStackRequest) SetDeletionProtection(v string) *CreateStackRequest
func (*CreateStackRequest) SetDisableRollback ¶
func (s *CreateStackRequest) SetDisableRollback(v bool) *CreateStackRequest
func (*CreateStackRequest) SetNotificationURLs ¶
func (s *CreateStackRequest) SetNotificationURLs(v []*string) *CreateStackRequest
func (*CreateStackRequest) SetParallelism ¶
func (s *CreateStackRequest) SetParallelism(v int64) *CreateStackRequest
func (*CreateStackRequest) SetParameters ¶
func (s *CreateStackRequest) SetParameters(v []*CreateStackRequestParameters) *CreateStackRequest
func (*CreateStackRequest) SetRamRoleName ¶
func (s *CreateStackRequest) SetRamRoleName(v string) *CreateStackRequest
func (*CreateStackRequest) SetRegionId ¶
func (s *CreateStackRequest) SetRegionId(v string) *CreateStackRequest
func (*CreateStackRequest) SetResourceGroupId ¶
func (s *CreateStackRequest) SetResourceGroupId(v string) *CreateStackRequest
func (*CreateStackRequest) SetStackName ¶
func (s *CreateStackRequest) SetStackName(v string) *CreateStackRequest
func (*CreateStackRequest) SetStackPolicyBody ¶
func (s *CreateStackRequest) SetStackPolicyBody(v string) *CreateStackRequest
func (*CreateStackRequest) SetStackPolicyURL ¶
func (s *CreateStackRequest) SetStackPolicyURL(v string) *CreateStackRequest
func (*CreateStackRequest) SetTags ¶
func (s *CreateStackRequest) SetTags(v []*CreateStackRequestTags) *CreateStackRequest
func (*CreateStackRequest) SetTemplateBody ¶
func (s *CreateStackRequest) SetTemplateBody(v string) *CreateStackRequest
func (*CreateStackRequest) SetTemplateId ¶
func (s *CreateStackRequest) SetTemplateId(v string) *CreateStackRequest
func (*CreateStackRequest) SetTemplateScratchId ¶
func (s *CreateStackRequest) SetTemplateScratchId(v string) *CreateStackRequest
func (*CreateStackRequest) SetTemplateScratchRegionId ¶
func (s *CreateStackRequest) SetTemplateScratchRegionId(v string) *CreateStackRequest
func (*CreateStackRequest) SetTemplateURL ¶
func (s *CreateStackRequest) SetTemplateURL(v string) *CreateStackRequest
func (*CreateStackRequest) SetTemplateVersion ¶
func (s *CreateStackRequest) SetTemplateVersion(v string) *CreateStackRequest
func (*CreateStackRequest) SetTimeoutInMinutes ¶
func (s *CreateStackRequest) SetTimeoutInMinutes(v int64) *CreateStackRequest
func (CreateStackRequest) String ¶
func (s CreateStackRequest) String() string
type CreateStackRequestParameters ¶
type CreateStackRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (CreateStackRequestParameters) GoString ¶
func (s CreateStackRequestParameters) GoString() string
func (*CreateStackRequestParameters) SetParameterKey ¶
func (s *CreateStackRequestParameters) SetParameterKey(v string) *CreateStackRequestParameters
func (*CreateStackRequestParameters) SetParameterValue ¶
func (s *CreateStackRequestParameters) SetParameterValue(v string) *CreateStackRequestParameters
func (CreateStackRequestParameters) String ¶
func (s CreateStackRequestParameters) String() string
type CreateStackRequestTags ¶
type CreateStackRequestTags struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (CreateStackRequestTags) GoString ¶
func (s CreateStackRequestTags) GoString() string
func (*CreateStackRequestTags) SetKey ¶
func (s *CreateStackRequestTags) SetKey(v string) *CreateStackRequestTags
func (*CreateStackRequestTags) SetValue ¶
func (s *CreateStackRequestTags) SetValue(v string) *CreateStackRequestTags
func (CreateStackRequestTags) String ¶
func (s CreateStackRequestTags) String() string
type CreateStackResponse ¶
type CreateStackResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateStackResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateStackResponse) GoString ¶
func (s CreateStackResponse) GoString() string
func (*CreateStackResponse) SetBody ¶
func (s *CreateStackResponse) SetBody(v *CreateStackResponseBody) *CreateStackResponse
func (*CreateStackResponse) SetHeaders ¶
func (s *CreateStackResponse) SetHeaders(v map[string]*string) *CreateStackResponse
func (*CreateStackResponse) SetStatusCode ¶ added in v3.2.4
func (s *CreateStackResponse) SetStatusCode(v int32) *CreateStackResponse
func (CreateStackResponse) String ¶
func (s CreateStackResponse) String() string
type CreateStackResponseBody ¶
type CreateStackResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (CreateStackResponseBody) GoString ¶
func (s CreateStackResponseBody) GoString() string
func (*CreateStackResponseBody) SetRequestId ¶
func (s *CreateStackResponseBody) SetRequestId(v string) *CreateStackResponseBody
func (*CreateStackResponseBody) SetStackId ¶
func (s *CreateStackResponseBody) SetStackId(v string) *CreateStackResponseBody
func (CreateStackResponseBody) String ¶
func (s CreateStackResponseBody) String() string
type CreateTemplateRequest ¶
type CreateTemplateRequest struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateName *string `json:"TemplateName,omitempty" xml:"TemplateName,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` }
func (CreateTemplateRequest) GoString ¶
func (s CreateTemplateRequest) GoString() string
func (*CreateTemplateRequest) SetDescription ¶
func (s *CreateTemplateRequest) SetDescription(v string) *CreateTemplateRequest
func (*CreateTemplateRequest) SetResourceGroupId ¶
func (s *CreateTemplateRequest) SetResourceGroupId(v string) *CreateTemplateRequest
func (*CreateTemplateRequest) SetTemplateBody ¶
func (s *CreateTemplateRequest) SetTemplateBody(v string) *CreateTemplateRequest
func (*CreateTemplateRequest) SetTemplateName ¶
func (s *CreateTemplateRequest) SetTemplateName(v string) *CreateTemplateRequest
func (*CreateTemplateRequest) SetTemplateURL ¶
func (s *CreateTemplateRequest) SetTemplateURL(v string) *CreateTemplateRequest
func (CreateTemplateRequest) String ¶
func (s CreateTemplateRequest) String() string
type CreateTemplateResponse ¶
type CreateTemplateResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateTemplateResponse) GoString ¶
func (s CreateTemplateResponse) GoString() string
func (*CreateTemplateResponse) SetBody ¶
func (s *CreateTemplateResponse) SetBody(v *CreateTemplateResponseBody) *CreateTemplateResponse
func (*CreateTemplateResponse) SetHeaders ¶
func (s *CreateTemplateResponse) SetHeaders(v map[string]*string) *CreateTemplateResponse
func (*CreateTemplateResponse) SetStatusCode ¶ added in v3.2.4
func (s *CreateTemplateResponse) SetStatusCode(v int32) *CreateTemplateResponse
func (CreateTemplateResponse) String ¶
func (s CreateTemplateResponse) String() string
type CreateTemplateResponseBody ¶
type CreateTemplateResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` }
func (CreateTemplateResponseBody) GoString ¶
func (s CreateTemplateResponseBody) GoString() string
func (*CreateTemplateResponseBody) SetRequestId ¶
func (s *CreateTemplateResponseBody) SetRequestId(v string) *CreateTemplateResponseBody
func (*CreateTemplateResponseBody) SetTemplateId ¶
func (s *CreateTemplateResponseBody) SetTemplateId(v string) *CreateTemplateResponseBody
func (CreateTemplateResponseBody) String ¶
func (s CreateTemplateResponseBody) String() string
type CreateTemplateScratchRequest ¶
type CreateTemplateScratchRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ExecutionMode *string `json:"ExecutionMode,omitempty" xml:"ExecutionMode,omitempty"` LogicalIdStrategy *string `json:"LogicalIdStrategy,omitempty" xml:"LogicalIdStrategy,omitempty"` PreferenceParameters []*CreateTemplateScratchRequestPreferenceParameters `json:"PreferenceParameters,omitempty" xml:"PreferenceParameters,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` SourceResourceGroup *CreateTemplateScratchRequestSourceResourceGroup `json:"SourceResourceGroup,omitempty" xml:"SourceResourceGroup,omitempty" type:"Struct"` SourceResources []*CreateTemplateScratchRequestSourceResources `json:"SourceResources,omitempty" xml:"SourceResources,omitempty" type:"Repeated"` SourceTag *CreateTemplateScratchRequestSourceTag `json:"SourceTag,omitempty" xml:"SourceTag,omitempty" type:"Struct"` TemplateScratchType *string `json:"TemplateScratchType,omitempty" xml:"TemplateScratchType,omitempty"` }
func (CreateTemplateScratchRequest) GoString ¶
func (s CreateTemplateScratchRequest) GoString() string
func (*CreateTemplateScratchRequest) SetClientToken ¶
func (s *CreateTemplateScratchRequest) SetClientToken(v string) *CreateTemplateScratchRequest
func (*CreateTemplateScratchRequest) SetDescription ¶
func (s *CreateTemplateScratchRequest) SetDescription(v string) *CreateTemplateScratchRequest
func (*CreateTemplateScratchRequest) SetExecutionMode ¶
func (s *CreateTemplateScratchRequest) SetExecutionMode(v string) *CreateTemplateScratchRequest
func (*CreateTemplateScratchRequest) SetLogicalIdStrategy ¶
func (s *CreateTemplateScratchRequest) SetLogicalIdStrategy(v string) *CreateTemplateScratchRequest
func (*CreateTemplateScratchRequest) SetPreferenceParameters ¶
func (s *CreateTemplateScratchRequest) SetPreferenceParameters(v []*CreateTemplateScratchRequestPreferenceParameters) *CreateTemplateScratchRequest
func (*CreateTemplateScratchRequest) SetRegionId ¶
func (s *CreateTemplateScratchRequest) SetRegionId(v string) *CreateTemplateScratchRequest
func (*CreateTemplateScratchRequest) SetSourceResourceGroup ¶
func (s *CreateTemplateScratchRequest) SetSourceResourceGroup(v *CreateTemplateScratchRequestSourceResourceGroup) *CreateTemplateScratchRequest
func (*CreateTemplateScratchRequest) SetSourceResources ¶
func (s *CreateTemplateScratchRequest) SetSourceResources(v []*CreateTemplateScratchRequestSourceResources) *CreateTemplateScratchRequest
func (*CreateTemplateScratchRequest) SetSourceTag ¶
func (s *CreateTemplateScratchRequest) SetSourceTag(v *CreateTemplateScratchRequestSourceTag) *CreateTemplateScratchRequest
func (*CreateTemplateScratchRequest) SetTemplateScratchType ¶
func (s *CreateTemplateScratchRequest) SetTemplateScratchType(v string) *CreateTemplateScratchRequest
func (CreateTemplateScratchRequest) String ¶
func (s CreateTemplateScratchRequest) String() string
type CreateTemplateScratchRequestPreferenceParameters ¶
type CreateTemplateScratchRequestPreferenceParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (CreateTemplateScratchRequestPreferenceParameters) GoString ¶
func (s CreateTemplateScratchRequestPreferenceParameters) GoString() string
func (*CreateTemplateScratchRequestPreferenceParameters) SetParameterKey ¶
func (s *CreateTemplateScratchRequestPreferenceParameters) SetParameterKey(v string) *CreateTemplateScratchRequestPreferenceParameters
func (*CreateTemplateScratchRequestPreferenceParameters) SetParameterValue ¶
func (s *CreateTemplateScratchRequestPreferenceParameters) SetParameterValue(v string) *CreateTemplateScratchRequestPreferenceParameters
func (CreateTemplateScratchRequestPreferenceParameters) String ¶
func (s CreateTemplateScratchRequestPreferenceParameters) String() string
type CreateTemplateScratchRequestSourceResourceGroup ¶
type CreateTemplateScratchRequestSourceResourceGroup struct { ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` ResourceTypeFilter []*string `json:"ResourceTypeFilter,omitempty" xml:"ResourceTypeFilter,omitempty" type:"Repeated"` }
func (CreateTemplateScratchRequestSourceResourceGroup) GoString ¶
func (s CreateTemplateScratchRequestSourceResourceGroup) GoString() string
func (*CreateTemplateScratchRequestSourceResourceGroup) SetResourceGroupId ¶
func (s *CreateTemplateScratchRequestSourceResourceGroup) SetResourceGroupId(v string) *CreateTemplateScratchRequestSourceResourceGroup
func (*CreateTemplateScratchRequestSourceResourceGroup) SetResourceTypeFilter ¶
func (s *CreateTemplateScratchRequestSourceResourceGroup) SetResourceTypeFilter(v []*string) *CreateTemplateScratchRequestSourceResourceGroup
func (CreateTemplateScratchRequestSourceResourceGroup) String ¶
func (s CreateTemplateScratchRequestSourceResourceGroup) String() string
type CreateTemplateScratchRequestSourceResources ¶
type CreateTemplateScratchRequestSourceResources struct { ResourceId *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (CreateTemplateScratchRequestSourceResources) GoString ¶
func (s CreateTemplateScratchRequestSourceResources) GoString() string
func (*CreateTemplateScratchRequestSourceResources) SetResourceId ¶
func (s *CreateTemplateScratchRequestSourceResources) SetResourceId(v string) *CreateTemplateScratchRequestSourceResources
func (*CreateTemplateScratchRequestSourceResources) SetResourceType ¶
func (s *CreateTemplateScratchRequestSourceResources) SetResourceType(v string) *CreateTemplateScratchRequestSourceResources
func (CreateTemplateScratchRequestSourceResources) String ¶
func (s CreateTemplateScratchRequestSourceResources) String() string
type CreateTemplateScratchRequestSourceTag ¶
type CreateTemplateScratchRequestSourceTag struct { ResourceTags map[string]interface{} `json:"ResourceTags,omitempty" xml:"ResourceTags,omitempty"` ResourceTypeFilter []*string `json:"ResourceTypeFilter,omitempty" xml:"ResourceTypeFilter,omitempty" type:"Repeated"` }
func (CreateTemplateScratchRequestSourceTag) GoString ¶
func (s CreateTemplateScratchRequestSourceTag) GoString() string
func (*CreateTemplateScratchRequestSourceTag) SetResourceTags ¶
func (s *CreateTemplateScratchRequestSourceTag) SetResourceTags(v map[string]interface{}) *CreateTemplateScratchRequestSourceTag
func (*CreateTemplateScratchRequestSourceTag) SetResourceTypeFilter ¶
func (s *CreateTemplateScratchRequestSourceTag) SetResourceTypeFilter(v []*string) *CreateTemplateScratchRequestSourceTag
func (CreateTemplateScratchRequestSourceTag) String ¶
func (s CreateTemplateScratchRequestSourceTag) String() string
type CreateTemplateScratchResponse ¶
type CreateTemplateScratchResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CreateTemplateScratchResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateTemplateScratchResponse) GoString ¶
func (s CreateTemplateScratchResponse) GoString() string
func (*CreateTemplateScratchResponse) SetBody ¶
func (s *CreateTemplateScratchResponse) SetBody(v *CreateTemplateScratchResponseBody) *CreateTemplateScratchResponse
func (*CreateTemplateScratchResponse) SetHeaders ¶
func (s *CreateTemplateScratchResponse) SetHeaders(v map[string]*string) *CreateTemplateScratchResponse
func (*CreateTemplateScratchResponse) SetStatusCode ¶ added in v3.2.4
func (s *CreateTemplateScratchResponse) SetStatusCode(v int32) *CreateTemplateScratchResponse
func (CreateTemplateScratchResponse) String ¶
func (s CreateTemplateScratchResponse) String() string
type CreateTemplateScratchResponseBody ¶
type CreateTemplateScratchResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` }
func (CreateTemplateScratchResponseBody) GoString ¶
func (s CreateTemplateScratchResponseBody) GoString() string
func (*CreateTemplateScratchResponseBody) SetRequestId ¶
func (s *CreateTemplateScratchResponseBody) SetRequestId(v string) *CreateTemplateScratchResponseBody
func (*CreateTemplateScratchResponseBody) SetTemplateScratchId ¶
func (s *CreateTemplateScratchResponseBody) SetTemplateScratchId(v string) *CreateTemplateScratchResponseBody
func (CreateTemplateScratchResponseBody) String ¶
func (s CreateTemplateScratchResponseBody) String() string
type CreateTemplateScratchShrinkRequest ¶
type CreateTemplateScratchShrinkRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ExecutionMode *string `json:"ExecutionMode,omitempty" xml:"ExecutionMode,omitempty"` LogicalIdStrategy *string `json:"LogicalIdStrategy,omitempty" xml:"LogicalIdStrategy,omitempty"` PreferenceParametersShrink *string `json:"PreferenceParameters,omitempty" xml:"PreferenceParameters,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` SourceResourceGroupShrink *string `json:"SourceResourceGroup,omitempty" xml:"SourceResourceGroup,omitempty"` SourceResourcesShrink *string `json:"SourceResources,omitempty" xml:"SourceResources,omitempty"` SourceTagShrink *string `json:"SourceTag,omitempty" xml:"SourceTag,omitempty"` TemplateScratchType *string `json:"TemplateScratchType,omitempty" xml:"TemplateScratchType,omitempty"` }
func (CreateTemplateScratchShrinkRequest) GoString ¶
func (s CreateTemplateScratchShrinkRequest) GoString() string
func (*CreateTemplateScratchShrinkRequest) SetClientToken ¶
func (s *CreateTemplateScratchShrinkRequest) SetClientToken(v string) *CreateTemplateScratchShrinkRequest
func (*CreateTemplateScratchShrinkRequest) SetDescription ¶
func (s *CreateTemplateScratchShrinkRequest) SetDescription(v string) *CreateTemplateScratchShrinkRequest
func (*CreateTemplateScratchShrinkRequest) SetExecutionMode ¶
func (s *CreateTemplateScratchShrinkRequest) SetExecutionMode(v string) *CreateTemplateScratchShrinkRequest
func (*CreateTemplateScratchShrinkRequest) SetLogicalIdStrategy ¶
func (s *CreateTemplateScratchShrinkRequest) SetLogicalIdStrategy(v string) *CreateTemplateScratchShrinkRequest
func (*CreateTemplateScratchShrinkRequest) SetPreferenceParametersShrink ¶
func (s *CreateTemplateScratchShrinkRequest) SetPreferenceParametersShrink(v string) *CreateTemplateScratchShrinkRequest
func (*CreateTemplateScratchShrinkRequest) SetRegionId ¶
func (s *CreateTemplateScratchShrinkRequest) SetRegionId(v string) *CreateTemplateScratchShrinkRequest
func (*CreateTemplateScratchShrinkRequest) SetSourceResourceGroupShrink ¶
func (s *CreateTemplateScratchShrinkRequest) SetSourceResourceGroupShrink(v string) *CreateTemplateScratchShrinkRequest
func (*CreateTemplateScratchShrinkRequest) SetSourceResourcesShrink ¶
func (s *CreateTemplateScratchShrinkRequest) SetSourceResourcesShrink(v string) *CreateTemplateScratchShrinkRequest
func (*CreateTemplateScratchShrinkRequest) SetSourceTagShrink ¶
func (s *CreateTemplateScratchShrinkRequest) SetSourceTagShrink(v string) *CreateTemplateScratchShrinkRequest
func (*CreateTemplateScratchShrinkRequest) SetTemplateScratchType ¶
func (s *CreateTemplateScratchShrinkRequest) SetTemplateScratchType(v string) *CreateTemplateScratchShrinkRequest
func (CreateTemplateScratchShrinkRequest) String ¶
func (s CreateTemplateScratchShrinkRequest) String() string
type DeleteChangeSetRequest ¶
type DeleteChangeSetRequest struct { ChangeSetId *string `json:"ChangeSetId,omitempty" xml:"ChangeSetId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (DeleteChangeSetRequest) GoString ¶
func (s DeleteChangeSetRequest) GoString() string
func (*DeleteChangeSetRequest) SetChangeSetId ¶
func (s *DeleteChangeSetRequest) SetChangeSetId(v string) *DeleteChangeSetRequest
func (*DeleteChangeSetRequest) SetRegionId ¶
func (s *DeleteChangeSetRequest) SetRegionId(v string) *DeleteChangeSetRequest
func (DeleteChangeSetRequest) String ¶
func (s DeleteChangeSetRequest) String() string
type DeleteChangeSetResponse ¶
type DeleteChangeSetResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteChangeSetResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteChangeSetResponse) GoString ¶
func (s DeleteChangeSetResponse) GoString() string
func (*DeleteChangeSetResponse) SetBody ¶
func (s *DeleteChangeSetResponse) SetBody(v *DeleteChangeSetResponseBody) *DeleteChangeSetResponse
func (*DeleteChangeSetResponse) SetHeaders ¶
func (s *DeleteChangeSetResponse) SetHeaders(v map[string]*string) *DeleteChangeSetResponse
func (*DeleteChangeSetResponse) SetStatusCode ¶ added in v3.2.4
func (s *DeleteChangeSetResponse) SetStatusCode(v int32) *DeleteChangeSetResponse
func (DeleteChangeSetResponse) String ¶
func (s DeleteChangeSetResponse) String() string
type DeleteChangeSetResponseBody ¶
type DeleteChangeSetResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteChangeSetResponseBody) GoString ¶
func (s DeleteChangeSetResponseBody) GoString() string
func (*DeleteChangeSetResponseBody) SetRequestId ¶
func (s *DeleteChangeSetResponseBody) SetRequestId(v string) *DeleteChangeSetResponseBody
func (DeleteChangeSetResponseBody) String ¶
func (s DeleteChangeSetResponseBody) String() string
type DeleteStackGroupRequest ¶
type DeleteStackGroupRequest struct { RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` }
func (DeleteStackGroupRequest) GoString ¶
func (s DeleteStackGroupRequest) GoString() string
func (*DeleteStackGroupRequest) SetRegionId ¶
func (s *DeleteStackGroupRequest) SetRegionId(v string) *DeleteStackGroupRequest
func (*DeleteStackGroupRequest) SetStackGroupName ¶
func (s *DeleteStackGroupRequest) SetStackGroupName(v string) *DeleteStackGroupRequest
func (DeleteStackGroupRequest) String ¶
func (s DeleteStackGroupRequest) String() string
type DeleteStackGroupResponse ¶
type DeleteStackGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteStackGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteStackGroupResponse) GoString ¶
func (s DeleteStackGroupResponse) GoString() string
func (*DeleteStackGroupResponse) SetBody ¶
func (s *DeleteStackGroupResponse) SetBody(v *DeleteStackGroupResponseBody) *DeleteStackGroupResponse
func (*DeleteStackGroupResponse) SetHeaders ¶
func (s *DeleteStackGroupResponse) SetHeaders(v map[string]*string) *DeleteStackGroupResponse
func (*DeleteStackGroupResponse) SetStatusCode ¶ added in v3.2.4
func (s *DeleteStackGroupResponse) SetStatusCode(v int32) *DeleteStackGroupResponse
func (DeleteStackGroupResponse) String ¶
func (s DeleteStackGroupResponse) String() string
type DeleteStackGroupResponseBody ¶
type DeleteStackGroupResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteStackGroupResponseBody) GoString ¶
func (s DeleteStackGroupResponseBody) GoString() string
func (*DeleteStackGroupResponseBody) SetRequestId ¶
func (s *DeleteStackGroupResponseBody) SetRequestId(v string) *DeleteStackGroupResponseBody
func (DeleteStackGroupResponseBody) String ¶
func (s DeleteStackGroupResponseBody) String() string
type DeleteStackInstancesRequest ¶
type DeleteStackInstancesRequest struct { AccountIds []*string `json:"AccountIds,omitempty" xml:"AccountIds,omitempty" type:"Repeated"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DeploymentTargets *DeleteStackInstancesRequestDeploymentTargets `json:"DeploymentTargets,omitempty" xml:"DeploymentTargets,omitempty" type:"Struct"` OperationDescription *string `json:"OperationDescription,omitempty" xml:"OperationDescription,omitempty"` OperationPreferences map[string]interface{} `json:"OperationPreferences,omitempty" xml:"OperationPreferences,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RegionIds []*string `json:"RegionIds,omitempty" xml:"RegionIds,omitempty" type:"Repeated"` RetainStacks *bool `json:"RetainStacks,omitempty" xml:"RetainStacks,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` }
func (DeleteStackInstancesRequest) GoString ¶
func (s DeleteStackInstancesRequest) GoString() string
func (*DeleteStackInstancesRequest) SetAccountIds ¶
func (s *DeleteStackInstancesRequest) SetAccountIds(v []*string) *DeleteStackInstancesRequest
func (*DeleteStackInstancesRequest) SetClientToken ¶
func (s *DeleteStackInstancesRequest) SetClientToken(v string) *DeleteStackInstancesRequest
func (*DeleteStackInstancesRequest) SetDeploymentTargets ¶
func (s *DeleteStackInstancesRequest) SetDeploymentTargets(v *DeleteStackInstancesRequestDeploymentTargets) *DeleteStackInstancesRequest
func (*DeleteStackInstancesRequest) SetOperationDescription ¶
func (s *DeleteStackInstancesRequest) SetOperationDescription(v string) *DeleteStackInstancesRequest
func (*DeleteStackInstancesRequest) SetOperationPreferences ¶
func (s *DeleteStackInstancesRequest) SetOperationPreferences(v map[string]interface{}) *DeleteStackInstancesRequest
func (*DeleteStackInstancesRequest) SetRegionId ¶
func (s *DeleteStackInstancesRequest) SetRegionId(v string) *DeleteStackInstancesRequest
func (*DeleteStackInstancesRequest) SetRegionIds ¶
func (s *DeleteStackInstancesRequest) SetRegionIds(v []*string) *DeleteStackInstancesRequest
func (*DeleteStackInstancesRequest) SetRetainStacks ¶
func (s *DeleteStackInstancesRequest) SetRetainStacks(v bool) *DeleteStackInstancesRequest
func (*DeleteStackInstancesRequest) SetStackGroupName ¶
func (s *DeleteStackInstancesRequest) SetStackGroupName(v string) *DeleteStackInstancesRequest
func (DeleteStackInstancesRequest) String ¶
func (s DeleteStackInstancesRequest) String() string
type DeleteStackInstancesRequestDeploymentTargets ¶
type DeleteStackInstancesRequestDeploymentTargets struct {
RdFolderIds []*string `json:"RdFolderIds,omitempty" xml:"RdFolderIds,omitempty" type:"Repeated"`
}
func (DeleteStackInstancesRequestDeploymentTargets) GoString ¶
func (s DeleteStackInstancesRequestDeploymentTargets) GoString() string
func (*DeleteStackInstancesRequestDeploymentTargets) SetRdFolderIds ¶
func (s *DeleteStackInstancesRequestDeploymentTargets) SetRdFolderIds(v []*string) *DeleteStackInstancesRequestDeploymentTargets
func (DeleteStackInstancesRequestDeploymentTargets) String ¶
func (s DeleteStackInstancesRequestDeploymentTargets) String() string
type DeleteStackInstancesResponse ¶
type DeleteStackInstancesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteStackInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteStackInstancesResponse) GoString ¶
func (s DeleteStackInstancesResponse) GoString() string
func (*DeleteStackInstancesResponse) SetBody ¶
func (s *DeleteStackInstancesResponse) SetBody(v *DeleteStackInstancesResponseBody) *DeleteStackInstancesResponse
func (*DeleteStackInstancesResponse) SetHeaders ¶
func (s *DeleteStackInstancesResponse) SetHeaders(v map[string]*string) *DeleteStackInstancesResponse
func (*DeleteStackInstancesResponse) SetStatusCode ¶ added in v3.2.4
func (s *DeleteStackInstancesResponse) SetStatusCode(v int32) *DeleteStackInstancesResponse
func (DeleteStackInstancesResponse) String ¶
func (s DeleteStackInstancesResponse) String() string
type DeleteStackInstancesResponseBody ¶
type DeleteStackInstancesResponseBody struct { OperationId *string `json:"OperationId,omitempty" xml:"OperationId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteStackInstancesResponseBody) GoString ¶
func (s DeleteStackInstancesResponseBody) GoString() string
func (*DeleteStackInstancesResponseBody) SetOperationId ¶
func (s *DeleteStackInstancesResponseBody) SetOperationId(v string) *DeleteStackInstancesResponseBody
func (*DeleteStackInstancesResponseBody) SetRequestId ¶
func (s *DeleteStackInstancesResponseBody) SetRequestId(v string) *DeleteStackInstancesResponseBody
func (DeleteStackInstancesResponseBody) String ¶
func (s DeleteStackInstancesResponseBody) String() string
type DeleteStackInstancesShrinkRequest ¶
type DeleteStackInstancesShrinkRequest struct { AccountIdsShrink *string `json:"AccountIds,omitempty" xml:"AccountIds,omitempty"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DeploymentTargetsShrink *string `json:"DeploymentTargets,omitempty" xml:"DeploymentTargets,omitempty"` OperationDescription *string `json:"OperationDescription,omitempty" xml:"OperationDescription,omitempty"` OperationPreferencesShrink *string `json:"OperationPreferences,omitempty" xml:"OperationPreferences,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RegionIdsShrink *string `json:"RegionIds,omitempty" xml:"RegionIds,omitempty"` RetainStacks *bool `json:"RetainStacks,omitempty" xml:"RetainStacks,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` }
func (DeleteStackInstancesShrinkRequest) GoString ¶
func (s DeleteStackInstancesShrinkRequest) GoString() string
func (*DeleteStackInstancesShrinkRequest) SetAccountIdsShrink ¶
func (s *DeleteStackInstancesShrinkRequest) SetAccountIdsShrink(v string) *DeleteStackInstancesShrinkRequest
func (*DeleteStackInstancesShrinkRequest) SetClientToken ¶
func (s *DeleteStackInstancesShrinkRequest) SetClientToken(v string) *DeleteStackInstancesShrinkRequest
func (*DeleteStackInstancesShrinkRequest) SetDeploymentTargetsShrink ¶
func (s *DeleteStackInstancesShrinkRequest) SetDeploymentTargetsShrink(v string) *DeleteStackInstancesShrinkRequest
func (*DeleteStackInstancesShrinkRequest) SetOperationDescription ¶
func (s *DeleteStackInstancesShrinkRequest) SetOperationDescription(v string) *DeleteStackInstancesShrinkRequest
func (*DeleteStackInstancesShrinkRequest) SetOperationPreferencesShrink ¶
func (s *DeleteStackInstancesShrinkRequest) SetOperationPreferencesShrink(v string) *DeleteStackInstancesShrinkRequest
func (*DeleteStackInstancesShrinkRequest) SetRegionId ¶
func (s *DeleteStackInstancesShrinkRequest) SetRegionId(v string) *DeleteStackInstancesShrinkRequest
func (*DeleteStackInstancesShrinkRequest) SetRegionIdsShrink ¶
func (s *DeleteStackInstancesShrinkRequest) SetRegionIdsShrink(v string) *DeleteStackInstancesShrinkRequest
func (*DeleteStackInstancesShrinkRequest) SetRetainStacks ¶
func (s *DeleteStackInstancesShrinkRequest) SetRetainStacks(v bool) *DeleteStackInstancesShrinkRequest
func (*DeleteStackInstancesShrinkRequest) SetStackGroupName ¶
func (s *DeleteStackInstancesShrinkRequest) SetStackGroupName(v string) *DeleteStackInstancesShrinkRequest
func (DeleteStackInstancesShrinkRequest) String ¶
func (s DeleteStackInstancesShrinkRequest) String() string
type DeleteStackRequest ¶
type DeleteStackRequest struct { RamRoleName *string `json:"RamRoleName,omitempty" xml:"RamRoleName,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RetainAllResources *bool `json:"RetainAllResources,omitempty" xml:"RetainAllResources,omitempty"` RetainResources []*string `json:"RetainResources,omitempty" xml:"RetainResources,omitempty" type:"Repeated"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (DeleteStackRequest) GoString ¶
func (s DeleteStackRequest) GoString() string
func (*DeleteStackRequest) SetRamRoleName ¶
func (s *DeleteStackRequest) SetRamRoleName(v string) *DeleteStackRequest
func (*DeleteStackRequest) SetRegionId ¶
func (s *DeleteStackRequest) SetRegionId(v string) *DeleteStackRequest
func (*DeleteStackRequest) SetRetainAllResources ¶
func (s *DeleteStackRequest) SetRetainAllResources(v bool) *DeleteStackRequest
func (*DeleteStackRequest) SetRetainResources ¶
func (s *DeleteStackRequest) SetRetainResources(v []*string) *DeleteStackRequest
func (*DeleteStackRequest) SetStackId ¶
func (s *DeleteStackRequest) SetStackId(v string) *DeleteStackRequest
func (DeleteStackRequest) String ¶
func (s DeleteStackRequest) String() string
type DeleteStackResponse ¶
type DeleteStackResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteStackResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteStackResponse) GoString ¶
func (s DeleteStackResponse) GoString() string
func (*DeleteStackResponse) SetBody ¶
func (s *DeleteStackResponse) SetBody(v *DeleteStackResponseBody) *DeleteStackResponse
func (*DeleteStackResponse) SetHeaders ¶
func (s *DeleteStackResponse) SetHeaders(v map[string]*string) *DeleteStackResponse
func (*DeleteStackResponse) SetStatusCode ¶ added in v3.2.4
func (s *DeleteStackResponse) SetStatusCode(v int32) *DeleteStackResponse
func (DeleteStackResponse) String ¶
func (s DeleteStackResponse) String() string
type DeleteStackResponseBody ¶
type DeleteStackResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteStackResponseBody) GoString ¶
func (s DeleteStackResponseBody) GoString() string
func (*DeleteStackResponseBody) SetRequestId ¶
func (s *DeleteStackResponseBody) SetRequestId(v string) *DeleteStackResponseBody
func (DeleteStackResponseBody) String ¶
func (s DeleteStackResponseBody) String() string
type DeleteTemplateRequest ¶
type DeleteTemplateRequest struct {
TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"`
}
func (DeleteTemplateRequest) GoString ¶
func (s DeleteTemplateRequest) GoString() string
func (*DeleteTemplateRequest) SetTemplateId ¶
func (s *DeleteTemplateRequest) SetTemplateId(v string) *DeleteTemplateRequest
func (DeleteTemplateRequest) String ¶
func (s DeleteTemplateRequest) String() string
type DeleteTemplateResponse ¶
type DeleteTemplateResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteTemplateResponse) GoString ¶
func (s DeleteTemplateResponse) GoString() string
func (*DeleteTemplateResponse) SetBody ¶
func (s *DeleteTemplateResponse) SetBody(v *DeleteTemplateResponseBody) *DeleteTemplateResponse
func (*DeleteTemplateResponse) SetHeaders ¶
func (s *DeleteTemplateResponse) SetHeaders(v map[string]*string) *DeleteTemplateResponse
func (*DeleteTemplateResponse) SetStatusCode ¶ added in v3.2.4
func (s *DeleteTemplateResponse) SetStatusCode(v int32) *DeleteTemplateResponse
func (DeleteTemplateResponse) String ¶
func (s DeleteTemplateResponse) String() string
type DeleteTemplateResponseBody ¶
type DeleteTemplateResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteTemplateResponseBody) GoString ¶
func (s DeleteTemplateResponseBody) GoString() string
func (*DeleteTemplateResponseBody) SetRequestId ¶
func (s *DeleteTemplateResponseBody) SetRequestId(v string) *DeleteTemplateResponseBody
func (DeleteTemplateResponseBody) String ¶
func (s DeleteTemplateResponseBody) String() string
type DeleteTemplateScratchRequest ¶
type DeleteTemplateScratchRequest struct { RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` }
func (DeleteTemplateScratchRequest) GoString ¶
func (s DeleteTemplateScratchRequest) GoString() string
func (*DeleteTemplateScratchRequest) SetRegionId ¶
func (s *DeleteTemplateScratchRequest) SetRegionId(v string) *DeleteTemplateScratchRequest
func (*DeleteTemplateScratchRequest) SetTemplateScratchId ¶
func (s *DeleteTemplateScratchRequest) SetTemplateScratchId(v string) *DeleteTemplateScratchRequest
func (DeleteTemplateScratchRequest) String ¶
func (s DeleteTemplateScratchRequest) String() string
type DeleteTemplateScratchResponse ¶
type DeleteTemplateScratchResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DeleteTemplateScratchResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DeleteTemplateScratchResponse) GoString ¶
func (s DeleteTemplateScratchResponse) GoString() string
func (*DeleteTemplateScratchResponse) SetBody ¶
func (s *DeleteTemplateScratchResponse) SetBody(v *DeleteTemplateScratchResponseBody) *DeleteTemplateScratchResponse
func (*DeleteTemplateScratchResponse) SetHeaders ¶
func (s *DeleteTemplateScratchResponse) SetHeaders(v map[string]*string) *DeleteTemplateScratchResponse
func (*DeleteTemplateScratchResponse) SetStatusCode ¶ added in v3.2.4
func (s *DeleteTemplateScratchResponse) SetStatusCode(v int32) *DeleteTemplateScratchResponse
func (DeleteTemplateScratchResponse) String ¶
func (s DeleteTemplateScratchResponse) String() string
type DeleteTemplateScratchResponseBody ¶
type DeleteTemplateScratchResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (DeleteTemplateScratchResponseBody) GoString ¶
func (s DeleteTemplateScratchResponseBody) GoString() string
func (*DeleteTemplateScratchResponseBody) SetRequestId ¶
func (s *DeleteTemplateScratchResponseBody) SetRequestId(v string) *DeleteTemplateScratchResponseBody
func (DeleteTemplateScratchResponseBody) String ¶
func (s DeleteTemplateScratchResponseBody) String() string
type DescribeRegionsRequest ¶
type DescribeRegionsRequest struct {
AcceptLanguage *string `json:"AcceptLanguage,omitempty" xml:"AcceptLanguage,omitempty"`
}
func (DescribeRegionsRequest) GoString ¶
func (s DescribeRegionsRequest) GoString() string
func (*DescribeRegionsRequest) SetAcceptLanguage ¶
func (s *DescribeRegionsRequest) SetAcceptLanguage(v string) *DescribeRegionsRequest
func (DescribeRegionsRequest) String ¶
func (s DescribeRegionsRequest) String() string
type DescribeRegionsResponse ¶
type DescribeRegionsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DescribeRegionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DescribeRegionsResponse) GoString ¶
func (s DescribeRegionsResponse) GoString() string
func (*DescribeRegionsResponse) SetBody ¶
func (s *DescribeRegionsResponse) SetBody(v *DescribeRegionsResponseBody) *DescribeRegionsResponse
func (*DescribeRegionsResponse) SetHeaders ¶
func (s *DescribeRegionsResponse) SetHeaders(v map[string]*string) *DescribeRegionsResponse
func (*DescribeRegionsResponse) SetStatusCode ¶ added in v3.2.4
func (s *DescribeRegionsResponse) SetStatusCode(v int32) *DescribeRegionsResponse
func (DescribeRegionsResponse) String ¶
func (s DescribeRegionsResponse) String() string
type DescribeRegionsResponseBody ¶
type DescribeRegionsResponseBody struct { Regions []*DescribeRegionsResponseBodyRegions `json:"Regions,omitempty" xml:"Regions,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribeRegionsResponseBody) GoString ¶
func (s DescribeRegionsResponseBody) GoString() string
func (*DescribeRegionsResponseBody) SetRegions ¶
func (s *DescribeRegionsResponseBody) SetRegions(v []*DescribeRegionsResponseBodyRegions) *DescribeRegionsResponseBody
func (*DescribeRegionsResponseBody) SetRequestId ¶
func (s *DescribeRegionsResponseBody) SetRequestId(v string) *DescribeRegionsResponseBody
func (DescribeRegionsResponseBody) String ¶
func (s DescribeRegionsResponseBody) String() string
type DescribeRegionsResponseBodyRegions ¶
type DescribeRegionsResponseBodyRegions struct { LocalName *string `json:"LocalName,omitempty" xml:"LocalName,omitempty"` RegionEndpoint *string `json:"RegionEndpoint,omitempty" xml:"RegionEndpoint,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (DescribeRegionsResponseBodyRegions) GoString ¶
func (s DescribeRegionsResponseBodyRegions) GoString() string
func (*DescribeRegionsResponseBodyRegions) SetLocalName ¶
func (s *DescribeRegionsResponseBodyRegions) SetLocalName(v string) *DescribeRegionsResponseBodyRegions
func (*DescribeRegionsResponseBodyRegions) SetRegionEndpoint ¶
func (s *DescribeRegionsResponseBodyRegions) SetRegionEndpoint(v string) *DescribeRegionsResponseBodyRegions
func (*DescribeRegionsResponseBodyRegions) SetRegionId ¶
func (s *DescribeRegionsResponseBodyRegions) SetRegionId(v string) *DescribeRegionsResponseBodyRegions
func (DescribeRegionsResponseBodyRegions) String ¶
func (s DescribeRegionsResponseBodyRegions) String() string
type DetectStackDriftRequest ¶
type DetectStackDriftRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` LogicalResourceId []*string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (DetectStackDriftRequest) GoString ¶
func (s DetectStackDriftRequest) GoString() string
func (*DetectStackDriftRequest) SetClientToken ¶
func (s *DetectStackDriftRequest) SetClientToken(v string) *DetectStackDriftRequest
func (*DetectStackDriftRequest) SetLogicalResourceId ¶
func (s *DetectStackDriftRequest) SetLogicalResourceId(v []*string) *DetectStackDriftRequest
func (*DetectStackDriftRequest) SetRegionId ¶
func (s *DetectStackDriftRequest) SetRegionId(v string) *DetectStackDriftRequest
func (*DetectStackDriftRequest) SetStackId ¶
func (s *DetectStackDriftRequest) SetStackId(v string) *DetectStackDriftRequest
func (DetectStackDriftRequest) String ¶
func (s DetectStackDriftRequest) String() string
type DetectStackDriftResponse ¶
type DetectStackDriftResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DetectStackDriftResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DetectStackDriftResponse) GoString ¶
func (s DetectStackDriftResponse) GoString() string
func (*DetectStackDriftResponse) SetBody ¶
func (s *DetectStackDriftResponse) SetBody(v *DetectStackDriftResponseBody) *DetectStackDriftResponse
func (*DetectStackDriftResponse) SetHeaders ¶
func (s *DetectStackDriftResponse) SetHeaders(v map[string]*string) *DetectStackDriftResponse
func (*DetectStackDriftResponse) SetStatusCode ¶ added in v3.2.4
func (s *DetectStackDriftResponse) SetStatusCode(v int32) *DetectStackDriftResponse
func (DetectStackDriftResponse) String ¶
func (s DetectStackDriftResponse) String() string
type DetectStackDriftResponseBody ¶
type DetectStackDriftResponseBody struct { DriftDetectionId *string `json:"DriftDetectionId,omitempty" xml:"DriftDetectionId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DetectStackDriftResponseBody) GoString ¶
func (s DetectStackDriftResponseBody) GoString() string
func (*DetectStackDriftResponseBody) SetDriftDetectionId ¶
func (s *DetectStackDriftResponseBody) SetDriftDetectionId(v string) *DetectStackDriftResponseBody
func (*DetectStackDriftResponseBody) SetRequestId ¶
func (s *DetectStackDriftResponseBody) SetRequestId(v string) *DetectStackDriftResponseBody
func (DetectStackDriftResponseBody) String ¶
func (s DetectStackDriftResponseBody) String() string
type DetectStackGroupDriftRequest ¶
type DetectStackGroupDriftRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` OperationPreferences map[string]interface{} `json:"OperationPreferences,omitempty" xml:"OperationPreferences,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` }
func (DetectStackGroupDriftRequest) GoString ¶
func (s DetectStackGroupDriftRequest) GoString() string
func (*DetectStackGroupDriftRequest) SetClientToken ¶
func (s *DetectStackGroupDriftRequest) SetClientToken(v string) *DetectStackGroupDriftRequest
func (*DetectStackGroupDriftRequest) SetOperationPreferences ¶
func (s *DetectStackGroupDriftRequest) SetOperationPreferences(v map[string]interface{}) *DetectStackGroupDriftRequest
func (*DetectStackGroupDriftRequest) SetRegionId ¶
func (s *DetectStackGroupDriftRequest) SetRegionId(v string) *DetectStackGroupDriftRequest
func (*DetectStackGroupDriftRequest) SetStackGroupName ¶
func (s *DetectStackGroupDriftRequest) SetStackGroupName(v string) *DetectStackGroupDriftRequest
func (DetectStackGroupDriftRequest) String ¶
func (s DetectStackGroupDriftRequest) String() string
type DetectStackGroupDriftResponse ¶
type DetectStackGroupDriftResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DetectStackGroupDriftResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DetectStackGroupDriftResponse) GoString ¶
func (s DetectStackGroupDriftResponse) GoString() string
func (*DetectStackGroupDriftResponse) SetBody ¶
func (s *DetectStackGroupDriftResponse) SetBody(v *DetectStackGroupDriftResponseBody) *DetectStackGroupDriftResponse
func (*DetectStackGroupDriftResponse) SetHeaders ¶
func (s *DetectStackGroupDriftResponse) SetHeaders(v map[string]*string) *DetectStackGroupDriftResponse
func (*DetectStackGroupDriftResponse) SetStatusCode ¶ added in v3.2.4
func (s *DetectStackGroupDriftResponse) SetStatusCode(v int32) *DetectStackGroupDriftResponse
func (DetectStackGroupDriftResponse) String ¶
func (s DetectStackGroupDriftResponse) String() string
type DetectStackGroupDriftResponseBody ¶
type DetectStackGroupDriftResponseBody struct { OperationId *string `json:"OperationId,omitempty" xml:"OperationId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DetectStackGroupDriftResponseBody) GoString ¶
func (s DetectStackGroupDriftResponseBody) GoString() string
func (*DetectStackGroupDriftResponseBody) SetOperationId ¶
func (s *DetectStackGroupDriftResponseBody) SetOperationId(v string) *DetectStackGroupDriftResponseBody
func (*DetectStackGroupDriftResponseBody) SetRequestId ¶
func (s *DetectStackGroupDriftResponseBody) SetRequestId(v string) *DetectStackGroupDriftResponseBody
func (DetectStackGroupDriftResponseBody) String ¶
func (s DetectStackGroupDriftResponseBody) String() string
type DetectStackGroupDriftShrinkRequest ¶
type DetectStackGroupDriftShrinkRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` OperationPreferencesShrink *string `json:"OperationPreferences,omitempty" xml:"OperationPreferences,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` }
func (DetectStackGroupDriftShrinkRequest) GoString ¶
func (s DetectStackGroupDriftShrinkRequest) GoString() string
func (*DetectStackGroupDriftShrinkRequest) SetClientToken ¶
func (s *DetectStackGroupDriftShrinkRequest) SetClientToken(v string) *DetectStackGroupDriftShrinkRequest
func (*DetectStackGroupDriftShrinkRequest) SetOperationPreferencesShrink ¶
func (s *DetectStackGroupDriftShrinkRequest) SetOperationPreferencesShrink(v string) *DetectStackGroupDriftShrinkRequest
func (*DetectStackGroupDriftShrinkRequest) SetRegionId ¶
func (s *DetectStackGroupDriftShrinkRequest) SetRegionId(v string) *DetectStackGroupDriftShrinkRequest
func (*DetectStackGroupDriftShrinkRequest) SetStackGroupName ¶
func (s *DetectStackGroupDriftShrinkRequest) SetStackGroupName(v string) *DetectStackGroupDriftShrinkRequest
func (DetectStackGroupDriftShrinkRequest) String ¶
func (s DetectStackGroupDriftShrinkRequest) String() string
type DetectStackResourceDriftRequest ¶
type DetectStackResourceDriftRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (DetectStackResourceDriftRequest) GoString ¶
func (s DetectStackResourceDriftRequest) GoString() string
func (*DetectStackResourceDriftRequest) SetClientToken ¶
func (s *DetectStackResourceDriftRequest) SetClientToken(v string) *DetectStackResourceDriftRequest
func (*DetectStackResourceDriftRequest) SetLogicalResourceId ¶
func (s *DetectStackResourceDriftRequest) SetLogicalResourceId(v string) *DetectStackResourceDriftRequest
func (*DetectStackResourceDriftRequest) SetRegionId ¶
func (s *DetectStackResourceDriftRequest) SetRegionId(v string) *DetectStackResourceDriftRequest
func (*DetectStackResourceDriftRequest) SetStackId ¶
func (s *DetectStackResourceDriftRequest) SetStackId(v string) *DetectStackResourceDriftRequest
func (DetectStackResourceDriftRequest) String ¶
func (s DetectStackResourceDriftRequest) String() string
type DetectStackResourceDriftResponse ¶
type DetectStackResourceDriftResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *DetectStackResourceDriftResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (DetectStackResourceDriftResponse) GoString ¶
func (s DetectStackResourceDriftResponse) GoString() string
func (*DetectStackResourceDriftResponse) SetBody ¶
func (s *DetectStackResourceDriftResponse) SetBody(v *DetectStackResourceDriftResponseBody) *DetectStackResourceDriftResponse
func (*DetectStackResourceDriftResponse) SetHeaders ¶
func (s *DetectStackResourceDriftResponse) SetHeaders(v map[string]*string) *DetectStackResourceDriftResponse
func (*DetectStackResourceDriftResponse) SetStatusCode ¶ added in v3.2.4
func (s *DetectStackResourceDriftResponse) SetStatusCode(v int32) *DetectStackResourceDriftResponse
func (DetectStackResourceDriftResponse) String ¶
func (s DetectStackResourceDriftResponse) String() string
type DetectStackResourceDriftResponseBody ¶
type DetectStackResourceDriftResponseBody struct { ActualProperties *string `json:"ActualProperties,omitempty" xml:"ActualProperties,omitempty"` DriftDetectionTime *string `json:"DriftDetectionTime,omitempty" xml:"DriftDetectionTime,omitempty"` ExpectedProperties *string `json:"ExpectedProperties,omitempty" xml:"ExpectedProperties,omitempty"` LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` PhysicalResourceId *string `json:"PhysicalResourceId,omitempty" xml:"PhysicalResourceId,omitempty"` PropertyDifferences []*DetectStackResourceDriftResponseBodyPropertyDifferences `json:"PropertyDifferences,omitempty" xml:"PropertyDifferences,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceDriftStatus *string `json:"ResourceDriftStatus,omitempty" xml:"ResourceDriftStatus,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (DetectStackResourceDriftResponseBody) GoString ¶
func (s DetectStackResourceDriftResponseBody) GoString() string
func (*DetectStackResourceDriftResponseBody) SetActualProperties ¶
func (s *DetectStackResourceDriftResponseBody) SetActualProperties(v string) *DetectStackResourceDriftResponseBody
func (*DetectStackResourceDriftResponseBody) SetDriftDetectionTime ¶
func (s *DetectStackResourceDriftResponseBody) SetDriftDetectionTime(v string) *DetectStackResourceDriftResponseBody
func (*DetectStackResourceDriftResponseBody) SetExpectedProperties ¶
func (s *DetectStackResourceDriftResponseBody) SetExpectedProperties(v string) *DetectStackResourceDriftResponseBody
func (*DetectStackResourceDriftResponseBody) SetLogicalResourceId ¶
func (s *DetectStackResourceDriftResponseBody) SetLogicalResourceId(v string) *DetectStackResourceDriftResponseBody
func (*DetectStackResourceDriftResponseBody) SetPhysicalResourceId ¶
func (s *DetectStackResourceDriftResponseBody) SetPhysicalResourceId(v string) *DetectStackResourceDriftResponseBody
func (*DetectStackResourceDriftResponseBody) SetPropertyDifferences ¶
func (s *DetectStackResourceDriftResponseBody) SetPropertyDifferences(v []*DetectStackResourceDriftResponseBodyPropertyDifferences) *DetectStackResourceDriftResponseBody
func (*DetectStackResourceDriftResponseBody) SetRequestId ¶
func (s *DetectStackResourceDriftResponseBody) SetRequestId(v string) *DetectStackResourceDriftResponseBody
func (*DetectStackResourceDriftResponseBody) SetResourceDriftStatus ¶
func (s *DetectStackResourceDriftResponseBody) SetResourceDriftStatus(v string) *DetectStackResourceDriftResponseBody
func (*DetectStackResourceDriftResponseBody) SetResourceType ¶
func (s *DetectStackResourceDriftResponseBody) SetResourceType(v string) *DetectStackResourceDriftResponseBody
func (*DetectStackResourceDriftResponseBody) SetStackId ¶
func (s *DetectStackResourceDriftResponseBody) SetStackId(v string) *DetectStackResourceDriftResponseBody
func (DetectStackResourceDriftResponseBody) String ¶
func (s DetectStackResourceDriftResponseBody) String() string
type DetectStackResourceDriftResponseBodyPropertyDifferences ¶
type DetectStackResourceDriftResponseBodyPropertyDifferences struct { ActualValue *string `json:"ActualValue,omitempty" xml:"ActualValue,omitempty"` DifferenceType *string `json:"DifferenceType,omitempty" xml:"DifferenceType,omitempty"` ExpectedValue *string `json:"ExpectedValue,omitempty" xml:"ExpectedValue,omitempty"` PropertyPath *string `json:"PropertyPath,omitempty" xml:"PropertyPath,omitempty"` }
func (DetectStackResourceDriftResponseBodyPropertyDifferences) GoString ¶
func (s DetectStackResourceDriftResponseBodyPropertyDifferences) GoString() string
func (*DetectStackResourceDriftResponseBodyPropertyDifferences) SetActualValue ¶
func (s *DetectStackResourceDriftResponseBodyPropertyDifferences) SetActualValue(v string) *DetectStackResourceDriftResponseBodyPropertyDifferences
func (*DetectStackResourceDriftResponseBodyPropertyDifferences) SetDifferenceType ¶
func (s *DetectStackResourceDriftResponseBodyPropertyDifferences) SetDifferenceType(v string) *DetectStackResourceDriftResponseBodyPropertyDifferences
func (*DetectStackResourceDriftResponseBodyPropertyDifferences) SetExpectedValue ¶
func (s *DetectStackResourceDriftResponseBodyPropertyDifferences) SetExpectedValue(v string) *DetectStackResourceDriftResponseBodyPropertyDifferences
func (*DetectStackResourceDriftResponseBodyPropertyDifferences) SetPropertyPath ¶
func (s *DetectStackResourceDriftResponseBodyPropertyDifferences) SetPropertyPath(v string) *DetectStackResourceDriftResponseBodyPropertyDifferences
func (DetectStackResourceDriftResponseBodyPropertyDifferences) String ¶
func (s DetectStackResourceDriftResponseBodyPropertyDifferences) String() string
type ExecuteChangeSetRequest ¶
type ExecuteChangeSetRequest struct { ChangeSetId *string `json:"ChangeSetId,omitempty" xml:"ChangeSetId,omitempty"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (ExecuteChangeSetRequest) GoString ¶
func (s ExecuteChangeSetRequest) GoString() string
func (*ExecuteChangeSetRequest) SetChangeSetId ¶
func (s *ExecuteChangeSetRequest) SetChangeSetId(v string) *ExecuteChangeSetRequest
func (*ExecuteChangeSetRequest) SetClientToken ¶
func (s *ExecuteChangeSetRequest) SetClientToken(v string) *ExecuteChangeSetRequest
func (*ExecuteChangeSetRequest) SetRegionId ¶
func (s *ExecuteChangeSetRequest) SetRegionId(v string) *ExecuteChangeSetRequest
func (ExecuteChangeSetRequest) String ¶
func (s ExecuteChangeSetRequest) String() string
type ExecuteChangeSetResponse ¶
type ExecuteChangeSetResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ExecuteChangeSetResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ExecuteChangeSetResponse) GoString ¶
func (s ExecuteChangeSetResponse) GoString() string
func (*ExecuteChangeSetResponse) SetBody ¶
func (s *ExecuteChangeSetResponse) SetBody(v *ExecuteChangeSetResponseBody) *ExecuteChangeSetResponse
func (*ExecuteChangeSetResponse) SetHeaders ¶
func (s *ExecuteChangeSetResponse) SetHeaders(v map[string]*string) *ExecuteChangeSetResponse
func (*ExecuteChangeSetResponse) SetStatusCode ¶ added in v3.2.4
func (s *ExecuteChangeSetResponse) SetStatusCode(v int32) *ExecuteChangeSetResponse
func (ExecuteChangeSetResponse) String ¶
func (s ExecuteChangeSetResponse) String() string
type ExecuteChangeSetResponseBody ¶
type ExecuteChangeSetResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (ExecuteChangeSetResponseBody) GoString ¶
func (s ExecuteChangeSetResponseBody) GoString() string
func (*ExecuteChangeSetResponseBody) SetRequestId ¶
func (s *ExecuteChangeSetResponseBody) SetRequestId(v string) *ExecuteChangeSetResponseBody
func (ExecuteChangeSetResponseBody) String ¶
func (s ExecuteChangeSetResponseBody) String() string
type GenerateTemplateByScratchRequest ¶
type GenerateTemplateByScratchRequest struct { ProvisionRegionId *string `json:"ProvisionRegionId,omitempty" xml:"ProvisionRegionId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` }
func (GenerateTemplateByScratchRequest) GoString ¶
func (s GenerateTemplateByScratchRequest) GoString() string
func (*GenerateTemplateByScratchRequest) SetProvisionRegionId ¶
func (s *GenerateTemplateByScratchRequest) SetProvisionRegionId(v string) *GenerateTemplateByScratchRequest
func (*GenerateTemplateByScratchRequest) SetRegionId ¶
func (s *GenerateTemplateByScratchRequest) SetRegionId(v string) *GenerateTemplateByScratchRequest
func (*GenerateTemplateByScratchRequest) SetTemplateScratchId ¶
func (s *GenerateTemplateByScratchRequest) SetTemplateScratchId(v string) *GenerateTemplateByScratchRequest
func (GenerateTemplateByScratchRequest) String ¶
func (s GenerateTemplateByScratchRequest) String() string
type GenerateTemplateByScratchResponse ¶
type GenerateTemplateByScratchResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GenerateTemplateByScratchResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GenerateTemplateByScratchResponse) GoString ¶
func (s GenerateTemplateByScratchResponse) GoString() string
func (*GenerateTemplateByScratchResponse) SetHeaders ¶
func (s *GenerateTemplateByScratchResponse) SetHeaders(v map[string]*string) *GenerateTemplateByScratchResponse
func (*GenerateTemplateByScratchResponse) SetStatusCode ¶ added in v3.2.4
func (s *GenerateTemplateByScratchResponse) SetStatusCode(v int32) *GenerateTemplateByScratchResponse
func (GenerateTemplateByScratchResponse) String ¶
func (s GenerateTemplateByScratchResponse) String() string
type GenerateTemplateByScratchResponseBody ¶
type GenerateTemplateByScratchResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourcesToImport []*GenerateTemplateByScratchResponseBodyResourcesToImport `json:"ResourcesToImport,omitempty" xml:"ResourcesToImport,omitempty" type:"Repeated"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` }
func (GenerateTemplateByScratchResponseBody) GoString ¶
func (s GenerateTemplateByScratchResponseBody) GoString() string
func (*GenerateTemplateByScratchResponseBody) SetRequestId ¶
func (s *GenerateTemplateByScratchResponseBody) SetRequestId(v string) *GenerateTemplateByScratchResponseBody
func (*GenerateTemplateByScratchResponseBody) SetResourcesToImport ¶
func (s *GenerateTemplateByScratchResponseBody) SetResourcesToImport(v []*GenerateTemplateByScratchResponseBodyResourcesToImport) *GenerateTemplateByScratchResponseBody
func (*GenerateTemplateByScratchResponseBody) SetTemplateBody ¶
func (s *GenerateTemplateByScratchResponseBody) SetTemplateBody(v string) *GenerateTemplateByScratchResponseBody
func (GenerateTemplateByScratchResponseBody) String ¶
func (s GenerateTemplateByScratchResponseBody) String() string
type GenerateTemplateByScratchResponseBodyResourcesToImport ¶
type GenerateTemplateByScratchResponseBodyResourcesToImport struct { LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` ResourceIdentifier map[string]interface{} `json:"ResourceIdentifier,omitempty" xml:"ResourceIdentifier,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (GenerateTemplateByScratchResponseBodyResourcesToImport) GoString ¶
func (s GenerateTemplateByScratchResponseBodyResourcesToImport) GoString() string
func (*GenerateTemplateByScratchResponseBodyResourcesToImport) SetLogicalResourceId ¶
func (s *GenerateTemplateByScratchResponseBodyResourcesToImport) SetLogicalResourceId(v string) *GenerateTemplateByScratchResponseBodyResourcesToImport
func (*GenerateTemplateByScratchResponseBodyResourcesToImport) SetResourceIdentifier ¶
func (s *GenerateTemplateByScratchResponseBodyResourcesToImport) SetResourceIdentifier(v map[string]interface{}) *GenerateTemplateByScratchResponseBodyResourcesToImport
func (*GenerateTemplateByScratchResponseBodyResourcesToImport) SetResourceType ¶
func (s *GenerateTemplateByScratchResponseBodyResourcesToImport) SetResourceType(v string) *GenerateTemplateByScratchResponseBodyResourcesToImport
func (GenerateTemplateByScratchResponseBodyResourcesToImport) String ¶
func (s GenerateTemplateByScratchResponseBodyResourcesToImport) String() string
type GenerateTemplatePolicyRequest ¶
type GenerateTemplatePolicyRequest struct { TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` }
func (GenerateTemplatePolicyRequest) GoString ¶
func (s GenerateTemplatePolicyRequest) GoString() string
func (*GenerateTemplatePolicyRequest) SetTemplateBody ¶
func (s *GenerateTemplatePolicyRequest) SetTemplateBody(v string) *GenerateTemplatePolicyRequest
func (*GenerateTemplatePolicyRequest) SetTemplateId ¶
func (s *GenerateTemplatePolicyRequest) SetTemplateId(v string) *GenerateTemplatePolicyRequest
func (*GenerateTemplatePolicyRequest) SetTemplateURL ¶
func (s *GenerateTemplatePolicyRequest) SetTemplateURL(v string) *GenerateTemplatePolicyRequest
func (*GenerateTemplatePolicyRequest) SetTemplateVersion ¶
func (s *GenerateTemplatePolicyRequest) SetTemplateVersion(v string) *GenerateTemplatePolicyRequest
func (GenerateTemplatePolicyRequest) String ¶
func (s GenerateTemplatePolicyRequest) String() string
type GenerateTemplatePolicyResponse ¶
type GenerateTemplatePolicyResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GenerateTemplatePolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GenerateTemplatePolicyResponse) GoString ¶
func (s GenerateTemplatePolicyResponse) GoString() string
func (*GenerateTemplatePolicyResponse) SetBody ¶
func (s *GenerateTemplatePolicyResponse) SetBody(v *GenerateTemplatePolicyResponseBody) *GenerateTemplatePolicyResponse
func (*GenerateTemplatePolicyResponse) SetHeaders ¶
func (s *GenerateTemplatePolicyResponse) SetHeaders(v map[string]*string) *GenerateTemplatePolicyResponse
func (*GenerateTemplatePolicyResponse) SetStatusCode ¶ added in v3.2.4
func (s *GenerateTemplatePolicyResponse) SetStatusCode(v int32) *GenerateTemplatePolicyResponse
func (GenerateTemplatePolicyResponse) String ¶
func (s GenerateTemplatePolicyResponse) String() string
type GenerateTemplatePolicyResponseBody ¶
type GenerateTemplatePolicyResponseBody struct { Policy *GenerateTemplatePolicyResponseBodyPolicy `json:"Policy,omitempty" xml:"Policy,omitempty" type:"Struct"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (GenerateTemplatePolicyResponseBody) GoString ¶
func (s GenerateTemplatePolicyResponseBody) GoString() string
func (*GenerateTemplatePolicyResponseBody) SetPolicy ¶
func (s *GenerateTemplatePolicyResponseBody) SetPolicy(v *GenerateTemplatePolicyResponseBodyPolicy) *GenerateTemplatePolicyResponseBody
func (*GenerateTemplatePolicyResponseBody) SetRequestId ¶
func (s *GenerateTemplatePolicyResponseBody) SetRequestId(v string) *GenerateTemplatePolicyResponseBody
func (GenerateTemplatePolicyResponseBody) String ¶
func (s GenerateTemplatePolicyResponseBody) String() string
type GenerateTemplatePolicyResponseBodyPolicy ¶
type GenerateTemplatePolicyResponseBodyPolicy struct { Statement []*GenerateTemplatePolicyResponseBodyPolicyStatement `json:"Statement,omitempty" xml:"Statement,omitempty" type:"Repeated"` Version *string `json:"Version,omitempty" xml:"Version,omitempty"` }
func (GenerateTemplatePolicyResponseBodyPolicy) GoString ¶
func (s GenerateTemplatePolicyResponseBodyPolicy) GoString() string
func (*GenerateTemplatePolicyResponseBodyPolicy) SetStatement ¶
func (*GenerateTemplatePolicyResponseBodyPolicy) SetVersion ¶
func (s *GenerateTemplatePolicyResponseBodyPolicy) SetVersion(v string) *GenerateTemplatePolicyResponseBodyPolicy
func (GenerateTemplatePolicyResponseBodyPolicy) String ¶
func (s GenerateTemplatePolicyResponseBodyPolicy) String() string
type GenerateTemplatePolicyResponseBodyPolicyStatement ¶
type GenerateTemplatePolicyResponseBodyPolicyStatement struct { Action []*string `json:"Action,omitempty" xml:"Action,omitempty" type:"Repeated"` Effect *string `json:"Effect,omitempty" xml:"Effect,omitempty"` Resource *string `json:"Resource,omitempty" xml:"Resource,omitempty"` }
func (GenerateTemplatePolicyResponseBodyPolicyStatement) GoString ¶
func (s GenerateTemplatePolicyResponseBodyPolicyStatement) GoString() string
func (*GenerateTemplatePolicyResponseBodyPolicyStatement) SetAction ¶
func (s *GenerateTemplatePolicyResponseBodyPolicyStatement) SetAction(v []*string) *GenerateTemplatePolicyResponseBodyPolicyStatement
func (*GenerateTemplatePolicyResponseBodyPolicyStatement) SetEffect ¶
func (s *GenerateTemplatePolicyResponseBodyPolicyStatement) SetEffect(v string) *GenerateTemplatePolicyResponseBodyPolicyStatement
func (*GenerateTemplatePolicyResponseBodyPolicyStatement) SetResource ¶
func (s *GenerateTemplatePolicyResponseBodyPolicyStatement) SetResource(v string) *GenerateTemplatePolicyResponseBodyPolicyStatement
func (GenerateTemplatePolicyResponseBodyPolicyStatement) String ¶
func (s GenerateTemplatePolicyResponseBodyPolicyStatement) String() string
type GetChangeSetRequest ¶
type GetChangeSetRequest struct { ChangeSetId *string `json:"ChangeSetId,omitempty" xml:"ChangeSetId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ShowTemplate *bool `json:"ShowTemplate,omitempty" xml:"ShowTemplate,omitempty"` }
func (GetChangeSetRequest) GoString ¶
func (s GetChangeSetRequest) GoString() string
func (*GetChangeSetRequest) SetChangeSetId ¶
func (s *GetChangeSetRequest) SetChangeSetId(v string) *GetChangeSetRequest
func (*GetChangeSetRequest) SetRegionId ¶
func (s *GetChangeSetRequest) SetRegionId(v string) *GetChangeSetRequest
func (*GetChangeSetRequest) SetShowTemplate ¶
func (s *GetChangeSetRequest) SetShowTemplate(v bool) *GetChangeSetRequest
func (GetChangeSetRequest) String ¶
func (s GetChangeSetRequest) String() string
type GetChangeSetResponse ¶
type GetChangeSetResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetChangeSetResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetChangeSetResponse) GoString ¶
func (s GetChangeSetResponse) GoString() string
func (*GetChangeSetResponse) SetBody ¶
func (s *GetChangeSetResponse) SetBody(v *GetChangeSetResponseBody) *GetChangeSetResponse
func (*GetChangeSetResponse) SetHeaders ¶
func (s *GetChangeSetResponse) SetHeaders(v map[string]*string) *GetChangeSetResponse
func (*GetChangeSetResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetChangeSetResponse) SetStatusCode(v int32) *GetChangeSetResponse
func (GetChangeSetResponse) String ¶
func (s GetChangeSetResponse) String() string
type GetChangeSetResponseBody ¶
type GetChangeSetResponseBody struct { ChangeSetId *string `json:"ChangeSetId,omitempty" xml:"ChangeSetId,omitempty"` ChangeSetName *string `json:"ChangeSetName,omitempty" xml:"ChangeSetName,omitempty"` ChangeSetType *string `json:"ChangeSetType,omitempty" xml:"ChangeSetType,omitempty"` Changes []map[string]interface{} `json:"Changes,omitempty" xml:"Changes,omitempty" type:"Repeated"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DisableRollback *bool `json:"DisableRollback,omitempty" xml:"DisableRollback,omitempty"` ExecutionStatus *string `json:"ExecutionStatus,omitempty" xml:"ExecutionStatus,omitempty"` Log *GetChangeSetResponseBodyLog `json:"Log,omitempty" xml:"Log,omitempty" type:"Struct"` Parameters []*GetChangeSetResponseBodyParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackName *string `json:"StackName,omitempty" xml:"StackName,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TimeoutInMinutes *int32 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` }
func (GetChangeSetResponseBody) GoString ¶
func (s GetChangeSetResponseBody) GoString() string
func (*GetChangeSetResponseBody) SetChangeSetId ¶
func (s *GetChangeSetResponseBody) SetChangeSetId(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetChangeSetName ¶
func (s *GetChangeSetResponseBody) SetChangeSetName(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetChangeSetType ¶
func (s *GetChangeSetResponseBody) SetChangeSetType(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetChanges ¶
func (s *GetChangeSetResponseBody) SetChanges(v []map[string]interface{}) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetCreateTime ¶
func (s *GetChangeSetResponseBody) SetCreateTime(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetDescription ¶
func (s *GetChangeSetResponseBody) SetDescription(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetDisableRollback ¶
func (s *GetChangeSetResponseBody) SetDisableRollback(v bool) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetExecutionStatus ¶
func (s *GetChangeSetResponseBody) SetExecutionStatus(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetLog ¶
func (s *GetChangeSetResponseBody) SetLog(v *GetChangeSetResponseBodyLog) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetParameters ¶
func (s *GetChangeSetResponseBody) SetParameters(v []*GetChangeSetResponseBodyParameters) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetRegionId ¶
func (s *GetChangeSetResponseBody) SetRegionId(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetRequestId ¶
func (s *GetChangeSetResponseBody) SetRequestId(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetStackId ¶
func (s *GetChangeSetResponseBody) SetStackId(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetStackName ¶
func (s *GetChangeSetResponseBody) SetStackName(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetStatus ¶
func (s *GetChangeSetResponseBody) SetStatus(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetStatusReason ¶
func (s *GetChangeSetResponseBody) SetStatusReason(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetTemplateBody ¶
func (s *GetChangeSetResponseBody) SetTemplateBody(v string) *GetChangeSetResponseBody
func (*GetChangeSetResponseBody) SetTimeoutInMinutes ¶
func (s *GetChangeSetResponseBody) SetTimeoutInMinutes(v int32) *GetChangeSetResponseBody
func (GetChangeSetResponseBody) String ¶
func (s GetChangeSetResponseBody) String() string
type GetChangeSetResponseBodyLog ¶
type GetChangeSetResponseBodyLog struct {
TerraformLogs []*GetChangeSetResponseBodyLogTerraformLogs `json:"TerraformLogs,omitempty" xml:"TerraformLogs,omitempty" type:"Repeated"`
}
func (GetChangeSetResponseBodyLog) GoString ¶
func (s GetChangeSetResponseBodyLog) GoString() string
func (*GetChangeSetResponseBodyLog) SetTerraformLogs ¶
func (s *GetChangeSetResponseBodyLog) SetTerraformLogs(v []*GetChangeSetResponseBodyLogTerraformLogs) *GetChangeSetResponseBodyLog
func (GetChangeSetResponseBodyLog) String ¶
func (s GetChangeSetResponseBodyLog) String() string
type GetChangeSetResponseBodyLogTerraformLogs ¶
type GetChangeSetResponseBodyLogTerraformLogs struct { Command *string `json:"Command,omitempty" xml:"Command,omitempty"` Content *string `json:"Content,omitempty" xml:"Content,omitempty"` Stream *string `json:"Stream,omitempty" xml:"Stream,omitempty"` }
func (GetChangeSetResponseBodyLogTerraformLogs) GoString ¶
func (s GetChangeSetResponseBodyLogTerraformLogs) GoString() string
func (*GetChangeSetResponseBodyLogTerraformLogs) SetCommand ¶
func (s *GetChangeSetResponseBodyLogTerraformLogs) SetCommand(v string) *GetChangeSetResponseBodyLogTerraformLogs
func (*GetChangeSetResponseBodyLogTerraformLogs) SetContent ¶
func (s *GetChangeSetResponseBodyLogTerraformLogs) SetContent(v string) *GetChangeSetResponseBodyLogTerraformLogs
func (*GetChangeSetResponseBodyLogTerraformLogs) SetStream ¶
func (s *GetChangeSetResponseBodyLogTerraformLogs) SetStream(v string) *GetChangeSetResponseBodyLogTerraformLogs
func (GetChangeSetResponseBodyLogTerraformLogs) String ¶
func (s GetChangeSetResponseBodyLogTerraformLogs) String() string
type GetChangeSetResponseBodyParameters ¶
type GetChangeSetResponseBodyParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (GetChangeSetResponseBodyParameters) GoString ¶
func (s GetChangeSetResponseBodyParameters) GoString() string
func (*GetChangeSetResponseBodyParameters) SetParameterKey ¶
func (s *GetChangeSetResponseBodyParameters) SetParameterKey(v string) *GetChangeSetResponseBodyParameters
func (*GetChangeSetResponseBodyParameters) SetParameterValue ¶
func (s *GetChangeSetResponseBodyParameters) SetParameterValue(v string) *GetChangeSetResponseBodyParameters
func (GetChangeSetResponseBodyParameters) String ¶
func (s GetChangeSetResponseBodyParameters) String() string
type GetFeatureDetailsRequest ¶
type GetFeatureDetailsRequest struct { Feature *string `json:"Feature,omitempty" xml:"Feature,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (GetFeatureDetailsRequest) GoString ¶
func (s GetFeatureDetailsRequest) GoString() string
func (*GetFeatureDetailsRequest) SetFeature ¶
func (s *GetFeatureDetailsRequest) SetFeature(v string) *GetFeatureDetailsRequest
func (*GetFeatureDetailsRequest) SetRegionId ¶
func (s *GetFeatureDetailsRequest) SetRegionId(v string) *GetFeatureDetailsRequest
func (GetFeatureDetailsRequest) String ¶
func (s GetFeatureDetailsRequest) String() string
type GetFeatureDetailsResponse ¶
type GetFeatureDetailsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetFeatureDetailsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetFeatureDetailsResponse) GoString ¶
func (s GetFeatureDetailsResponse) GoString() string
func (*GetFeatureDetailsResponse) SetBody ¶
func (s *GetFeatureDetailsResponse) SetBody(v *GetFeatureDetailsResponseBody) *GetFeatureDetailsResponse
func (*GetFeatureDetailsResponse) SetHeaders ¶
func (s *GetFeatureDetailsResponse) SetHeaders(v map[string]*string) *GetFeatureDetailsResponse
func (*GetFeatureDetailsResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetFeatureDetailsResponse) SetStatusCode(v int32) *GetFeatureDetailsResponse
func (GetFeatureDetailsResponse) String ¶
func (s GetFeatureDetailsResponse) String() string
type GetFeatureDetailsResponseBody ¶
type GetFeatureDetailsResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceCleaner *GetFeatureDetailsResponseBodyResourceCleaner `json:"ResourceCleaner,omitempty" xml:"ResourceCleaner,omitempty" type:"Struct"` TemplateScratch *GetFeatureDetailsResponseBodyTemplateScratch `json:"TemplateScratch,omitempty" xml:"TemplateScratch,omitempty" type:"Struct"` Terraform *GetFeatureDetailsResponseBodyTerraform `json:"Terraform,omitempty" xml:"Terraform,omitempty" type:"Struct"` }
func (GetFeatureDetailsResponseBody) GoString ¶
func (s GetFeatureDetailsResponseBody) GoString() string
func (*GetFeatureDetailsResponseBody) SetRequestId ¶
func (s *GetFeatureDetailsResponseBody) SetRequestId(v string) *GetFeatureDetailsResponseBody
func (*GetFeatureDetailsResponseBody) SetResourceCleaner ¶ added in v3.2.5
func (s *GetFeatureDetailsResponseBody) SetResourceCleaner(v *GetFeatureDetailsResponseBodyResourceCleaner) *GetFeatureDetailsResponseBody
func (*GetFeatureDetailsResponseBody) SetTemplateScratch ¶
func (s *GetFeatureDetailsResponseBody) SetTemplateScratch(v *GetFeatureDetailsResponseBodyTemplateScratch) *GetFeatureDetailsResponseBody
func (*GetFeatureDetailsResponseBody) SetTerraform ¶
func (s *GetFeatureDetailsResponseBody) SetTerraform(v *GetFeatureDetailsResponseBodyTerraform) *GetFeatureDetailsResponseBody
func (GetFeatureDetailsResponseBody) String ¶
func (s GetFeatureDetailsResponseBody) String() string
type GetFeatureDetailsResponseBodyResourceCleaner ¶ added in v3.2.5
type GetFeatureDetailsResponseBodyResourceCleaner struct {
SupportedResourceTypes []*GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes `json:"SupportedResourceTypes,omitempty" xml:"SupportedResourceTypes,omitempty" type:"Repeated"`
}
func (GetFeatureDetailsResponseBodyResourceCleaner) GoString ¶ added in v3.2.5
func (s GetFeatureDetailsResponseBodyResourceCleaner) GoString() string
func (*GetFeatureDetailsResponseBodyResourceCleaner) SetSupportedResourceTypes ¶ added in v3.2.5
func (s *GetFeatureDetailsResponseBodyResourceCleaner) SetSupportedResourceTypes(v []*GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) *GetFeatureDetailsResponseBodyResourceCleaner
func (GetFeatureDetailsResponseBodyResourceCleaner) String ¶ added in v3.2.5
func (s GetFeatureDetailsResponseBodyResourceCleaner) String() string
type GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes ¶ added in v3.2.5
type GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes struct { ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` SideEffects []*string `json:"SideEffects,omitempty" xml:"SideEffects,omitempty" type:"Repeated"` SupportedFilters []*string `json:"SupportedFilters,omitempty" xml:"SupportedFilters,omitempty" type:"Repeated"` }
func (GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) GoString ¶ added in v3.2.5
func (s GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) GoString() string
func (*GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) SetResourceType ¶ added in v3.2.5
func (*GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) SetSideEffects ¶ added in v3.2.5
func (*GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) SetSupportedFilters ¶ added in v3.2.5
func (s *GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) SetSupportedFilters(v []*string) *GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes
func (GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) String ¶ added in v3.2.5
func (s GetFeatureDetailsResponseBodyResourceCleanerSupportedResourceTypes) String() string
type GetFeatureDetailsResponseBodyTemplateScratch ¶
type GetFeatureDetailsResponseBodyTemplateScratch struct {
SupportedResourceTypes []*GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes `json:"SupportedResourceTypes,omitempty" xml:"SupportedResourceTypes,omitempty" type:"Repeated"`
}
func (GetFeatureDetailsResponseBodyTemplateScratch) GoString ¶
func (s GetFeatureDetailsResponseBodyTemplateScratch) GoString() string
func (*GetFeatureDetailsResponseBodyTemplateScratch) SetSupportedResourceTypes ¶
func (s *GetFeatureDetailsResponseBodyTemplateScratch) SetSupportedResourceTypes(v []*GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) *GetFeatureDetailsResponseBodyTemplateScratch
func (GetFeatureDetailsResponseBodyTemplateScratch) String ¶
func (s GetFeatureDetailsResponseBodyTemplateScratch) String() string
type GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes ¶
type GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes struct { ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` SourceResourceGroupSupported *bool `json:"SourceResourceGroupSupported,omitempty" xml:"SourceResourceGroupSupported,omitempty"` SourceResourcesSupported *bool `json:"SourceResourcesSupported,omitempty" xml:"SourceResourcesSupported,omitempty"` SourceSupported *bool `json:"SourceSupported,omitempty" xml:"SourceSupported,omitempty"` SourceTagSupported *bool `json:"SourceTagSupported,omitempty" xml:"SourceTagSupported,omitempty"` }
func (GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) GoString ¶
func (s GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) GoString() string
func (*GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetResourceType ¶
func (*GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetSourceResourceGroupSupported ¶
func (s *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetSourceResourceGroupSupported(v bool) *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes
func (*GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetSourceResourcesSupported ¶
func (s *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetSourceResourcesSupported(v bool) *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes
func (*GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetSourceSupported ¶
func (s *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetSourceSupported(v bool) *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes
func (*GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetSourceTagSupported ¶
func (s *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) SetSourceTagSupported(v bool) *GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes
func (GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) String ¶
func (s GetFeatureDetailsResponseBodyTemplateScratchSupportedResourceTypes) String() string
type GetFeatureDetailsResponseBodyTerraform ¶
type GetFeatureDetailsResponseBodyTerraform struct { SupportedResourceTypes *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes `json:"SupportedResourceTypes,omitempty" xml:"SupportedResourceTypes,omitempty" type:"Struct"` SupportedVersions []*GetFeatureDetailsResponseBodyTerraformSupportedVersions `json:"SupportedVersions,omitempty" xml:"SupportedVersions,omitempty" type:"Repeated"` }
func (GetFeatureDetailsResponseBodyTerraform) GoString ¶
func (s GetFeatureDetailsResponseBodyTerraform) GoString() string
func (*GetFeatureDetailsResponseBodyTerraform) SetSupportedResourceTypes ¶
func (s *GetFeatureDetailsResponseBodyTerraform) SetSupportedResourceTypes(v *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) *GetFeatureDetailsResponseBodyTerraform
func (*GetFeatureDetailsResponseBodyTerraform) SetSupportedVersions ¶
func (s *GetFeatureDetailsResponseBodyTerraform) SetSupportedVersions(v []*GetFeatureDetailsResponseBodyTerraformSupportedVersions) *GetFeatureDetailsResponseBodyTerraform
func (GetFeatureDetailsResponseBodyTerraform) String ¶
func (s GetFeatureDetailsResponseBodyTerraform) String() string
type GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes ¶
type GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes struct { CustomTag []*string `json:"CustomTag,omitempty" xml:"CustomTag,omitempty" type:"Repeated"` EstimateCost []*string `json:"EstimateCost,omitempty" xml:"EstimateCost,omitempty" type:"Repeated"` ResourceGroup []*string `json:"ResourceGroup,omitempty" xml:"ResourceGroup,omitempty" type:"Repeated"` StackOperationRisk *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypesStackOperationRisk `json:"StackOperationRisk,omitempty" xml:"StackOperationRisk,omitempty" type:"Struct"` SystemTag []*string `json:"SystemTag,omitempty" xml:"SystemTag,omitempty" type:"Repeated"` }
func (GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) GoString ¶
func (s GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) GoString() string
func (*GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetCustomTag ¶
func (s *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetCustomTag(v []*string) *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes
func (*GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetEstimateCost ¶
func (s *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetEstimateCost(v []*string) *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes
func (*GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetResourceGroup ¶
func (s *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetResourceGroup(v []*string) *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes
func (*GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetStackOperationRisk ¶ added in v3.2.10
func (*GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetSystemTag ¶
func (s *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) SetSystemTag(v []*string) *GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes
func (GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) String ¶
func (s GetFeatureDetailsResponseBodyTerraformSupportedResourceTypes) String() string
type GetFeatureDetailsResponseBodyTerraformSupportedResourceTypesStackOperationRisk ¶ added in v3.2.10
type GetFeatureDetailsResponseBodyTerraformSupportedResourceTypesStackOperationRisk struct {
DeleteStack []*string `json:"DeleteStack,omitempty" xml:"DeleteStack,omitempty" type:"Repeated"`
}
func (GetFeatureDetailsResponseBodyTerraformSupportedResourceTypesStackOperationRisk) GoString ¶ added in v3.2.10
func (s GetFeatureDetailsResponseBodyTerraformSupportedResourceTypesStackOperationRisk) GoString() string
func (*GetFeatureDetailsResponseBodyTerraformSupportedResourceTypesStackOperationRisk) SetDeleteStack ¶ added in v3.2.10
type GetFeatureDetailsResponseBodyTerraformSupportedVersions ¶
type GetFeatureDetailsResponseBodyTerraformSupportedVersions struct { ProviderVersions []*GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions `json:"ProviderVersions,omitempty" xml:"ProviderVersions,omitempty" type:"Repeated"` TerraformVersion *string `json:"TerraformVersion,omitempty" xml:"TerraformVersion,omitempty"` Transform *string `json:"Transform,omitempty" xml:"Transform,omitempty"` UpdateAllowedTransforms []*string `json:"UpdateAllowedTransforms,omitempty" xml:"UpdateAllowedTransforms,omitempty" type:"Repeated"` }
func (GetFeatureDetailsResponseBodyTerraformSupportedVersions) GoString ¶
func (s GetFeatureDetailsResponseBodyTerraformSupportedVersions) GoString() string
func (*GetFeatureDetailsResponseBodyTerraformSupportedVersions) SetProviderVersions ¶
func (*GetFeatureDetailsResponseBodyTerraformSupportedVersions) SetTerraformVersion ¶
func (s *GetFeatureDetailsResponseBodyTerraformSupportedVersions) SetTerraformVersion(v string) *GetFeatureDetailsResponseBodyTerraformSupportedVersions
func (*GetFeatureDetailsResponseBodyTerraformSupportedVersions) SetTransform ¶
func (s *GetFeatureDetailsResponseBodyTerraformSupportedVersions) SetTransform(v string) *GetFeatureDetailsResponseBodyTerraformSupportedVersions
func (*GetFeatureDetailsResponseBodyTerraformSupportedVersions) SetUpdateAllowedTransforms ¶
func (s *GetFeatureDetailsResponseBodyTerraformSupportedVersions) SetUpdateAllowedTransforms(v []*string) *GetFeatureDetailsResponseBodyTerraformSupportedVersions
func (GetFeatureDetailsResponseBodyTerraformSupportedVersions) String ¶
func (s GetFeatureDetailsResponseBodyTerraformSupportedVersions) String() string
type GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions ¶
type GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions struct { ProviderName *string `json:"ProviderName,omitempty" xml:"ProviderName,omitempty"` SupportedVersions []*string `json:"SupportedVersions,omitempty" xml:"SupportedVersions,omitempty" type:"Repeated"` }
func (GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions) GoString ¶
func (s GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions) GoString() string
func (*GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions) SetProviderName ¶
func (*GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions) SetSupportedVersions ¶
func (s *GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions) SetSupportedVersions(v []*string) *GetFeatureDetailsResponseBodyTerraformSupportedVersionsProviderVersions
type GetResourceTypeRequest ¶
type GetResourceTypeRequest struct {
ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
}
func (GetResourceTypeRequest) GoString ¶
func (s GetResourceTypeRequest) GoString() string
func (*GetResourceTypeRequest) SetResourceType ¶
func (s *GetResourceTypeRequest) SetResourceType(v string) *GetResourceTypeRequest
func (GetResourceTypeRequest) String ¶
func (s GetResourceTypeRequest) String() string
type GetResourceTypeResponse ¶
type GetResourceTypeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetResourceTypeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetResourceTypeResponse) GoString ¶
func (s GetResourceTypeResponse) GoString() string
func (*GetResourceTypeResponse) SetBody ¶
func (s *GetResourceTypeResponse) SetBody(v *GetResourceTypeResponseBody) *GetResourceTypeResponse
func (*GetResourceTypeResponse) SetHeaders ¶
func (s *GetResourceTypeResponse) SetHeaders(v map[string]*string) *GetResourceTypeResponse
func (*GetResourceTypeResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetResourceTypeResponse) SetStatusCode(v int32) *GetResourceTypeResponse
func (GetResourceTypeResponse) String ¶
func (s GetResourceTypeResponse) String() string
type GetResourceTypeResponseBody ¶
type GetResourceTypeResponseBody struct { Attributes map[string]interface{} `json:"Attributes,omitempty" xml:"Attributes,omitempty"` EntityType *string `json:"EntityType,omitempty" xml:"EntityType,omitempty"` Properties map[string]interface{} `json:"Properties,omitempty" xml:"Properties,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` SupportDriftDetection *bool `json:"SupportDriftDetection,omitempty" xml:"SupportDriftDetection,omitempty"` SupportScratchDetection *bool `json:"SupportScratchDetection,omitempty" xml:"SupportScratchDetection,omitempty"` }
func (GetResourceTypeResponseBody) GoString ¶
func (s GetResourceTypeResponseBody) GoString() string
func (*GetResourceTypeResponseBody) SetAttributes ¶
func (s *GetResourceTypeResponseBody) SetAttributes(v map[string]interface{}) *GetResourceTypeResponseBody
func (*GetResourceTypeResponseBody) SetEntityType ¶
func (s *GetResourceTypeResponseBody) SetEntityType(v string) *GetResourceTypeResponseBody
func (*GetResourceTypeResponseBody) SetProperties ¶
func (s *GetResourceTypeResponseBody) SetProperties(v map[string]interface{}) *GetResourceTypeResponseBody
func (*GetResourceTypeResponseBody) SetRequestId ¶
func (s *GetResourceTypeResponseBody) SetRequestId(v string) *GetResourceTypeResponseBody
func (*GetResourceTypeResponseBody) SetResourceType ¶
func (s *GetResourceTypeResponseBody) SetResourceType(v string) *GetResourceTypeResponseBody
func (*GetResourceTypeResponseBody) SetSupportDriftDetection ¶
func (s *GetResourceTypeResponseBody) SetSupportDriftDetection(v bool) *GetResourceTypeResponseBody
func (*GetResourceTypeResponseBody) SetSupportScratchDetection ¶
func (s *GetResourceTypeResponseBody) SetSupportScratchDetection(v bool) *GetResourceTypeResponseBody
func (GetResourceTypeResponseBody) String ¶
func (s GetResourceTypeResponseBody) String() string
type GetResourceTypeTemplateRequest ¶
type GetResourceTypeTemplateRequest struct {
ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
}
func (GetResourceTypeTemplateRequest) GoString ¶
func (s GetResourceTypeTemplateRequest) GoString() string
func (*GetResourceTypeTemplateRequest) SetResourceType ¶
func (s *GetResourceTypeTemplateRequest) SetResourceType(v string) *GetResourceTypeTemplateRequest
func (GetResourceTypeTemplateRequest) String ¶
func (s GetResourceTypeTemplateRequest) String() string
type GetResourceTypeTemplateResponse ¶
type GetResourceTypeTemplateResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetResourceTypeTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetResourceTypeTemplateResponse) GoString ¶
func (s GetResourceTypeTemplateResponse) GoString() string
func (*GetResourceTypeTemplateResponse) SetBody ¶
func (s *GetResourceTypeTemplateResponse) SetBody(v *GetResourceTypeTemplateResponseBody) *GetResourceTypeTemplateResponse
func (*GetResourceTypeTemplateResponse) SetHeaders ¶
func (s *GetResourceTypeTemplateResponse) SetHeaders(v map[string]*string) *GetResourceTypeTemplateResponse
func (*GetResourceTypeTemplateResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetResourceTypeTemplateResponse) SetStatusCode(v int32) *GetResourceTypeTemplateResponse
func (GetResourceTypeTemplateResponse) String ¶
func (s GetResourceTypeTemplateResponse) String() string
type GetResourceTypeTemplateResponseBody ¶
type GetResourceTypeTemplateResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TemplateBody map[string]interface{} `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` }
func (GetResourceTypeTemplateResponseBody) GoString ¶
func (s GetResourceTypeTemplateResponseBody) GoString() string
func (*GetResourceTypeTemplateResponseBody) SetRequestId ¶
func (s *GetResourceTypeTemplateResponseBody) SetRequestId(v string) *GetResourceTypeTemplateResponseBody
func (*GetResourceTypeTemplateResponseBody) SetTemplateBody ¶
func (s *GetResourceTypeTemplateResponseBody) SetTemplateBody(v map[string]interface{}) *GetResourceTypeTemplateResponseBody
func (GetResourceTypeTemplateResponseBody) String ¶
func (s GetResourceTypeTemplateResponseBody) String() string
type GetServiceProvisionsRequest ¶
type GetServiceProvisionsRequest struct { Parameters []*GetServiceProvisionsRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` Services []*GetServiceProvisionsRequestServices `json:"Services,omitempty" xml:"Services,omitempty" type:"Repeated"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` }
func (GetServiceProvisionsRequest) GoString ¶
func (s GetServiceProvisionsRequest) GoString() string
func (*GetServiceProvisionsRequest) SetParameters ¶
func (s *GetServiceProvisionsRequest) SetParameters(v []*GetServiceProvisionsRequestParameters) *GetServiceProvisionsRequest
func (*GetServiceProvisionsRequest) SetRegionId ¶
func (s *GetServiceProvisionsRequest) SetRegionId(v string) *GetServiceProvisionsRequest
func (*GetServiceProvisionsRequest) SetServices ¶
func (s *GetServiceProvisionsRequest) SetServices(v []*GetServiceProvisionsRequestServices) *GetServiceProvisionsRequest
func (*GetServiceProvisionsRequest) SetTemplateBody ¶
func (s *GetServiceProvisionsRequest) SetTemplateBody(v string) *GetServiceProvisionsRequest
func (*GetServiceProvisionsRequest) SetTemplateId ¶
func (s *GetServiceProvisionsRequest) SetTemplateId(v string) *GetServiceProvisionsRequest
func (*GetServiceProvisionsRequest) SetTemplateURL ¶
func (s *GetServiceProvisionsRequest) SetTemplateURL(v string) *GetServiceProvisionsRequest
func (*GetServiceProvisionsRequest) SetTemplateVersion ¶
func (s *GetServiceProvisionsRequest) SetTemplateVersion(v string) *GetServiceProvisionsRequest
func (GetServiceProvisionsRequest) String ¶
func (s GetServiceProvisionsRequest) String() string
type GetServiceProvisionsRequestParameters ¶
type GetServiceProvisionsRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (GetServiceProvisionsRequestParameters) GoString ¶
func (s GetServiceProvisionsRequestParameters) GoString() string
func (*GetServiceProvisionsRequestParameters) SetParameterKey ¶
func (s *GetServiceProvisionsRequestParameters) SetParameterKey(v string) *GetServiceProvisionsRequestParameters
func (*GetServiceProvisionsRequestParameters) SetParameterValue ¶
func (s *GetServiceProvisionsRequestParameters) SetParameterValue(v string) *GetServiceProvisionsRequestParameters
func (GetServiceProvisionsRequestParameters) String ¶
func (s GetServiceProvisionsRequestParameters) String() string
type GetServiceProvisionsRequestServices ¶
type GetServiceProvisionsRequestServices struct {
ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"`
}
func (GetServiceProvisionsRequestServices) GoString ¶
func (s GetServiceProvisionsRequestServices) GoString() string
func (*GetServiceProvisionsRequestServices) SetServiceName ¶
func (s *GetServiceProvisionsRequestServices) SetServiceName(v string) *GetServiceProvisionsRequestServices
func (GetServiceProvisionsRequestServices) String ¶
func (s GetServiceProvisionsRequestServices) String() string
type GetServiceProvisionsResponse ¶
type GetServiceProvisionsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetServiceProvisionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetServiceProvisionsResponse) GoString ¶
func (s GetServiceProvisionsResponse) GoString() string
func (*GetServiceProvisionsResponse) SetBody ¶
func (s *GetServiceProvisionsResponse) SetBody(v *GetServiceProvisionsResponseBody) *GetServiceProvisionsResponse
func (*GetServiceProvisionsResponse) SetHeaders ¶
func (s *GetServiceProvisionsResponse) SetHeaders(v map[string]*string) *GetServiceProvisionsResponse
func (*GetServiceProvisionsResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetServiceProvisionsResponse) SetStatusCode(v int32) *GetServiceProvisionsResponse
func (GetServiceProvisionsResponse) String ¶
func (s GetServiceProvisionsResponse) String() string
type GetServiceProvisionsResponseBody ¶
type GetServiceProvisionsResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ServiceProvisions []*GetServiceProvisionsResponseBodyServiceProvisions `json:"ServiceProvisions,omitempty" xml:"ServiceProvisions,omitempty" type:"Repeated"` }
func (GetServiceProvisionsResponseBody) GoString ¶
func (s GetServiceProvisionsResponseBody) GoString() string
func (*GetServiceProvisionsResponseBody) SetRequestId ¶
func (s *GetServiceProvisionsResponseBody) SetRequestId(v string) *GetServiceProvisionsResponseBody
func (*GetServiceProvisionsResponseBody) SetServiceProvisions ¶
func (s *GetServiceProvisionsResponseBody) SetServiceProvisions(v []*GetServiceProvisionsResponseBodyServiceProvisions) *GetServiceProvisionsResponseBody
func (GetServiceProvisionsResponseBody) String ¶
func (s GetServiceProvisionsResponseBody) String() string
type GetServiceProvisionsResponseBodyServiceProvisions ¶
type GetServiceProvisionsResponseBodyServiceProvisions struct { AutoEnableService *bool `json:"AutoEnableService,omitempty" xml:"AutoEnableService,omitempty"` DependentServiceNames []*string `json:"DependentServiceNames,omitempty" xml:"DependentServiceNames,omitempty" type:"Repeated"` EnableURL *string `json:"EnableURL,omitempty" xml:"EnableURL,omitempty"` RoleProvision *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision `json:"RoleProvision,omitempty" xml:"RoleProvision,omitempty" type:"Struct"` ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` }
func (GetServiceProvisionsResponseBodyServiceProvisions) GoString ¶
func (s GetServiceProvisionsResponseBodyServiceProvisions) GoString() string
func (*GetServiceProvisionsResponseBodyServiceProvisions) SetAutoEnableService ¶
func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetAutoEnableService(v bool) *GetServiceProvisionsResponseBodyServiceProvisions
func (*GetServiceProvisionsResponseBodyServiceProvisions) SetDependentServiceNames ¶
func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetDependentServiceNames(v []*string) *GetServiceProvisionsResponseBodyServiceProvisions
func (*GetServiceProvisionsResponseBodyServiceProvisions) SetEnableURL ¶
func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetEnableURL(v string) *GetServiceProvisionsResponseBodyServiceProvisions
func (*GetServiceProvisionsResponseBodyServiceProvisions) SetRoleProvision ¶
func (*GetServiceProvisionsResponseBodyServiceProvisions) SetServiceName ¶
func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetServiceName(v string) *GetServiceProvisionsResponseBodyServiceProvisions
func (*GetServiceProvisionsResponseBodyServiceProvisions) SetStatus ¶
func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetStatus(v string) *GetServiceProvisionsResponseBodyServiceProvisions
func (*GetServiceProvisionsResponseBodyServiceProvisions) SetStatusReason ¶
func (s *GetServiceProvisionsResponseBodyServiceProvisions) SetStatusReason(v string) *GetServiceProvisionsResponseBodyServiceProvisions
func (GetServiceProvisionsResponseBodyServiceProvisions) String ¶
func (s GetServiceProvisionsResponseBodyServiceProvisions) String() string
type GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision ¶
type GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision struct { AuthorizationURL *string `json:"AuthorizationURL,omitempty" xml:"AuthorizationURL,omitempty"` Roles []*GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Repeated"` }
func (GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision) GoString ¶
func (s GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision) GoString() string
func (*GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision) SetAuthorizationURL ¶
func (s *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision) SetAuthorizationURL(v string) *GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision
func (GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision) String ¶
func (s GetServiceProvisionsResponseBodyServiceProvisionsRoleProvision) String() string
type GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles ¶
type GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles struct { Created *bool `json:"Created,omitempty" xml:"Created,omitempty"` Function *string `json:"Function,omitempty" xml:"Function,omitempty"` RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"` }
func (GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) GoString ¶
func (s GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) GoString() string
func (*GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) SetCreated ¶
func (*GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) SetFunction ¶
func (*GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) SetRoleName ¶
func (GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) String ¶
func (s GetServiceProvisionsResponseBodyServiceProvisionsRoleProvisionRoles) String() string
type GetStackDriftDetectionStatusRequest ¶
type GetStackDriftDetectionStatusRequest struct { DriftDetectionId *string `json:"DriftDetectionId,omitempty" xml:"DriftDetectionId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (GetStackDriftDetectionStatusRequest) GoString ¶
func (s GetStackDriftDetectionStatusRequest) GoString() string
func (*GetStackDriftDetectionStatusRequest) SetDriftDetectionId ¶
func (s *GetStackDriftDetectionStatusRequest) SetDriftDetectionId(v string) *GetStackDriftDetectionStatusRequest
func (*GetStackDriftDetectionStatusRequest) SetRegionId ¶
func (s *GetStackDriftDetectionStatusRequest) SetRegionId(v string) *GetStackDriftDetectionStatusRequest
func (GetStackDriftDetectionStatusRequest) String ¶
func (s GetStackDriftDetectionStatusRequest) String() string
type GetStackDriftDetectionStatusResponse ¶
type GetStackDriftDetectionStatusResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetStackDriftDetectionStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetStackDriftDetectionStatusResponse) GoString ¶
func (s GetStackDriftDetectionStatusResponse) GoString() string
func (*GetStackDriftDetectionStatusResponse) SetHeaders ¶
func (s *GetStackDriftDetectionStatusResponse) SetHeaders(v map[string]*string) *GetStackDriftDetectionStatusResponse
func (*GetStackDriftDetectionStatusResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetStackDriftDetectionStatusResponse) SetStatusCode(v int32) *GetStackDriftDetectionStatusResponse
func (GetStackDriftDetectionStatusResponse) String ¶
func (s GetStackDriftDetectionStatusResponse) String() string
type GetStackDriftDetectionStatusResponseBody ¶
type GetStackDriftDetectionStatusResponseBody struct { DriftDetectionId *string `json:"DriftDetectionId,omitempty" xml:"DriftDetectionId,omitempty"` DriftDetectionStatus *string `json:"DriftDetectionStatus,omitempty" xml:"DriftDetectionStatus,omitempty"` DriftDetectionStatusReason *string `json:"DriftDetectionStatusReason,omitempty" xml:"DriftDetectionStatusReason,omitempty"` DriftDetectionTime *string `json:"DriftDetectionTime,omitempty" xml:"DriftDetectionTime,omitempty"` DriftedStackResourceCount *int32 `json:"DriftedStackResourceCount,omitempty" xml:"DriftedStackResourceCount,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackDriftStatus *string `json:"StackDriftStatus,omitempty" xml:"StackDriftStatus,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (GetStackDriftDetectionStatusResponseBody) GoString ¶
func (s GetStackDriftDetectionStatusResponseBody) GoString() string
func (*GetStackDriftDetectionStatusResponseBody) SetDriftDetectionId ¶
func (s *GetStackDriftDetectionStatusResponseBody) SetDriftDetectionId(v string) *GetStackDriftDetectionStatusResponseBody
func (*GetStackDriftDetectionStatusResponseBody) SetDriftDetectionStatus ¶
func (s *GetStackDriftDetectionStatusResponseBody) SetDriftDetectionStatus(v string) *GetStackDriftDetectionStatusResponseBody
func (*GetStackDriftDetectionStatusResponseBody) SetDriftDetectionStatusReason ¶
func (s *GetStackDriftDetectionStatusResponseBody) SetDriftDetectionStatusReason(v string) *GetStackDriftDetectionStatusResponseBody
func (*GetStackDriftDetectionStatusResponseBody) SetDriftDetectionTime ¶
func (s *GetStackDriftDetectionStatusResponseBody) SetDriftDetectionTime(v string) *GetStackDriftDetectionStatusResponseBody
func (*GetStackDriftDetectionStatusResponseBody) SetDriftedStackResourceCount ¶
func (s *GetStackDriftDetectionStatusResponseBody) SetDriftedStackResourceCount(v int32) *GetStackDriftDetectionStatusResponseBody
func (*GetStackDriftDetectionStatusResponseBody) SetRequestId ¶
func (s *GetStackDriftDetectionStatusResponseBody) SetRequestId(v string) *GetStackDriftDetectionStatusResponseBody
func (*GetStackDriftDetectionStatusResponseBody) SetStackDriftStatus ¶
func (s *GetStackDriftDetectionStatusResponseBody) SetStackDriftStatus(v string) *GetStackDriftDetectionStatusResponseBody
func (*GetStackDriftDetectionStatusResponseBody) SetStackId ¶
func (s *GetStackDriftDetectionStatusResponseBody) SetStackId(v string) *GetStackDriftDetectionStatusResponseBody
func (GetStackDriftDetectionStatusResponseBody) String ¶
func (s GetStackDriftDetectionStatusResponseBody) String() string
type GetStackGroupOperationRequest ¶
type GetStackGroupOperationRequest struct { OperationId *string `json:"OperationId,omitempty" xml:"OperationId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (GetStackGroupOperationRequest) GoString ¶
func (s GetStackGroupOperationRequest) GoString() string
func (*GetStackGroupOperationRequest) SetOperationId ¶
func (s *GetStackGroupOperationRequest) SetOperationId(v string) *GetStackGroupOperationRequest
func (*GetStackGroupOperationRequest) SetRegionId ¶
func (s *GetStackGroupOperationRequest) SetRegionId(v string) *GetStackGroupOperationRequest
func (GetStackGroupOperationRequest) String ¶
func (s GetStackGroupOperationRequest) String() string
type GetStackGroupOperationResponse ¶
type GetStackGroupOperationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetStackGroupOperationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetStackGroupOperationResponse) GoString ¶
func (s GetStackGroupOperationResponse) GoString() string
func (*GetStackGroupOperationResponse) SetBody ¶
func (s *GetStackGroupOperationResponse) SetBody(v *GetStackGroupOperationResponseBody) *GetStackGroupOperationResponse
func (*GetStackGroupOperationResponse) SetHeaders ¶
func (s *GetStackGroupOperationResponse) SetHeaders(v map[string]*string) *GetStackGroupOperationResponse
func (*GetStackGroupOperationResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetStackGroupOperationResponse) SetStatusCode(v int32) *GetStackGroupOperationResponse
func (GetStackGroupOperationResponse) String ¶
func (s GetStackGroupOperationResponse) String() string
type GetStackGroupOperationResponseBody ¶
type GetStackGroupOperationResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackGroupOperation *GetStackGroupOperationResponseBodyStackGroupOperation `json:"StackGroupOperation,omitempty" xml:"StackGroupOperation,omitempty" type:"Struct"` }
func (GetStackGroupOperationResponseBody) GoString ¶
func (s GetStackGroupOperationResponseBody) GoString() string
func (*GetStackGroupOperationResponseBody) SetRequestId ¶
func (s *GetStackGroupOperationResponseBody) SetRequestId(v string) *GetStackGroupOperationResponseBody
func (*GetStackGroupOperationResponseBody) SetStackGroupOperation ¶
func (s *GetStackGroupOperationResponseBody) SetStackGroupOperation(v *GetStackGroupOperationResponseBodyStackGroupOperation) *GetStackGroupOperationResponseBody
func (GetStackGroupOperationResponseBody) String ¶
func (s GetStackGroupOperationResponseBody) String() string
type GetStackGroupOperationResponseBodyStackGroupOperation ¶
type GetStackGroupOperationResponseBodyStackGroupOperation struct { Action *string `json:"Action,omitempty" xml:"Action,omitempty"` AdministrationRoleName *string `json:"AdministrationRoleName,omitempty" xml:"AdministrationRoleName,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` DeploymentTargets *GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets `json:"DeploymentTargets,omitempty" xml:"DeploymentTargets,omitempty" type:"Struct"` EndTime *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"` ExecutionRoleName *string `json:"ExecutionRoleName,omitempty" xml:"ExecutionRoleName,omitempty"` OperationDescription *string `json:"OperationDescription,omitempty" xml:"OperationDescription,omitempty"` OperationId *string `json:"OperationId,omitempty" xml:"OperationId,omitempty"` OperationPreferences *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences `json:"OperationPreferences,omitempty" xml:"OperationPreferences,omitempty" type:"Struct"` RetainStacks *bool `json:"RetainStacks,omitempty" xml:"RetainStacks,omitempty"` StackGroupDriftDetectionDetail *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail `json:"StackGroupDriftDetectionDetail,omitempty" xml:"StackGroupDriftDetectionDetail,omitempty" type:"Struct"` StackGroupId *string `json:"StackGroupId,omitempty" xml:"StackGroupId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (GetStackGroupOperationResponseBodyStackGroupOperation) GoString ¶
func (s GetStackGroupOperationResponseBodyStackGroupOperation) GoString() string
func (*GetStackGroupOperationResponseBodyStackGroupOperation) SetAdministrationRoleName ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetAdministrationRoleName(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
func (*GetStackGroupOperationResponseBodyStackGroupOperation) SetCreateTime ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetCreateTime(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
func (*GetStackGroupOperationResponseBodyStackGroupOperation) SetDeploymentTargets ¶
func (*GetStackGroupOperationResponseBodyStackGroupOperation) SetEndTime ¶
func (*GetStackGroupOperationResponseBodyStackGroupOperation) SetExecutionRoleName ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetExecutionRoleName(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
func (*GetStackGroupOperationResponseBodyStackGroupOperation) SetOperationDescription ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetOperationDescription(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
func (*GetStackGroupOperationResponseBodyStackGroupOperation) SetOperationId ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetOperationId(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
func (*GetStackGroupOperationResponseBodyStackGroupOperation) SetOperationPreferences ¶
func (*GetStackGroupOperationResponseBodyStackGroupOperation) SetRetainStacks ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetRetainStacks(v bool) *GetStackGroupOperationResponseBodyStackGroupOperation
func (*GetStackGroupOperationResponseBodyStackGroupOperation) SetStackGroupDriftDetectionDetail ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetStackGroupDriftDetectionDetail(v *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) *GetStackGroupOperationResponseBodyStackGroupOperation
func (*GetStackGroupOperationResponseBodyStackGroupOperation) SetStackGroupId ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetStackGroupId(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
func (*GetStackGroupOperationResponseBodyStackGroupOperation) SetStackGroupName ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperation) SetStackGroupName(v string) *GetStackGroupOperationResponseBodyStackGroupOperation
func (GetStackGroupOperationResponseBodyStackGroupOperation) String ¶
func (s GetStackGroupOperationResponseBodyStackGroupOperation) String() string
type GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets ¶
type GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets struct { AccountIds []*string `json:"AccountIds,omitempty" xml:"AccountIds,omitempty" type:"Repeated"` RdFolderIds []*string `json:"RdFolderIds,omitempty" xml:"RdFolderIds,omitempty" type:"Repeated"` }
func (GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets) GoString ¶
func (s GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets) GoString() string
func (*GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets) SetAccountIds ¶
func (*GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets) SetRdFolderIds ¶
func (GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets) String ¶
func (s GetStackGroupOperationResponseBodyStackGroupOperationDeploymentTargets) String() string
type GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences ¶
type GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences struct { FailureToleranceCount *int32 `json:"FailureToleranceCount,omitempty" xml:"FailureToleranceCount,omitempty"` FailureTolerancePercentage *int32 `json:"FailureTolerancePercentage,omitempty" xml:"FailureTolerancePercentage,omitempty"` MaxConcurrentCount *int32 `json:"MaxConcurrentCount,omitempty" xml:"MaxConcurrentCount,omitempty"` MaxConcurrentPercentage *int32 `json:"MaxConcurrentPercentage,omitempty" xml:"MaxConcurrentPercentage,omitempty"` RegionIdsOrder []*string `json:"RegionIdsOrder,omitempty" xml:"RegionIdsOrder,omitempty" type:"Repeated"` }
func (GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) GoString ¶
func (s GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) GoString() string
func (*GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetFailureToleranceCount ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetFailureToleranceCount(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences
func (*GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetFailureTolerancePercentage ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetFailureTolerancePercentage(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences
func (*GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetMaxConcurrentCount ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetMaxConcurrentCount(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences
func (*GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetMaxConcurrentPercentage ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetMaxConcurrentPercentage(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences
func (*GetStackGroupOperationResponseBodyStackGroupOperationOperationPreferences) SetRegionIdsOrder ¶
type GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail ¶
type GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail struct { CancelledStackInstancesCount *int32 `json:"CancelledStackInstancesCount,omitempty" xml:"CancelledStackInstancesCount,omitempty"` DriftDetectionStatus *string `json:"DriftDetectionStatus,omitempty" xml:"DriftDetectionStatus,omitempty"` DriftDetectionTime *string `json:"DriftDetectionTime,omitempty" xml:"DriftDetectionTime,omitempty"` DriftedStackInstancesCount *int32 `json:"DriftedStackInstancesCount,omitempty" xml:"DriftedStackInstancesCount,omitempty"` FailedStackInstancesCount *int32 `json:"FailedStackInstancesCount,omitempty" xml:"FailedStackInstancesCount,omitempty"` InProgressStackInstancesCount *int32 `json:"InProgressStackInstancesCount,omitempty" xml:"InProgressStackInstancesCount,omitempty"` InSyncStackInstancesCount *int32 `json:"InSyncStackInstancesCount,omitempty" xml:"InSyncStackInstancesCount,omitempty"` StackGroupDriftStatus *string `json:"StackGroupDriftStatus,omitempty" xml:"StackGroupDriftStatus,omitempty"` TotalStackInstancesCount *int32 `json:"TotalStackInstancesCount,omitempty" xml:"TotalStackInstancesCount,omitempty"` }
func (GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) GoString ¶
func (*GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetCancelledStackInstancesCount ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetCancelledStackInstancesCount(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail
func (*GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetDriftDetectionStatus ¶
func (*GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetDriftDetectionTime ¶
func (*GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetDriftedStackInstancesCount ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetDriftedStackInstancesCount(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail
func (*GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetFailedStackInstancesCount ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetFailedStackInstancesCount(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail
func (*GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetInProgressStackInstancesCount ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetInProgressStackInstancesCount(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail
func (*GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetInSyncStackInstancesCount ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetInSyncStackInstancesCount(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail
func (*GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetStackGroupDriftStatus ¶
func (*GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetTotalStackInstancesCount ¶
func (s *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail) SetTotalStackInstancesCount(v int32) *GetStackGroupOperationResponseBodyStackGroupOperationStackGroupDriftDetectionDetail
type GetStackGroupRequest ¶
type GetStackGroupRequest struct { RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackGroupId *string `json:"StackGroupId,omitempty" xml:"StackGroupId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` }
func (GetStackGroupRequest) GoString ¶
func (s GetStackGroupRequest) GoString() string
func (*GetStackGroupRequest) SetRegionId ¶
func (s *GetStackGroupRequest) SetRegionId(v string) *GetStackGroupRequest
func (*GetStackGroupRequest) SetStackGroupId ¶
func (s *GetStackGroupRequest) SetStackGroupId(v string) *GetStackGroupRequest
func (*GetStackGroupRequest) SetStackGroupName ¶
func (s *GetStackGroupRequest) SetStackGroupName(v string) *GetStackGroupRequest
func (GetStackGroupRequest) String ¶
func (s GetStackGroupRequest) String() string
type GetStackGroupResponse ¶
type GetStackGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetStackGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetStackGroupResponse) GoString ¶
func (s GetStackGroupResponse) GoString() string
func (*GetStackGroupResponse) SetBody ¶
func (s *GetStackGroupResponse) SetBody(v *GetStackGroupResponseBody) *GetStackGroupResponse
func (*GetStackGroupResponse) SetHeaders ¶
func (s *GetStackGroupResponse) SetHeaders(v map[string]*string) *GetStackGroupResponse
func (*GetStackGroupResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetStackGroupResponse) SetStatusCode(v int32) *GetStackGroupResponse
func (GetStackGroupResponse) String ¶
func (s GetStackGroupResponse) String() string
type GetStackGroupResponseBody ¶
type GetStackGroupResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackGroup *GetStackGroupResponseBodyStackGroup `json:"StackGroup,omitempty" xml:"StackGroup,omitempty" type:"Struct"` }
func (GetStackGroupResponseBody) GoString ¶
func (s GetStackGroupResponseBody) GoString() string
func (*GetStackGroupResponseBody) SetRequestId ¶
func (s *GetStackGroupResponseBody) SetRequestId(v string) *GetStackGroupResponseBody
func (*GetStackGroupResponseBody) SetStackGroup ¶
func (s *GetStackGroupResponseBody) SetStackGroup(v *GetStackGroupResponseBodyStackGroup) *GetStackGroupResponseBody
func (GetStackGroupResponseBody) String ¶
func (s GetStackGroupResponseBody) String() string
type GetStackGroupResponseBodyStackGroup ¶
type GetStackGroupResponseBodyStackGroup struct { AdministrationRoleName *string `json:"AdministrationRoleName,omitempty" xml:"AdministrationRoleName,omitempty"` AutoDeployment *GetStackGroupResponseBodyStackGroupAutoDeployment `json:"AutoDeployment,omitempty" xml:"AutoDeployment,omitempty" type:"Struct"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ExecutionRoleName *string `json:"ExecutionRoleName,omitempty" xml:"ExecutionRoleName,omitempty"` Parameters []*GetStackGroupResponseBodyStackGroupParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` PermissionModel *string `json:"PermissionModel,omitempty" xml:"PermissionModel,omitempty"` RdFolderIds []*string `json:"RdFolderIds,omitempty" xml:"RdFolderIds,omitempty" type:"Repeated"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` StackGroupDriftDetectionDetail *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail `json:"StackGroupDriftDetectionDetail,omitempty" xml:"StackGroupDriftDetectionDetail,omitempty" type:"Struct"` StackGroupId *string `json:"StackGroupId,omitempty" xml:"StackGroupId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` }
func (GetStackGroupResponseBodyStackGroup) GoString ¶
func (s GetStackGroupResponseBodyStackGroup) GoString() string
func (*GetStackGroupResponseBodyStackGroup) SetAdministrationRoleName ¶
func (s *GetStackGroupResponseBodyStackGroup) SetAdministrationRoleName(v string) *GetStackGroupResponseBodyStackGroup
func (*GetStackGroupResponseBodyStackGroup) SetAutoDeployment ¶
func (s *GetStackGroupResponseBodyStackGroup) SetAutoDeployment(v *GetStackGroupResponseBodyStackGroupAutoDeployment) *GetStackGroupResponseBodyStackGroup
func (*GetStackGroupResponseBodyStackGroup) SetDescription ¶
func (s *GetStackGroupResponseBodyStackGroup) SetDescription(v string) *GetStackGroupResponseBodyStackGroup
func (*GetStackGroupResponseBodyStackGroup) SetExecutionRoleName ¶
func (s *GetStackGroupResponseBodyStackGroup) SetExecutionRoleName(v string) *GetStackGroupResponseBodyStackGroup
func (*GetStackGroupResponseBodyStackGroup) SetParameters ¶
func (s *GetStackGroupResponseBodyStackGroup) SetParameters(v []*GetStackGroupResponseBodyStackGroupParameters) *GetStackGroupResponseBodyStackGroup
func (*GetStackGroupResponseBodyStackGroup) SetPermissionModel ¶
func (s *GetStackGroupResponseBodyStackGroup) SetPermissionModel(v string) *GetStackGroupResponseBodyStackGroup
func (*GetStackGroupResponseBodyStackGroup) SetRdFolderIds ¶
func (s *GetStackGroupResponseBodyStackGroup) SetRdFolderIds(v []*string) *GetStackGroupResponseBodyStackGroup
func (*GetStackGroupResponseBodyStackGroup) SetResourceGroupId ¶
func (s *GetStackGroupResponseBodyStackGroup) SetResourceGroupId(v string) *GetStackGroupResponseBodyStackGroup
func (*GetStackGroupResponseBodyStackGroup) SetStackGroupDriftDetectionDetail ¶
func (s *GetStackGroupResponseBodyStackGroup) SetStackGroupDriftDetectionDetail(v *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) *GetStackGroupResponseBodyStackGroup
func (*GetStackGroupResponseBodyStackGroup) SetStackGroupId ¶
func (s *GetStackGroupResponseBodyStackGroup) SetStackGroupId(v string) *GetStackGroupResponseBodyStackGroup
func (*GetStackGroupResponseBodyStackGroup) SetStackGroupName ¶
func (s *GetStackGroupResponseBodyStackGroup) SetStackGroupName(v string) *GetStackGroupResponseBodyStackGroup
func (*GetStackGroupResponseBodyStackGroup) SetStatus ¶
func (s *GetStackGroupResponseBodyStackGroup) SetStatus(v string) *GetStackGroupResponseBodyStackGroup
func (*GetStackGroupResponseBodyStackGroup) SetTemplateBody ¶
func (s *GetStackGroupResponseBodyStackGroup) SetTemplateBody(v string) *GetStackGroupResponseBodyStackGroup
func (GetStackGroupResponseBodyStackGroup) String ¶
func (s GetStackGroupResponseBodyStackGroup) String() string
type GetStackGroupResponseBodyStackGroupAutoDeployment ¶
type GetStackGroupResponseBodyStackGroupAutoDeployment struct { Enabled *bool `json:"Enabled,omitempty" xml:"Enabled,omitempty"` RetainStacksOnAccountRemoval *bool `json:"RetainStacksOnAccountRemoval,omitempty" xml:"RetainStacksOnAccountRemoval,omitempty"` }
func (GetStackGroupResponseBodyStackGroupAutoDeployment) GoString ¶
func (s GetStackGroupResponseBodyStackGroupAutoDeployment) GoString() string
func (*GetStackGroupResponseBodyStackGroupAutoDeployment) SetEnabled ¶
func (s *GetStackGroupResponseBodyStackGroupAutoDeployment) SetEnabled(v bool) *GetStackGroupResponseBodyStackGroupAutoDeployment
func (*GetStackGroupResponseBodyStackGroupAutoDeployment) SetRetainStacksOnAccountRemoval ¶
func (s *GetStackGroupResponseBodyStackGroupAutoDeployment) SetRetainStacksOnAccountRemoval(v bool) *GetStackGroupResponseBodyStackGroupAutoDeployment
func (GetStackGroupResponseBodyStackGroupAutoDeployment) String ¶
func (s GetStackGroupResponseBodyStackGroupAutoDeployment) String() string
type GetStackGroupResponseBodyStackGroupParameters ¶
type GetStackGroupResponseBodyStackGroupParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (GetStackGroupResponseBodyStackGroupParameters) GoString ¶
func (s GetStackGroupResponseBodyStackGroupParameters) GoString() string
func (*GetStackGroupResponseBodyStackGroupParameters) SetParameterKey ¶
func (s *GetStackGroupResponseBodyStackGroupParameters) SetParameterKey(v string) *GetStackGroupResponseBodyStackGroupParameters
func (*GetStackGroupResponseBodyStackGroupParameters) SetParameterValue ¶
func (s *GetStackGroupResponseBodyStackGroupParameters) SetParameterValue(v string) *GetStackGroupResponseBodyStackGroupParameters
func (GetStackGroupResponseBodyStackGroupParameters) String ¶
func (s GetStackGroupResponseBodyStackGroupParameters) String() string
type GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail ¶
type GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail struct { CancelledStackInstancesCount *int32 `json:"CancelledStackInstancesCount,omitempty" xml:"CancelledStackInstancesCount,omitempty"` DriftDetectionStatus *string `json:"DriftDetectionStatus,omitempty" xml:"DriftDetectionStatus,omitempty"` DriftDetectionTime *string `json:"DriftDetectionTime,omitempty" xml:"DriftDetectionTime,omitempty"` DriftedStackInstancesCount *int32 `json:"DriftedStackInstancesCount,omitempty" xml:"DriftedStackInstancesCount,omitempty"` FailedStackInstancesCount *int32 `json:"FailedStackInstancesCount,omitempty" xml:"FailedStackInstancesCount,omitempty"` InProgressStackInstancesCount *int32 `json:"InProgressStackInstancesCount,omitempty" xml:"InProgressStackInstancesCount,omitempty"` InSyncStackInstancesCount *int32 `json:"InSyncStackInstancesCount,omitempty" xml:"InSyncStackInstancesCount,omitempty"` StackGroupDriftStatus *string `json:"StackGroupDriftStatus,omitempty" xml:"StackGroupDriftStatus,omitempty"` TotalStackInstancesCount *int32 `json:"TotalStackInstancesCount,omitempty" xml:"TotalStackInstancesCount,omitempty"` }
func (GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) GoString ¶
func (s GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) GoString() string
func (*GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetCancelledStackInstancesCount ¶
func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetCancelledStackInstancesCount(v int32) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
func (*GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetDriftDetectionStatus ¶
func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetDriftDetectionStatus(v string) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
func (*GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetDriftDetectionTime ¶
func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetDriftDetectionTime(v string) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
func (*GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetDriftedStackInstancesCount ¶
func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetDriftedStackInstancesCount(v int32) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
func (*GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetFailedStackInstancesCount ¶
func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetFailedStackInstancesCount(v int32) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
func (*GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetInProgressStackInstancesCount ¶
func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetInProgressStackInstancesCount(v int32) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
func (*GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetInSyncStackInstancesCount ¶
func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetInSyncStackInstancesCount(v int32) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
func (*GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetStackGroupDriftStatus ¶
func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetStackGroupDriftStatus(v string) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
func (*GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetTotalStackInstancesCount ¶
func (s *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) SetTotalStackInstancesCount(v int32) *GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail
func (GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) String ¶
func (s GetStackGroupResponseBodyStackGroupStackGroupDriftDetectionDetail) String() string
type GetStackInstanceRequest ¶
type GetStackInstanceRequest struct { RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` StackInstanceAccountId *string `json:"StackInstanceAccountId,omitempty" xml:"StackInstanceAccountId,omitempty"` StackInstanceRegionId *string `json:"StackInstanceRegionId,omitempty" xml:"StackInstanceRegionId,omitempty"` }
func (GetStackInstanceRequest) GoString ¶
func (s GetStackInstanceRequest) GoString() string
func (*GetStackInstanceRequest) SetRegionId ¶
func (s *GetStackInstanceRequest) SetRegionId(v string) *GetStackInstanceRequest
func (*GetStackInstanceRequest) SetStackGroupName ¶
func (s *GetStackInstanceRequest) SetStackGroupName(v string) *GetStackInstanceRequest
func (*GetStackInstanceRequest) SetStackInstanceAccountId ¶
func (s *GetStackInstanceRequest) SetStackInstanceAccountId(v string) *GetStackInstanceRequest
func (*GetStackInstanceRequest) SetStackInstanceRegionId ¶
func (s *GetStackInstanceRequest) SetStackInstanceRegionId(v string) *GetStackInstanceRequest
func (GetStackInstanceRequest) String ¶
func (s GetStackInstanceRequest) String() string
type GetStackInstanceResponse ¶
type GetStackInstanceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetStackInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetStackInstanceResponse) GoString ¶
func (s GetStackInstanceResponse) GoString() string
func (*GetStackInstanceResponse) SetBody ¶
func (s *GetStackInstanceResponse) SetBody(v *GetStackInstanceResponseBody) *GetStackInstanceResponse
func (*GetStackInstanceResponse) SetHeaders ¶
func (s *GetStackInstanceResponse) SetHeaders(v map[string]*string) *GetStackInstanceResponse
func (*GetStackInstanceResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetStackInstanceResponse) SetStatusCode(v int32) *GetStackInstanceResponse
func (GetStackInstanceResponse) String ¶
func (s GetStackInstanceResponse) String() string
type GetStackInstanceResponseBody ¶
type GetStackInstanceResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackInstance *GetStackInstanceResponseBodyStackInstance `json:"StackInstance,omitempty" xml:"StackInstance,omitempty" type:"Struct"` }
func (GetStackInstanceResponseBody) GoString ¶
func (s GetStackInstanceResponseBody) GoString() string
func (*GetStackInstanceResponseBody) SetRequestId ¶
func (s *GetStackInstanceResponseBody) SetRequestId(v string) *GetStackInstanceResponseBody
func (*GetStackInstanceResponseBody) SetStackInstance ¶
func (s *GetStackInstanceResponseBody) SetStackInstance(v *GetStackInstanceResponseBodyStackInstance) *GetStackInstanceResponseBody
func (GetStackInstanceResponseBody) String ¶
func (s GetStackInstanceResponseBody) String() string
type GetStackInstanceResponseBodyStackInstance ¶
type GetStackInstanceResponseBodyStackInstance struct { AccountId *string `json:"AccountId,omitempty" xml:"AccountId,omitempty"` DriftDetectionTime *string `json:"DriftDetectionTime,omitempty" xml:"DriftDetectionTime,omitempty"` ParameterOverrides []*GetStackInstanceResponseBodyStackInstanceParameterOverrides `json:"ParameterOverrides,omitempty" xml:"ParameterOverrides,omitempty" type:"Repeated"` RdFolderId *string `json:"RdFolderId,omitempty" xml:"RdFolderId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackDriftStatus *string `json:"StackDriftStatus,omitempty" xml:"StackDriftStatus,omitempty"` StackGroupId *string `json:"StackGroupId,omitempty" xml:"StackGroupId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` }
func (GetStackInstanceResponseBodyStackInstance) GoString ¶
func (s GetStackInstanceResponseBodyStackInstance) GoString() string
func (*GetStackInstanceResponseBodyStackInstance) SetAccountId ¶
func (s *GetStackInstanceResponseBodyStackInstance) SetAccountId(v string) *GetStackInstanceResponseBodyStackInstance
func (*GetStackInstanceResponseBodyStackInstance) SetDriftDetectionTime ¶
func (s *GetStackInstanceResponseBodyStackInstance) SetDriftDetectionTime(v string) *GetStackInstanceResponseBodyStackInstance
func (*GetStackInstanceResponseBodyStackInstance) SetParameterOverrides ¶
func (s *GetStackInstanceResponseBodyStackInstance) SetParameterOverrides(v []*GetStackInstanceResponseBodyStackInstanceParameterOverrides) *GetStackInstanceResponseBodyStackInstance
func (*GetStackInstanceResponseBodyStackInstance) SetRdFolderId ¶
func (s *GetStackInstanceResponseBodyStackInstance) SetRdFolderId(v string) *GetStackInstanceResponseBodyStackInstance
func (*GetStackInstanceResponseBodyStackInstance) SetRegionId ¶
func (s *GetStackInstanceResponseBodyStackInstance) SetRegionId(v string) *GetStackInstanceResponseBodyStackInstance
func (*GetStackInstanceResponseBodyStackInstance) SetStackDriftStatus ¶
func (s *GetStackInstanceResponseBodyStackInstance) SetStackDriftStatus(v string) *GetStackInstanceResponseBodyStackInstance
func (*GetStackInstanceResponseBodyStackInstance) SetStackGroupId ¶
func (s *GetStackInstanceResponseBodyStackInstance) SetStackGroupId(v string) *GetStackInstanceResponseBodyStackInstance
func (*GetStackInstanceResponseBodyStackInstance) SetStackGroupName ¶
func (s *GetStackInstanceResponseBodyStackInstance) SetStackGroupName(v string) *GetStackInstanceResponseBodyStackInstance
func (*GetStackInstanceResponseBodyStackInstance) SetStackId ¶
func (s *GetStackInstanceResponseBodyStackInstance) SetStackId(v string) *GetStackInstanceResponseBodyStackInstance
func (*GetStackInstanceResponseBodyStackInstance) SetStatus ¶
func (s *GetStackInstanceResponseBodyStackInstance) SetStatus(v string) *GetStackInstanceResponseBodyStackInstance
func (*GetStackInstanceResponseBodyStackInstance) SetStatusReason ¶
func (s *GetStackInstanceResponseBodyStackInstance) SetStatusReason(v string) *GetStackInstanceResponseBodyStackInstance
func (GetStackInstanceResponseBodyStackInstance) String ¶
func (s GetStackInstanceResponseBodyStackInstance) String() string
type GetStackInstanceResponseBodyStackInstanceParameterOverrides ¶
type GetStackInstanceResponseBodyStackInstanceParameterOverrides struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (GetStackInstanceResponseBodyStackInstanceParameterOverrides) GoString ¶
func (s GetStackInstanceResponseBodyStackInstanceParameterOverrides) GoString() string
func (*GetStackInstanceResponseBodyStackInstanceParameterOverrides) SetParameterKey ¶
func (s *GetStackInstanceResponseBodyStackInstanceParameterOverrides) SetParameterKey(v string) *GetStackInstanceResponseBodyStackInstanceParameterOverrides
func (*GetStackInstanceResponseBodyStackInstanceParameterOverrides) SetParameterValue ¶
func (s *GetStackInstanceResponseBodyStackInstanceParameterOverrides) SetParameterValue(v string) *GetStackInstanceResponseBodyStackInstanceParameterOverrides
func (GetStackInstanceResponseBodyStackInstanceParameterOverrides) String ¶
func (s GetStackInstanceResponseBodyStackInstanceParameterOverrides) String() string
type GetStackPolicyRequest ¶
type GetStackPolicyRequest struct { RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (GetStackPolicyRequest) GoString ¶
func (s GetStackPolicyRequest) GoString() string
func (*GetStackPolicyRequest) SetRegionId ¶
func (s *GetStackPolicyRequest) SetRegionId(v string) *GetStackPolicyRequest
func (*GetStackPolicyRequest) SetStackId ¶
func (s *GetStackPolicyRequest) SetStackId(v string) *GetStackPolicyRequest
func (GetStackPolicyRequest) String ¶
func (s GetStackPolicyRequest) String() string
type GetStackPolicyResponse ¶
type GetStackPolicyResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetStackPolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetStackPolicyResponse) GoString ¶
func (s GetStackPolicyResponse) GoString() string
func (*GetStackPolicyResponse) SetBody ¶
func (s *GetStackPolicyResponse) SetBody(v *GetStackPolicyResponseBody) *GetStackPolicyResponse
func (*GetStackPolicyResponse) SetHeaders ¶
func (s *GetStackPolicyResponse) SetHeaders(v map[string]*string) *GetStackPolicyResponse
func (*GetStackPolicyResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetStackPolicyResponse) SetStatusCode(v int32) *GetStackPolicyResponse
func (GetStackPolicyResponse) String ¶
func (s GetStackPolicyResponse) String() string
type GetStackPolicyResponseBody ¶
type GetStackPolicyResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackPolicyBody map[string]interface{} `json:"StackPolicyBody,omitempty" xml:"StackPolicyBody,omitempty"` }
func (GetStackPolicyResponseBody) GoString ¶
func (s GetStackPolicyResponseBody) GoString() string
func (*GetStackPolicyResponseBody) SetRequestId ¶
func (s *GetStackPolicyResponseBody) SetRequestId(v string) *GetStackPolicyResponseBody
func (*GetStackPolicyResponseBody) SetStackPolicyBody ¶
func (s *GetStackPolicyResponseBody) SetStackPolicyBody(v map[string]interface{}) *GetStackPolicyResponseBody
func (GetStackPolicyResponseBody) String ¶
func (s GetStackPolicyResponseBody) String() string
type GetStackRequest ¶
type GetStackRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` LogOption *string `json:"LogOption,omitempty" xml:"LogOption,omitempty"` OutputOption *string `json:"OutputOption,omitempty" xml:"OutputOption,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ShowResourceProgress *string `json:"ShowResourceProgress,omitempty" xml:"ShowResourceProgress,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (GetStackRequest) GoString ¶
func (s GetStackRequest) GoString() string
func (*GetStackRequest) SetClientToken ¶
func (s *GetStackRequest) SetClientToken(v string) *GetStackRequest
func (*GetStackRequest) SetLogOption ¶ added in v3.2.6
func (s *GetStackRequest) SetLogOption(v string) *GetStackRequest
func (*GetStackRequest) SetOutputOption ¶
func (s *GetStackRequest) SetOutputOption(v string) *GetStackRequest
func (*GetStackRequest) SetRegionId ¶
func (s *GetStackRequest) SetRegionId(v string) *GetStackRequest
func (*GetStackRequest) SetShowResourceProgress ¶
func (s *GetStackRequest) SetShowResourceProgress(v string) *GetStackRequest
func (*GetStackRequest) SetStackId ¶
func (s *GetStackRequest) SetStackId(v string) *GetStackRequest
func (GetStackRequest) String ¶
func (s GetStackRequest) String() string
type GetStackResourceRequest ¶
type GetStackResourceRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceAttributes []*string `json:"ResourceAttributes,omitempty" xml:"ResourceAttributes,omitempty" type:"Repeated"` ShowResourceAttributes *bool `json:"ShowResourceAttributes,omitempty" xml:"ShowResourceAttributes,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (GetStackResourceRequest) GoString ¶
func (s GetStackResourceRequest) GoString() string
func (*GetStackResourceRequest) SetClientToken ¶
func (s *GetStackResourceRequest) SetClientToken(v string) *GetStackResourceRequest
func (*GetStackResourceRequest) SetLogicalResourceId ¶
func (s *GetStackResourceRequest) SetLogicalResourceId(v string) *GetStackResourceRequest
func (*GetStackResourceRequest) SetRegionId ¶
func (s *GetStackResourceRequest) SetRegionId(v string) *GetStackResourceRequest
func (*GetStackResourceRequest) SetResourceAttributes ¶ added in v3.2.6
func (s *GetStackResourceRequest) SetResourceAttributes(v []*string) *GetStackResourceRequest
func (*GetStackResourceRequest) SetShowResourceAttributes ¶
func (s *GetStackResourceRequest) SetShowResourceAttributes(v bool) *GetStackResourceRequest
func (*GetStackResourceRequest) SetStackId ¶
func (s *GetStackResourceRequest) SetStackId(v string) *GetStackResourceRequest
func (GetStackResourceRequest) String ¶
func (s GetStackResourceRequest) String() string
type GetStackResourceResponse ¶
type GetStackResourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetStackResourceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetStackResourceResponse) GoString ¶
func (s GetStackResourceResponse) GoString() string
func (*GetStackResourceResponse) SetBody ¶
func (s *GetStackResourceResponse) SetBody(v *GetStackResourceResponseBody) *GetStackResourceResponse
func (*GetStackResourceResponse) SetHeaders ¶
func (s *GetStackResourceResponse) SetHeaders(v map[string]*string) *GetStackResourceResponse
func (*GetStackResourceResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetStackResourceResponse) SetStatusCode(v int32) *GetStackResourceResponse
func (GetStackResourceResponse) String ¶
func (s GetStackResourceResponse) String() string
type GetStackResourceResponseBody ¶
type GetStackResourceResponseBody struct { CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DriftDetectionTime *string `json:"DriftDetectionTime,omitempty" xml:"DriftDetectionTime,omitempty"` LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` Metadata map[string]interface{} `json:"Metadata,omitempty" xml:"Metadata,omitempty"` PhysicalResourceId *string `json:"PhysicalResourceId,omitempty" xml:"PhysicalResourceId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceAttributes []map[string]interface{} `json:"ResourceAttributes,omitempty" xml:"ResourceAttributes,omitempty" type:"Repeated"` ResourceDriftStatus *string `json:"ResourceDriftStatus,omitempty" xml:"ResourceDriftStatus,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackName *string `json:"StackName,omitempty" xml:"StackName,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` UpdateTime *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"` }
func (GetStackResourceResponseBody) GoString ¶
func (s GetStackResourceResponseBody) GoString() string
func (*GetStackResourceResponseBody) SetCreateTime ¶
func (s *GetStackResourceResponseBody) SetCreateTime(v string) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetDescription ¶
func (s *GetStackResourceResponseBody) SetDescription(v string) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetDriftDetectionTime ¶
func (s *GetStackResourceResponseBody) SetDriftDetectionTime(v string) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetLogicalResourceId ¶
func (s *GetStackResourceResponseBody) SetLogicalResourceId(v string) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetMetadata ¶
func (s *GetStackResourceResponseBody) SetMetadata(v map[string]interface{}) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetPhysicalResourceId ¶
func (s *GetStackResourceResponseBody) SetPhysicalResourceId(v string) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetRequestId ¶
func (s *GetStackResourceResponseBody) SetRequestId(v string) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetResourceAttributes ¶
func (s *GetStackResourceResponseBody) SetResourceAttributes(v []map[string]interface{}) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetResourceDriftStatus ¶
func (s *GetStackResourceResponseBody) SetResourceDriftStatus(v string) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetResourceType ¶
func (s *GetStackResourceResponseBody) SetResourceType(v string) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetStackId ¶
func (s *GetStackResourceResponseBody) SetStackId(v string) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetStackName ¶
func (s *GetStackResourceResponseBody) SetStackName(v string) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetStatus ¶
func (s *GetStackResourceResponseBody) SetStatus(v string) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetStatusReason ¶
func (s *GetStackResourceResponseBody) SetStatusReason(v string) *GetStackResourceResponseBody
func (*GetStackResourceResponseBody) SetUpdateTime ¶
func (s *GetStackResourceResponseBody) SetUpdateTime(v string) *GetStackResourceResponseBody
func (GetStackResourceResponseBody) String ¶
func (s GetStackResourceResponseBody) String() string
type GetStackResponse ¶
type GetStackResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetStackResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetStackResponse) GoString ¶
func (s GetStackResponse) GoString() string
func (*GetStackResponse) SetBody ¶
func (s *GetStackResponse) SetBody(v *GetStackResponseBody) *GetStackResponse
func (*GetStackResponse) SetHeaders ¶
func (s *GetStackResponse) SetHeaders(v map[string]*string) *GetStackResponse
func (*GetStackResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetStackResponse) SetStatusCode(v int32) *GetStackResponse
func (GetStackResponse) String ¶
func (s GetStackResponse) String() string
type GetStackResponseBody ¶
type GetStackResponseBody struct { CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` DeletionProtection *string `json:"DeletionProtection,omitempty" xml:"DeletionProtection,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DisableRollback *bool `json:"DisableRollback,omitempty" xml:"DisableRollback,omitempty"` DriftDetectionTime *string `json:"DriftDetectionTime,omitempty" xml:"DriftDetectionTime,omitempty"` Interface *string `json:"Interface,omitempty" xml:"Interface,omitempty"` Log *GetStackResponseBodyLog `json:"Log,omitempty" xml:"Log,omitempty" type:"Struct"` NotificationURLs []*string `json:"NotificationURLs,omitempty" xml:"NotificationURLs,omitempty" type:"Repeated"` OperationInfo *GetStackResponseBodyOperationInfo `json:"OperationInfo,omitempty" xml:"OperationInfo,omitempty" type:"Struct"` Outputs []map[string]interface{} `json:"Outputs,omitempty" xml:"Outputs,omitempty" type:"Repeated"` Parameters []*GetStackResponseBodyParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` ParentStackId *string `json:"ParentStackId,omitempty" xml:"ParentStackId,omitempty"` RamRoleName *string `json:"RamRoleName,omitempty" xml:"RamRoleName,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` ResourceProgress *GetStackResponseBodyResourceProgress `json:"ResourceProgress,omitempty" xml:"ResourceProgress,omitempty" type:"Struct"` RootStackId *string `json:"RootStackId,omitempty" xml:"RootStackId,omitempty"` ServiceManaged *bool `json:"ServiceManaged,omitempty" xml:"ServiceManaged,omitempty"` ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"` StackDriftStatus *string `json:"StackDriftStatus,omitempty" xml:"StackDriftStatus,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackName *string `json:"StackName,omitempty" xml:"StackName,omitempty"` StackType *string `json:"StackType,omitempty" xml:"StackType,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` Tags []*GetStackResponseBodyTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"` TemplateDescription *string `json:"TemplateDescription,omitempty" xml:"TemplateDescription,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` TimeoutInMinutes *int32 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` UpdateTime *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"` }
func (GetStackResponseBody) GoString ¶
func (s GetStackResponseBody) GoString() string
func (*GetStackResponseBody) SetCreateTime ¶
func (s *GetStackResponseBody) SetCreateTime(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetDeletionProtection ¶
func (s *GetStackResponseBody) SetDeletionProtection(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetDescription ¶
func (s *GetStackResponseBody) SetDescription(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetDisableRollback ¶
func (s *GetStackResponseBody) SetDisableRollback(v bool) *GetStackResponseBody
func (*GetStackResponseBody) SetDriftDetectionTime ¶
func (s *GetStackResponseBody) SetDriftDetectionTime(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetInterface ¶
func (s *GetStackResponseBody) SetInterface(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetLog ¶
func (s *GetStackResponseBody) SetLog(v *GetStackResponseBodyLog) *GetStackResponseBody
func (*GetStackResponseBody) SetNotificationURLs ¶
func (s *GetStackResponseBody) SetNotificationURLs(v []*string) *GetStackResponseBody
func (*GetStackResponseBody) SetOperationInfo ¶ added in v3.2.11
func (s *GetStackResponseBody) SetOperationInfo(v *GetStackResponseBodyOperationInfo) *GetStackResponseBody
func (*GetStackResponseBody) SetOutputs ¶
func (s *GetStackResponseBody) SetOutputs(v []map[string]interface{}) *GetStackResponseBody
func (*GetStackResponseBody) SetParameters ¶
func (s *GetStackResponseBody) SetParameters(v []*GetStackResponseBodyParameters) *GetStackResponseBody
func (*GetStackResponseBody) SetParentStackId ¶
func (s *GetStackResponseBody) SetParentStackId(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetRamRoleName ¶
func (s *GetStackResponseBody) SetRamRoleName(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetRegionId ¶
func (s *GetStackResponseBody) SetRegionId(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetRequestId ¶
func (s *GetStackResponseBody) SetRequestId(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetResourceGroupId ¶
func (s *GetStackResponseBody) SetResourceGroupId(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetResourceProgress ¶
func (s *GetStackResponseBody) SetResourceProgress(v *GetStackResponseBodyResourceProgress) *GetStackResponseBody
func (*GetStackResponseBody) SetRootStackId ¶
func (s *GetStackResponseBody) SetRootStackId(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetServiceManaged ¶
func (s *GetStackResponseBody) SetServiceManaged(v bool) *GetStackResponseBody
func (*GetStackResponseBody) SetServiceName ¶
func (s *GetStackResponseBody) SetServiceName(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetStackDriftStatus ¶
func (s *GetStackResponseBody) SetStackDriftStatus(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetStackId ¶
func (s *GetStackResponseBody) SetStackId(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetStackName ¶
func (s *GetStackResponseBody) SetStackName(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetStackType ¶
func (s *GetStackResponseBody) SetStackType(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetStatus ¶
func (s *GetStackResponseBody) SetStatus(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetStatusReason ¶
func (s *GetStackResponseBody) SetStatusReason(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetTags ¶
func (s *GetStackResponseBody) SetTags(v []*GetStackResponseBodyTags) *GetStackResponseBody
func (*GetStackResponseBody) SetTemplateDescription ¶
func (s *GetStackResponseBody) SetTemplateDescription(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetTemplateId ¶
func (s *GetStackResponseBody) SetTemplateId(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetTemplateScratchId ¶
func (s *GetStackResponseBody) SetTemplateScratchId(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetTemplateURL ¶
func (s *GetStackResponseBody) SetTemplateURL(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetTemplateVersion ¶
func (s *GetStackResponseBody) SetTemplateVersion(v string) *GetStackResponseBody
func (*GetStackResponseBody) SetTimeoutInMinutes ¶
func (s *GetStackResponseBody) SetTimeoutInMinutes(v int32) *GetStackResponseBody
func (*GetStackResponseBody) SetUpdateTime ¶
func (s *GetStackResponseBody) SetUpdateTime(v string) *GetStackResponseBody
func (GetStackResponseBody) String ¶
func (s GetStackResponseBody) String() string
type GetStackResponseBodyLog ¶
type GetStackResponseBodyLog struct { ResourceLogs []*GetStackResponseBodyLogResourceLogs `json:"ResourceLogs,omitempty" xml:"ResourceLogs,omitempty" type:"Repeated"` TerraformLogs []*GetStackResponseBodyLogTerraformLogs `json:"TerraformLogs,omitempty" xml:"TerraformLogs,omitempty" type:"Repeated"` }
func (GetStackResponseBodyLog) GoString ¶
func (s GetStackResponseBodyLog) GoString() string
func (*GetStackResponseBodyLog) SetResourceLogs ¶ added in v3.2.6
func (s *GetStackResponseBodyLog) SetResourceLogs(v []*GetStackResponseBodyLogResourceLogs) *GetStackResponseBodyLog
func (*GetStackResponseBodyLog) SetTerraformLogs ¶
func (s *GetStackResponseBodyLog) SetTerraformLogs(v []*GetStackResponseBodyLogTerraformLogs) *GetStackResponseBodyLog
func (GetStackResponseBodyLog) String ¶
func (s GetStackResponseBodyLog) String() string
type GetStackResponseBodyLogResourceLogs ¶ added in v3.2.6
type GetStackResponseBodyLogResourceLogs struct { Logs []*GetStackResponseBodyLogResourceLogsLogs `json:"Logs,omitempty" xml:"Logs,omitempty" type:"Repeated"` ResourceName *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"` }
func (GetStackResponseBodyLogResourceLogs) GoString ¶ added in v3.2.6
func (s GetStackResponseBodyLogResourceLogs) GoString() string
func (*GetStackResponseBodyLogResourceLogs) SetResourceName ¶ added in v3.2.6
func (s *GetStackResponseBodyLogResourceLogs) SetResourceName(v string) *GetStackResponseBodyLogResourceLogs
func (GetStackResponseBodyLogResourceLogs) String ¶ added in v3.2.6
func (s GetStackResponseBodyLogResourceLogs) String() string
type GetStackResponseBodyLogResourceLogsLogs ¶ added in v3.2.6
type GetStackResponseBodyLogResourceLogsLogs struct { Content *string `json:"Content,omitempty" xml:"Content,omitempty"` Keys []*string `json:"Keys,omitempty" xml:"Keys,omitempty" type:"Repeated"` }
func (GetStackResponseBodyLogResourceLogsLogs) GoString ¶ added in v3.2.6
func (s GetStackResponseBodyLogResourceLogsLogs) GoString() string
func (*GetStackResponseBodyLogResourceLogsLogs) SetContent ¶ added in v3.2.6
func (s *GetStackResponseBodyLogResourceLogsLogs) SetContent(v string) *GetStackResponseBodyLogResourceLogsLogs
func (*GetStackResponseBodyLogResourceLogsLogs) SetKeys ¶ added in v3.2.6
func (s *GetStackResponseBodyLogResourceLogsLogs) SetKeys(v []*string) *GetStackResponseBodyLogResourceLogsLogs
func (GetStackResponseBodyLogResourceLogsLogs) String ¶ added in v3.2.6
func (s GetStackResponseBodyLogResourceLogsLogs) String() string
type GetStackResponseBodyLogTerraformLogs ¶
type GetStackResponseBodyLogTerraformLogs struct { Command *string `json:"Command,omitempty" xml:"Command,omitempty"` Content *string `json:"Content,omitempty" xml:"Content,omitempty"` Stream *string `json:"Stream,omitempty" xml:"Stream,omitempty"` }
func (GetStackResponseBodyLogTerraformLogs) GoString ¶
func (s GetStackResponseBodyLogTerraformLogs) GoString() string
func (*GetStackResponseBodyLogTerraformLogs) SetCommand ¶
func (s *GetStackResponseBodyLogTerraformLogs) SetCommand(v string) *GetStackResponseBodyLogTerraformLogs
func (*GetStackResponseBodyLogTerraformLogs) SetContent ¶
func (s *GetStackResponseBodyLogTerraformLogs) SetContent(v string) *GetStackResponseBodyLogTerraformLogs
func (*GetStackResponseBodyLogTerraformLogs) SetStream ¶
func (s *GetStackResponseBodyLogTerraformLogs) SetStream(v string) *GetStackResponseBodyLogTerraformLogs
func (GetStackResponseBodyLogTerraformLogs) String ¶
func (s GetStackResponseBodyLogTerraformLogs) String() string
type GetStackResponseBodyOperationInfo ¶ added in v3.2.11
type GetStackResponseBodyOperationInfo struct { Action *string `json:"Action,omitempty" xml:"Action,omitempty"` Code *string `json:"Code,omitempty" xml:"Code,omitempty"` LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (GetStackResponseBodyOperationInfo) GoString ¶ added in v3.2.11
func (s GetStackResponseBodyOperationInfo) GoString() string
func (*GetStackResponseBodyOperationInfo) SetAction ¶ added in v3.2.11
func (s *GetStackResponseBodyOperationInfo) SetAction(v string) *GetStackResponseBodyOperationInfo
func (*GetStackResponseBodyOperationInfo) SetCode ¶ added in v3.2.11
func (s *GetStackResponseBodyOperationInfo) SetCode(v string) *GetStackResponseBodyOperationInfo
func (*GetStackResponseBodyOperationInfo) SetLogicalResourceId ¶ added in v3.2.11
func (s *GetStackResponseBodyOperationInfo) SetLogicalResourceId(v string) *GetStackResponseBodyOperationInfo
func (*GetStackResponseBodyOperationInfo) SetMessage ¶ added in v3.2.11
func (s *GetStackResponseBodyOperationInfo) SetMessage(v string) *GetStackResponseBodyOperationInfo
func (*GetStackResponseBodyOperationInfo) SetRequestId ¶ added in v3.2.11
func (s *GetStackResponseBodyOperationInfo) SetRequestId(v string) *GetStackResponseBodyOperationInfo
func (*GetStackResponseBodyOperationInfo) SetResourceType ¶ added in v3.2.11
func (s *GetStackResponseBodyOperationInfo) SetResourceType(v string) *GetStackResponseBodyOperationInfo
func (GetStackResponseBodyOperationInfo) String ¶ added in v3.2.11
func (s GetStackResponseBodyOperationInfo) String() string
type GetStackResponseBodyParameters ¶
type GetStackResponseBodyParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (GetStackResponseBodyParameters) GoString ¶
func (s GetStackResponseBodyParameters) GoString() string
func (*GetStackResponseBodyParameters) SetParameterKey ¶
func (s *GetStackResponseBodyParameters) SetParameterKey(v string) *GetStackResponseBodyParameters
func (*GetStackResponseBodyParameters) SetParameterValue ¶
func (s *GetStackResponseBodyParameters) SetParameterValue(v string) *GetStackResponseBodyParameters
func (GetStackResponseBodyParameters) String ¶
func (s GetStackResponseBodyParameters) String() string
type GetStackResponseBodyResourceProgress ¶
type GetStackResponseBodyResourceProgress struct { FailedResourceCount *int32 `json:"FailedResourceCount,omitempty" xml:"FailedResourceCount,omitempty"` InProgressResourceCount *int32 `json:"InProgressResourceCount,omitempty" xml:"InProgressResourceCount,omitempty"` InProgressResourceDetails []*GetStackResponseBodyResourceProgressInProgressResourceDetails `json:"InProgressResourceDetails,omitempty" xml:"InProgressResourceDetails,omitempty" type:"Repeated"` PendingResourceCount *int32 `json:"PendingResourceCount,omitempty" xml:"PendingResourceCount,omitempty"` SuccessResourceCount *int32 `json:"SuccessResourceCount,omitempty" xml:"SuccessResourceCount,omitempty"` TotalResourceCount *int32 `json:"TotalResourceCount,omitempty" xml:"TotalResourceCount,omitempty"` }
func (GetStackResponseBodyResourceProgress) GoString ¶
func (s GetStackResponseBodyResourceProgress) GoString() string
func (*GetStackResponseBodyResourceProgress) SetFailedResourceCount ¶
func (s *GetStackResponseBodyResourceProgress) SetFailedResourceCount(v int32) *GetStackResponseBodyResourceProgress
func (*GetStackResponseBodyResourceProgress) SetInProgressResourceCount ¶
func (s *GetStackResponseBodyResourceProgress) SetInProgressResourceCount(v int32) *GetStackResponseBodyResourceProgress
func (*GetStackResponseBodyResourceProgress) SetInProgressResourceDetails ¶
func (s *GetStackResponseBodyResourceProgress) SetInProgressResourceDetails(v []*GetStackResponseBodyResourceProgressInProgressResourceDetails) *GetStackResponseBodyResourceProgress
func (*GetStackResponseBodyResourceProgress) SetPendingResourceCount ¶
func (s *GetStackResponseBodyResourceProgress) SetPendingResourceCount(v int32) *GetStackResponseBodyResourceProgress
func (*GetStackResponseBodyResourceProgress) SetSuccessResourceCount ¶
func (s *GetStackResponseBodyResourceProgress) SetSuccessResourceCount(v int32) *GetStackResponseBodyResourceProgress
func (*GetStackResponseBodyResourceProgress) SetTotalResourceCount ¶
func (s *GetStackResponseBodyResourceProgress) SetTotalResourceCount(v int32) *GetStackResponseBodyResourceProgress
func (GetStackResponseBodyResourceProgress) String ¶
func (s GetStackResponseBodyResourceProgress) String() string
type GetStackResponseBodyResourceProgressInProgressResourceDetails ¶
type GetStackResponseBodyResourceProgressInProgressResourceDetails struct { ProgressTargetValue *float32 `json:"ProgressTargetValue,omitempty" xml:"ProgressTargetValue,omitempty"` ProgressValue *float32 `json:"ProgressValue,omitempty" xml:"ProgressValue,omitempty"` ResourceName *string `json:"ResourceName,omitempty" xml:"ResourceName,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (GetStackResponseBodyResourceProgressInProgressResourceDetails) GoString ¶
func (s GetStackResponseBodyResourceProgressInProgressResourceDetails) GoString() string
func (*GetStackResponseBodyResourceProgressInProgressResourceDetails) SetProgressTargetValue ¶
func (s *GetStackResponseBodyResourceProgressInProgressResourceDetails) SetProgressTargetValue(v float32) *GetStackResponseBodyResourceProgressInProgressResourceDetails
func (*GetStackResponseBodyResourceProgressInProgressResourceDetails) SetProgressValue ¶
func (s *GetStackResponseBodyResourceProgressInProgressResourceDetails) SetProgressValue(v float32) *GetStackResponseBodyResourceProgressInProgressResourceDetails
func (*GetStackResponseBodyResourceProgressInProgressResourceDetails) SetResourceName ¶
func (s *GetStackResponseBodyResourceProgressInProgressResourceDetails) SetResourceName(v string) *GetStackResponseBodyResourceProgressInProgressResourceDetails
func (*GetStackResponseBodyResourceProgressInProgressResourceDetails) SetResourceType ¶
func (s *GetStackResponseBodyResourceProgressInProgressResourceDetails) SetResourceType(v string) *GetStackResponseBodyResourceProgressInProgressResourceDetails
func (GetStackResponseBodyResourceProgressInProgressResourceDetails) String ¶
func (s GetStackResponseBodyResourceProgressInProgressResourceDetails) String() string
type GetStackResponseBodyTags ¶
type GetStackResponseBodyTags struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (GetStackResponseBodyTags) GoString ¶
func (s GetStackResponseBodyTags) GoString() string
func (*GetStackResponseBodyTags) SetKey ¶
func (s *GetStackResponseBodyTags) SetKey(v string) *GetStackResponseBodyTags
func (*GetStackResponseBodyTags) SetValue ¶
func (s *GetStackResponseBodyTags) SetValue(v string) *GetStackResponseBodyTags
func (GetStackResponseBodyTags) String ¶
func (s GetStackResponseBodyTags) String() string
type GetTemplateEstimateCostRequest ¶
type GetTemplateEstimateCostRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Parameters []*GetTemplateEstimateCostRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` TemplateScratchRegionId *string `json:"TemplateScratchRegionId,omitempty" xml:"TemplateScratchRegionId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` }
func (GetTemplateEstimateCostRequest) GoString ¶
func (s GetTemplateEstimateCostRequest) GoString() string
func (*GetTemplateEstimateCostRequest) SetClientToken ¶
func (s *GetTemplateEstimateCostRequest) SetClientToken(v string) *GetTemplateEstimateCostRequest
func (*GetTemplateEstimateCostRequest) SetParameters ¶
func (s *GetTemplateEstimateCostRequest) SetParameters(v []*GetTemplateEstimateCostRequestParameters) *GetTemplateEstimateCostRequest
func (*GetTemplateEstimateCostRequest) SetRegionId ¶
func (s *GetTemplateEstimateCostRequest) SetRegionId(v string) *GetTemplateEstimateCostRequest
func (*GetTemplateEstimateCostRequest) SetTemplateBody ¶
func (s *GetTemplateEstimateCostRequest) SetTemplateBody(v string) *GetTemplateEstimateCostRequest
func (*GetTemplateEstimateCostRequest) SetTemplateId ¶
func (s *GetTemplateEstimateCostRequest) SetTemplateId(v string) *GetTemplateEstimateCostRequest
func (*GetTemplateEstimateCostRequest) SetTemplateScratchId ¶
func (s *GetTemplateEstimateCostRequest) SetTemplateScratchId(v string) *GetTemplateEstimateCostRequest
func (*GetTemplateEstimateCostRequest) SetTemplateScratchRegionId ¶
func (s *GetTemplateEstimateCostRequest) SetTemplateScratchRegionId(v string) *GetTemplateEstimateCostRequest
func (*GetTemplateEstimateCostRequest) SetTemplateURL ¶
func (s *GetTemplateEstimateCostRequest) SetTemplateURL(v string) *GetTemplateEstimateCostRequest
func (*GetTemplateEstimateCostRequest) SetTemplateVersion ¶
func (s *GetTemplateEstimateCostRequest) SetTemplateVersion(v string) *GetTemplateEstimateCostRequest
func (GetTemplateEstimateCostRequest) String ¶
func (s GetTemplateEstimateCostRequest) String() string
type GetTemplateEstimateCostRequestParameters ¶
type GetTemplateEstimateCostRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (GetTemplateEstimateCostRequestParameters) GoString ¶
func (s GetTemplateEstimateCostRequestParameters) GoString() string
func (*GetTemplateEstimateCostRequestParameters) SetParameterKey ¶
func (s *GetTemplateEstimateCostRequestParameters) SetParameterKey(v string) *GetTemplateEstimateCostRequestParameters
func (*GetTemplateEstimateCostRequestParameters) SetParameterValue ¶
func (s *GetTemplateEstimateCostRequestParameters) SetParameterValue(v string) *GetTemplateEstimateCostRequestParameters
func (GetTemplateEstimateCostRequestParameters) String ¶
func (s GetTemplateEstimateCostRequestParameters) String() string
type GetTemplateEstimateCostResponse ¶
type GetTemplateEstimateCostResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetTemplateEstimateCostResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetTemplateEstimateCostResponse) GoString ¶
func (s GetTemplateEstimateCostResponse) GoString() string
func (*GetTemplateEstimateCostResponse) SetBody ¶
func (s *GetTemplateEstimateCostResponse) SetBody(v *GetTemplateEstimateCostResponseBody) *GetTemplateEstimateCostResponse
func (*GetTemplateEstimateCostResponse) SetHeaders ¶
func (s *GetTemplateEstimateCostResponse) SetHeaders(v map[string]*string) *GetTemplateEstimateCostResponse
func (*GetTemplateEstimateCostResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetTemplateEstimateCostResponse) SetStatusCode(v int32) *GetTemplateEstimateCostResponse
func (GetTemplateEstimateCostResponse) String ¶
func (s GetTemplateEstimateCostResponse) String() string
type GetTemplateEstimateCostResponseBody ¶
type GetTemplateEstimateCostResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Resources map[string]interface{} `json:"Resources,omitempty" xml:"Resources,omitempty"` }
func (GetTemplateEstimateCostResponseBody) GoString ¶
func (s GetTemplateEstimateCostResponseBody) GoString() string
func (*GetTemplateEstimateCostResponseBody) SetRequestId ¶
func (s *GetTemplateEstimateCostResponseBody) SetRequestId(v string) *GetTemplateEstimateCostResponseBody
func (*GetTemplateEstimateCostResponseBody) SetResources ¶
func (s *GetTemplateEstimateCostResponseBody) SetResources(v map[string]interface{}) *GetTemplateEstimateCostResponseBody
func (GetTemplateEstimateCostResponseBody) String ¶
func (s GetTemplateEstimateCostResponseBody) String() string
type GetTemplateParameterConstraintsRequest ¶
type GetTemplateParameterConstraintsRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Parameters []*GetTemplateParameterConstraintsRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` ParametersKeyFilter []*string `json:"ParametersKeyFilter,omitempty" xml:"ParametersKeyFilter,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` }
func (GetTemplateParameterConstraintsRequest) GoString ¶
func (s GetTemplateParameterConstraintsRequest) GoString() string
func (*GetTemplateParameterConstraintsRequest) SetClientToken ¶
func (s *GetTemplateParameterConstraintsRequest) SetClientToken(v string) *GetTemplateParameterConstraintsRequest
func (*GetTemplateParameterConstraintsRequest) SetParameters ¶
func (s *GetTemplateParameterConstraintsRequest) SetParameters(v []*GetTemplateParameterConstraintsRequestParameters) *GetTemplateParameterConstraintsRequest
func (*GetTemplateParameterConstraintsRequest) SetParametersKeyFilter ¶
func (s *GetTemplateParameterConstraintsRequest) SetParametersKeyFilter(v []*string) *GetTemplateParameterConstraintsRequest
func (*GetTemplateParameterConstraintsRequest) SetRegionId ¶
func (s *GetTemplateParameterConstraintsRequest) SetRegionId(v string) *GetTemplateParameterConstraintsRequest
func (*GetTemplateParameterConstraintsRequest) SetTemplateBody ¶
func (s *GetTemplateParameterConstraintsRequest) SetTemplateBody(v string) *GetTemplateParameterConstraintsRequest
func (*GetTemplateParameterConstraintsRequest) SetTemplateId ¶
func (s *GetTemplateParameterConstraintsRequest) SetTemplateId(v string) *GetTemplateParameterConstraintsRequest
func (*GetTemplateParameterConstraintsRequest) SetTemplateURL ¶
func (s *GetTemplateParameterConstraintsRequest) SetTemplateURL(v string) *GetTemplateParameterConstraintsRequest
func (*GetTemplateParameterConstraintsRequest) SetTemplateVersion ¶
func (s *GetTemplateParameterConstraintsRequest) SetTemplateVersion(v string) *GetTemplateParameterConstraintsRequest
func (GetTemplateParameterConstraintsRequest) String ¶
func (s GetTemplateParameterConstraintsRequest) String() string
type GetTemplateParameterConstraintsRequestParameters ¶
type GetTemplateParameterConstraintsRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (GetTemplateParameterConstraintsRequestParameters) GoString ¶
func (s GetTemplateParameterConstraintsRequestParameters) GoString() string
func (*GetTemplateParameterConstraintsRequestParameters) SetParameterKey ¶
func (s *GetTemplateParameterConstraintsRequestParameters) SetParameterKey(v string) *GetTemplateParameterConstraintsRequestParameters
func (*GetTemplateParameterConstraintsRequestParameters) SetParameterValue ¶
func (s *GetTemplateParameterConstraintsRequestParameters) SetParameterValue(v string) *GetTemplateParameterConstraintsRequestParameters
func (GetTemplateParameterConstraintsRequestParameters) String ¶
func (s GetTemplateParameterConstraintsRequestParameters) String() string
type GetTemplateParameterConstraintsResponse ¶
type GetTemplateParameterConstraintsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetTemplateParameterConstraintsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetTemplateParameterConstraintsResponse) GoString ¶
func (s GetTemplateParameterConstraintsResponse) GoString() string
func (*GetTemplateParameterConstraintsResponse) SetHeaders ¶
func (s *GetTemplateParameterConstraintsResponse) SetHeaders(v map[string]*string) *GetTemplateParameterConstraintsResponse
func (*GetTemplateParameterConstraintsResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetTemplateParameterConstraintsResponse) SetStatusCode(v int32) *GetTemplateParameterConstraintsResponse
func (GetTemplateParameterConstraintsResponse) String ¶
func (s GetTemplateParameterConstraintsResponse) String() string
type GetTemplateParameterConstraintsResponseBody ¶
type GetTemplateParameterConstraintsResponseBody struct { ParameterConstraints []*GetTemplateParameterConstraintsResponseBodyParameterConstraints `json:"ParameterConstraints,omitempty" xml:"ParameterConstraints,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (GetTemplateParameterConstraintsResponseBody) GoString ¶
func (s GetTemplateParameterConstraintsResponseBody) GoString() string
func (*GetTemplateParameterConstraintsResponseBody) SetParameterConstraints ¶
func (s *GetTemplateParameterConstraintsResponseBody) SetParameterConstraints(v []*GetTemplateParameterConstraintsResponseBodyParameterConstraints) *GetTemplateParameterConstraintsResponseBody
func (*GetTemplateParameterConstraintsResponseBody) SetRequestId ¶
func (s *GetTemplateParameterConstraintsResponseBody) SetRequestId(v string) *GetTemplateParameterConstraintsResponseBody
func (GetTemplateParameterConstraintsResponseBody) String ¶
func (s GetTemplateParameterConstraintsResponseBody) String() string
type GetTemplateParameterConstraintsResponseBodyParameterConstraints ¶
type GetTemplateParameterConstraintsResponseBodyParameterConstraints struct { AllowedValues []*string `json:"AllowedValues,omitempty" xml:"AllowedValues,omitempty" type:"Repeated"` AssociationParameterNames []*string `json:"AssociationParameterNames,omitempty" xml:"AssociationParameterNames,omitempty" type:"Repeated"` Behavior *string `json:"Behavior,omitempty" xml:"Behavior,omitempty"` BehaviorReason *string `json:"BehaviorReason,omitempty" xml:"BehaviorReason,omitempty"` ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (GetTemplateParameterConstraintsResponseBodyParameterConstraints) GoString ¶
func (s GetTemplateParameterConstraintsResponseBodyParameterConstraints) GoString() string
func (*GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetAllowedValues ¶
func (s *GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetAllowedValues(v []*string) *GetTemplateParameterConstraintsResponseBodyParameterConstraints
func (*GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetAssociationParameterNames ¶
func (s *GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetAssociationParameterNames(v []*string) *GetTemplateParameterConstraintsResponseBodyParameterConstraints
func (*GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetBehavior ¶
func (*GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetBehaviorReason ¶
func (s *GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetBehaviorReason(v string) *GetTemplateParameterConstraintsResponseBodyParameterConstraints
func (*GetTemplateParameterConstraintsResponseBodyParameterConstraints) SetParameterKey ¶
func (GetTemplateParameterConstraintsResponseBodyParameterConstraints) String ¶
func (s GetTemplateParameterConstraintsResponseBodyParameterConstraints) String() string
type GetTemplateParameterConstraintsShrinkRequest ¶
type GetTemplateParameterConstraintsShrinkRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Parameters []*GetTemplateParameterConstraintsShrinkRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` ParametersKeyFilterShrink *string `json:"ParametersKeyFilter,omitempty" xml:"ParametersKeyFilter,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` }
func (GetTemplateParameterConstraintsShrinkRequest) GoString ¶
func (s GetTemplateParameterConstraintsShrinkRequest) GoString() string
func (*GetTemplateParameterConstraintsShrinkRequest) SetClientToken ¶
func (s *GetTemplateParameterConstraintsShrinkRequest) SetClientToken(v string) *GetTemplateParameterConstraintsShrinkRequest
func (*GetTemplateParameterConstraintsShrinkRequest) SetParameters ¶
func (*GetTemplateParameterConstraintsShrinkRequest) SetParametersKeyFilterShrink ¶
func (s *GetTemplateParameterConstraintsShrinkRequest) SetParametersKeyFilterShrink(v string) *GetTemplateParameterConstraintsShrinkRequest
func (*GetTemplateParameterConstraintsShrinkRequest) SetRegionId ¶
func (s *GetTemplateParameterConstraintsShrinkRequest) SetRegionId(v string) *GetTemplateParameterConstraintsShrinkRequest
func (*GetTemplateParameterConstraintsShrinkRequest) SetTemplateBody ¶
func (s *GetTemplateParameterConstraintsShrinkRequest) SetTemplateBody(v string) *GetTemplateParameterConstraintsShrinkRequest
func (*GetTemplateParameterConstraintsShrinkRequest) SetTemplateId ¶
func (s *GetTemplateParameterConstraintsShrinkRequest) SetTemplateId(v string) *GetTemplateParameterConstraintsShrinkRequest
func (*GetTemplateParameterConstraintsShrinkRequest) SetTemplateURL ¶
func (s *GetTemplateParameterConstraintsShrinkRequest) SetTemplateURL(v string) *GetTemplateParameterConstraintsShrinkRequest
func (*GetTemplateParameterConstraintsShrinkRequest) SetTemplateVersion ¶
func (s *GetTemplateParameterConstraintsShrinkRequest) SetTemplateVersion(v string) *GetTemplateParameterConstraintsShrinkRequest
func (GetTemplateParameterConstraintsShrinkRequest) String ¶
func (s GetTemplateParameterConstraintsShrinkRequest) String() string
type GetTemplateParameterConstraintsShrinkRequestParameters ¶
type GetTemplateParameterConstraintsShrinkRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (GetTemplateParameterConstraintsShrinkRequestParameters) GoString ¶
func (s GetTemplateParameterConstraintsShrinkRequestParameters) GoString() string
func (*GetTemplateParameterConstraintsShrinkRequestParameters) SetParameterKey ¶
func (s *GetTemplateParameterConstraintsShrinkRequestParameters) SetParameterKey(v string) *GetTemplateParameterConstraintsShrinkRequestParameters
func (*GetTemplateParameterConstraintsShrinkRequestParameters) SetParameterValue ¶
func (s *GetTemplateParameterConstraintsShrinkRequestParameters) SetParameterValue(v string) *GetTemplateParameterConstraintsShrinkRequestParameters
func (GetTemplateParameterConstraintsShrinkRequestParameters) String ¶
func (s GetTemplateParameterConstraintsShrinkRequestParameters) String() string
type GetTemplateRequest ¶
type GetTemplateRequest struct { ChangeSetId *string `json:"ChangeSetId,omitempty" xml:"ChangeSetId,omitempty"` IncludePermission *string `json:"IncludePermission,omitempty" xml:"IncludePermission,omitempty"` IncludeTags *string `json:"IncludeTags,omitempty" xml:"IncludeTags,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateStage *string `json:"TemplateStage,omitempty" xml:"TemplateStage,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` }
func (GetTemplateRequest) GoString ¶
func (s GetTemplateRequest) GoString() string
func (*GetTemplateRequest) SetChangeSetId ¶
func (s *GetTemplateRequest) SetChangeSetId(v string) *GetTemplateRequest
func (*GetTemplateRequest) SetIncludePermission ¶
func (s *GetTemplateRequest) SetIncludePermission(v string) *GetTemplateRequest
func (*GetTemplateRequest) SetIncludeTags ¶ added in v3.2.5
func (s *GetTemplateRequest) SetIncludeTags(v string) *GetTemplateRequest
func (*GetTemplateRequest) SetRegionId ¶
func (s *GetTemplateRequest) SetRegionId(v string) *GetTemplateRequest
func (*GetTemplateRequest) SetStackGroupName ¶
func (s *GetTemplateRequest) SetStackGroupName(v string) *GetTemplateRequest
func (*GetTemplateRequest) SetStackId ¶
func (s *GetTemplateRequest) SetStackId(v string) *GetTemplateRequest
func (*GetTemplateRequest) SetTemplateId ¶
func (s *GetTemplateRequest) SetTemplateId(v string) *GetTemplateRequest
func (*GetTemplateRequest) SetTemplateStage ¶
func (s *GetTemplateRequest) SetTemplateStage(v string) *GetTemplateRequest
func (*GetTemplateRequest) SetTemplateVersion ¶
func (s *GetTemplateRequest) SetTemplateVersion(v string) *GetTemplateRequest
func (GetTemplateRequest) String ¶
func (s GetTemplateRequest) String() string
type GetTemplateResponse ¶
type GetTemplateResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetTemplateResponse) GoString ¶
func (s GetTemplateResponse) GoString() string
func (*GetTemplateResponse) SetBody ¶
func (s *GetTemplateResponse) SetBody(v *GetTemplateResponseBody) *GetTemplateResponse
func (*GetTemplateResponse) SetHeaders ¶
func (s *GetTemplateResponse) SetHeaders(v map[string]*string) *GetTemplateResponse
func (*GetTemplateResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetTemplateResponse) SetStatusCode(v int32) *GetTemplateResponse
func (GetTemplateResponse) String ¶
func (s GetTemplateResponse) String() string
type GetTemplateResponseBody ¶
type GetTemplateResponseBody struct { ChangeSetId *string `json:"ChangeSetId,omitempty" xml:"ChangeSetId,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Interface *string `json:"Interface,omitempty" xml:"Interface,omitempty"` OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` Permissions []*GetTemplateResponseBodyPermissions `json:"Permissions,omitempty" xml:"Permissions,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` Tags []*GetTemplateResponseBodyTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"` TemplateARN *string `json:"TemplateARN,omitempty" xml:"TemplateARN,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateName *string `json:"TemplateName,omitempty" xml:"TemplateName,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` UpdateTime *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"` }
func (GetTemplateResponseBody) GoString ¶
func (s GetTemplateResponseBody) GoString() string
func (*GetTemplateResponseBody) SetChangeSetId ¶
func (s *GetTemplateResponseBody) SetChangeSetId(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetCreateTime ¶
func (s *GetTemplateResponseBody) SetCreateTime(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetDescription ¶
func (s *GetTemplateResponseBody) SetDescription(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetInterface ¶
func (s *GetTemplateResponseBody) SetInterface(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetOwnerId ¶
func (s *GetTemplateResponseBody) SetOwnerId(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetPermissions ¶
func (s *GetTemplateResponseBody) SetPermissions(v []*GetTemplateResponseBodyPermissions) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetRegionId ¶
func (s *GetTemplateResponseBody) SetRegionId(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetRequestId ¶
func (s *GetTemplateResponseBody) SetRequestId(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetResourceGroupId ¶
func (s *GetTemplateResponseBody) SetResourceGroupId(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetShareType ¶
func (s *GetTemplateResponseBody) SetShareType(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetStackGroupName ¶
func (s *GetTemplateResponseBody) SetStackGroupName(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetStackId ¶
func (s *GetTemplateResponseBody) SetStackId(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetTags ¶ added in v3.2.5
func (s *GetTemplateResponseBody) SetTags(v []*GetTemplateResponseBodyTags) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetTemplateARN ¶
func (s *GetTemplateResponseBody) SetTemplateARN(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetTemplateBody ¶
func (s *GetTemplateResponseBody) SetTemplateBody(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetTemplateId ¶
func (s *GetTemplateResponseBody) SetTemplateId(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetTemplateName ¶
func (s *GetTemplateResponseBody) SetTemplateName(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetTemplateVersion ¶
func (s *GetTemplateResponseBody) SetTemplateVersion(v string) *GetTemplateResponseBody
func (*GetTemplateResponseBody) SetUpdateTime ¶
func (s *GetTemplateResponseBody) SetUpdateTime(v string) *GetTemplateResponseBody
func (GetTemplateResponseBody) String ¶
func (s GetTemplateResponseBody) String() string
type GetTemplateResponseBodyPermissions ¶
type GetTemplateResponseBodyPermissions struct { AccountId *string `json:"AccountId,omitempty" xml:"AccountId,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` VersionOption *string `json:"VersionOption,omitempty" xml:"VersionOption,omitempty"` }
func (GetTemplateResponseBodyPermissions) GoString ¶
func (s GetTemplateResponseBodyPermissions) GoString() string
func (*GetTemplateResponseBodyPermissions) SetAccountId ¶
func (s *GetTemplateResponseBodyPermissions) SetAccountId(v string) *GetTemplateResponseBodyPermissions
func (*GetTemplateResponseBodyPermissions) SetShareOption ¶
func (s *GetTemplateResponseBodyPermissions) SetShareOption(v string) *GetTemplateResponseBodyPermissions
func (*GetTemplateResponseBodyPermissions) SetShareSource ¶
func (s *GetTemplateResponseBodyPermissions) SetShareSource(v string) *GetTemplateResponseBodyPermissions
func (*GetTemplateResponseBodyPermissions) SetTemplateVersion ¶
func (s *GetTemplateResponseBodyPermissions) SetTemplateVersion(v string) *GetTemplateResponseBodyPermissions
func (*GetTemplateResponseBodyPermissions) SetVersionOption ¶
func (s *GetTemplateResponseBodyPermissions) SetVersionOption(v string) *GetTemplateResponseBodyPermissions
func (GetTemplateResponseBodyPermissions) String ¶
func (s GetTemplateResponseBodyPermissions) String() string
type GetTemplateResponseBodyTags ¶ added in v3.2.5
type GetTemplateResponseBodyTags struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (GetTemplateResponseBodyTags) GoString ¶ added in v3.2.5
func (s GetTemplateResponseBodyTags) GoString() string
func (*GetTemplateResponseBodyTags) SetKey ¶ added in v3.2.5
func (s *GetTemplateResponseBodyTags) SetKey(v string) *GetTemplateResponseBodyTags
func (*GetTemplateResponseBodyTags) SetValue ¶ added in v3.2.5
func (s *GetTemplateResponseBodyTags) SetValue(v string) *GetTemplateResponseBodyTags
func (GetTemplateResponseBodyTags) String ¶ added in v3.2.5
func (s GetTemplateResponseBodyTags) String() string
type GetTemplateScratchRequest ¶
type GetTemplateScratchRequest struct { RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ShowDataOption *string `json:"ShowDataOption,omitempty" xml:"ShowDataOption,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` }
func (GetTemplateScratchRequest) GoString ¶
func (s GetTemplateScratchRequest) GoString() string
func (*GetTemplateScratchRequest) SetRegionId ¶
func (s *GetTemplateScratchRequest) SetRegionId(v string) *GetTemplateScratchRequest
func (*GetTemplateScratchRequest) SetShowDataOption ¶
func (s *GetTemplateScratchRequest) SetShowDataOption(v string) *GetTemplateScratchRequest
func (*GetTemplateScratchRequest) SetTemplateScratchId ¶
func (s *GetTemplateScratchRequest) SetTemplateScratchId(v string) *GetTemplateScratchRequest
func (GetTemplateScratchRequest) String ¶
func (s GetTemplateScratchRequest) String() string
type GetTemplateScratchResponse ¶
type GetTemplateScratchResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetTemplateScratchResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetTemplateScratchResponse) GoString ¶
func (s GetTemplateScratchResponse) GoString() string
func (*GetTemplateScratchResponse) SetBody ¶
func (s *GetTemplateScratchResponse) SetBody(v *GetTemplateScratchResponseBody) *GetTemplateScratchResponse
func (*GetTemplateScratchResponse) SetHeaders ¶
func (s *GetTemplateScratchResponse) SetHeaders(v map[string]*string) *GetTemplateScratchResponse
func (*GetTemplateScratchResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetTemplateScratchResponse) SetStatusCode(v int32) *GetTemplateScratchResponse
func (GetTemplateScratchResponse) String ¶
func (s GetTemplateScratchResponse) String() string
type GetTemplateScratchResponseBody ¶
type GetTemplateScratchResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TemplateScratch *GetTemplateScratchResponseBodyTemplateScratch `json:"TemplateScratch,omitempty" xml:"TemplateScratch,omitempty" type:"Struct"` }
func (GetTemplateScratchResponseBody) GoString ¶
func (s GetTemplateScratchResponseBody) GoString() string
func (*GetTemplateScratchResponseBody) SetRequestId ¶
func (s *GetTemplateScratchResponseBody) SetRequestId(v string) *GetTemplateScratchResponseBody
func (*GetTemplateScratchResponseBody) SetTemplateScratch ¶
func (s *GetTemplateScratchResponseBody) SetTemplateScratch(v *GetTemplateScratchResponseBodyTemplateScratch) *GetTemplateScratchResponseBody
func (GetTemplateScratchResponseBody) String ¶
func (s GetTemplateScratchResponseBody) String() string
type GetTemplateScratchResponseBodyTemplateScratch ¶
type GetTemplateScratchResponseBodyTemplateScratch struct { CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` FailedCode *string `json:"FailedCode,omitempty" xml:"FailedCode,omitempty"` LogicalIdStrategy *string `json:"LogicalIdStrategy,omitempty" xml:"LogicalIdStrategy,omitempty"` PreferenceParameters []*GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters `json:"PreferenceParameters,omitempty" xml:"PreferenceParameters,omitempty" type:"Repeated"` SourceResourceGroup *GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup `json:"SourceResourceGroup,omitempty" xml:"SourceResourceGroup,omitempty" type:"Struct"` SourceResources []*GetTemplateScratchResponseBodyTemplateScratchSourceResources `json:"SourceResources,omitempty" xml:"SourceResources,omitempty" type:"Repeated"` SourceTag *GetTemplateScratchResponseBodyTemplateScratchSourceTag `json:"SourceTag,omitempty" xml:"SourceTag,omitempty" type:"Struct"` StackProvision *GetTemplateScratchResponseBodyTemplateScratchStackProvision `json:"StackProvision,omitempty" xml:"StackProvision,omitempty" type:"Struct"` Stacks []*GetTemplateScratchResponseBodyTemplateScratchStacks `json:"Stacks,omitempty" xml:"Stacks,omitempty" type:"Repeated"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` TemplateScratchData map[string]interface{} `json:"TemplateScratchData,omitempty" xml:"TemplateScratchData,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` TemplateScratchType *string `json:"TemplateScratchType,omitempty" xml:"TemplateScratchType,omitempty"` UpdateTime *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"` }
func (GetTemplateScratchResponseBodyTemplateScratch) GoString ¶
func (s GetTemplateScratchResponseBodyTemplateScratch) GoString() string
func (*GetTemplateScratchResponseBodyTemplateScratch) SetCreateTime ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetCreateTime(v string) *GetTemplateScratchResponseBodyTemplateScratch
func (*GetTemplateScratchResponseBodyTemplateScratch) SetDescription ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetDescription(v string) *GetTemplateScratchResponseBodyTemplateScratch
func (*GetTemplateScratchResponseBodyTemplateScratch) SetFailedCode ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetFailedCode(v string) *GetTemplateScratchResponseBodyTemplateScratch
func (*GetTemplateScratchResponseBodyTemplateScratch) SetLogicalIdStrategy ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetLogicalIdStrategy(v string) *GetTemplateScratchResponseBodyTemplateScratch
func (*GetTemplateScratchResponseBodyTemplateScratch) SetPreferenceParameters ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetPreferenceParameters(v []*GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) *GetTemplateScratchResponseBodyTemplateScratch
func (*GetTemplateScratchResponseBodyTemplateScratch) SetSourceResourceGroup ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetSourceResourceGroup(v *GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) *GetTemplateScratchResponseBodyTemplateScratch
func (*GetTemplateScratchResponseBodyTemplateScratch) SetSourceResources ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetSourceResources(v []*GetTemplateScratchResponseBodyTemplateScratchSourceResources) *GetTemplateScratchResponseBodyTemplateScratch
func (*GetTemplateScratchResponseBodyTemplateScratch) SetSourceTag ¶
func (*GetTemplateScratchResponseBodyTemplateScratch) SetStackProvision ¶
func (*GetTemplateScratchResponseBodyTemplateScratch) SetStatus ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetStatus(v string) *GetTemplateScratchResponseBodyTemplateScratch
func (*GetTemplateScratchResponseBodyTemplateScratch) SetStatusReason ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetStatusReason(v string) *GetTemplateScratchResponseBodyTemplateScratch
func (*GetTemplateScratchResponseBodyTemplateScratch) SetTemplateScratchData ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetTemplateScratchData(v map[string]interface{}) *GetTemplateScratchResponseBodyTemplateScratch
func (*GetTemplateScratchResponseBodyTemplateScratch) SetTemplateScratchId ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetTemplateScratchId(v string) *GetTemplateScratchResponseBodyTemplateScratch
func (*GetTemplateScratchResponseBodyTemplateScratch) SetTemplateScratchType ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetTemplateScratchType(v string) *GetTemplateScratchResponseBodyTemplateScratch
func (*GetTemplateScratchResponseBodyTemplateScratch) SetUpdateTime ¶
func (s *GetTemplateScratchResponseBodyTemplateScratch) SetUpdateTime(v string) *GetTemplateScratchResponseBodyTemplateScratch
func (GetTemplateScratchResponseBodyTemplateScratch) String ¶
func (s GetTemplateScratchResponseBodyTemplateScratch) String() string
type GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters ¶
type GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) GoString ¶
func (s GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) GoString() string
func (*GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) SetParameterKey ¶
func (*GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) SetParameterValue ¶
func (s *GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) SetParameterValue(v string) *GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters
func (GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) String ¶
func (s GetTemplateScratchResponseBodyTemplateScratchPreferenceParameters) String() string
type GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup ¶
type GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup struct { ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` ResourceTypeFilter []*string `json:"ResourceTypeFilter,omitempty" xml:"ResourceTypeFilter,omitempty" type:"Repeated"` }
func (GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) GoString ¶
func (s GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) GoString() string
func (*GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) SetResourceGroupId ¶
func (s *GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) SetResourceGroupId(v string) *GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup
func (*GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) SetResourceTypeFilter ¶
func (s *GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) SetResourceTypeFilter(v []*string) *GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup
func (GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) String ¶
func (s GetTemplateScratchResponseBodyTemplateScratchSourceResourceGroup) String() string
type GetTemplateScratchResponseBodyTemplateScratchSourceResources ¶
type GetTemplateScratchResponseBodyTemplateScratchSourceResources struct { ResourceId *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (GetTemplateScratchResponseBodyTemplateScratchSourceResources) GoString ¶
func (s GetTemplateScratchResponseBodyTemplateScratchSourceResources) GoString() string
func (*GetTemplateScratchResponseBodyTemplateScratchSourceResources) SetResourceId ¶
func (*GetTemplateScratchResponseBodyTemplateScratchSourceResources) SetResourceType ¶
func (s *GetTemplateScratchResponseBodyTemplateScratchSourceResources) SetResourceType(v string) *GetTemplateScratchResponseBodyTemplateScratchSourceResources
func (GetTemplateScratchResponseBodyTemplateScratchSourceResources) String ¶
func (s GetTemplateScratchResponseBodyTemplateScratchSourceResources) String() string
type GetTemplateScratchResponseBodyTemplateScratchSourceTag ¶
type GetTemplateScratchResponseBodyTemplateScratchSourceTag struct { ResourceTags map[string]interface{} `json:"ResourceTags,omitempty" xml:"ResourceTags,omitempty"` ResourceTypeFilter []*string `json:"ResourceTypeFilter,omitempty" xml:"ResourceTypeFilter,omitempty" type:"Repeated"` }
func (GetTemplateScratchResponseBodyTemplateScratchSourceTag) GoString ¶
func (s GetTemplateScratchResponseBodyTemplateScratchSourceTag) GoString() string
func (*GetTemplateScratchResponseBodyTemplateScratchSourceTag) SetResourceTags ¶
func (s *GetTemplateScratchResponseBodyTemplateScratchSourceTag) SetResourceTags(v map[string]interface{}) *GetTemplateScratchResponseBodyTemplateScratchSourceTag
func (*GetTemplateScratchResponseBodyTemplateScratchSourceTag) SetResourceTypeFilter ¶
func (s *GetTemplateScratchResponseBodyTemplateScratchSourceTag) SetResourceTypeFilter(v []*string) *GetTemplateScratchResponseBodyTemplateScratchSourceTag
func (GetTemplateScratchResponseBodyTemplateScratchSourceTag) String ¶
func (s GetTemplateScratchResponseBodyTemplateScratchSourceTag) String() string
type GetTemplateScratchResponseBodyTemplateScratchStackProvision ¶
type GetTemplateScratchResponseBodyTemplateScratchStackProvision struct { Creatable *bool `json:"Creatable,omitempty" xml:"Creatable,omitempty"` Importable *bool `json:"Importable,omitempty" xml:"Importable,omitempty"` }
func (GetTemplateScratchResponseBodyTemplateScratchStackProvision) GoString ¶
func (s GetTemplateScratchResponseBodyTemplateScratchStackProvision) GoString() string
func (*GetTemplateScratchResponseBodyTemplateScratchStackProvision) SetCreatable ¶
func (*GetTemplateScratchResponseBodyTemplateScratchStackProvision) SetImportable ¶
func (GetTemplateScratchResponseBodyTemplateScratchStackProvision) String ¶
func (s GetTemplateScratchResponseBodyTemplateScratchStackProvision) String() string
type GetTemplateScratchResponseBodyTemplateScratchStacks ¶
type GetTemplateScratchResponseBodyTemplateScratchStacks struct { RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` UsageType *string `json:"UsageType,omitempty" xml:"UsageType,omitempty"` }
func (GetTemplateScratchResponseBodyTemplateScratchStacks) GoString ¶
func (s GetTemplateScratchResponseBodyTemplateScratchStacks) GoString() string
func (*GetTemplateScratchResponseBodyTemplateScratchStacks) SetRegionId ¶
func (s *GetTemplateScratchResponseBodyTemplateScratchStacks) SetRegionId(v string) *GetTemplateScratchResponseBodyTemplateScratchStacks
func (*GetTemplateScratchResponseBodyTemplateScratchStacks) SetStackId ¶
func (s *GetTemplateScratchResponseBodyTemplateScratchStacks) SetStackId(v string) *GetTemplateScratchResponseBodyTemplateScratchStacks
func (*GetTemplateScratchResponseBodyTemplateScratchStacks) SetUsageType ¶
func (s *GetTemplateScratchResponseBodyTemplateScratchStacks) SetUsageType(v string) *GetTemplateScratchResponseBodyTemplateScratchStacks
func (GetTemplateScratchResponseBodyTemplateScratchStacks) String ¶
func (s GetTemplateScratchResponseBodyTemplateScratchStacks) String() string
type GetTemplateSummaryRequest ¶
type GetTemplateSummaryRequest struct { ChangeSetId *string `json:"ChangeSetId,omitempty" xml:"ChangeSetId,omitempty"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Parameters []*GetTemplateSummaryRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` }
func (GetTemplateSummaryRequest) GoString ¶
func (s GetTemplateSummaryRequest) GoString() string
func (*GetTemplateSummaryRequest) SetChangeSetId ¶
func (s *GetTemplateSummaryRequest) SetChangeSetId(v string) *GetTemplateSummaryRequest
func (*GetTemplateSummaryRequest) SetClientToken ¶ added in v3.2.8
func (s *GetTemplateSummaryRequest) SetClientToken(v string) *GetTemplateSummaryRequest
func (*GetTemplateSummaryRequest) SetParameters ¶ added in v3.2.8
func (s *GetTemplateSummaryRequest) SetParameters(v []*GetTemplateSummaryRequestParameters) *GetTemplateSummaryRequest
func (*GetTemplateSummaryRequest) SetRegionId ¶
func (s *GetTemplateSummaryRequest) SetRegionId(v string) *GetTemplateSummaryRequest
func (*GetTemplateSummaryRequest) SetStackGroupName ¶
func (s *GetTemplateSummaryRequest) SetStackGroupName(v string) *GetTemplateSummaryRequest
func (*GetTemplateSummaryRequest) SetStackId ¶
func (s *GetTemplateSummaryRequest) SetStackId(v string) *GetTemplateSummaryRequest
func (*GetTemplateSummaryRequest) SetTemplateBody ¶
func (s *GetTemplateSummaryRequest) SetTemplateBody(v string) *GetTemplateSummaryRequest
func (*GetTemplateSummaryRequest) SetTemplateId ¶
func (s *GetTemplateSummaryRequest) SetTemplateId(v string) *GetTemplateSummaryRequest
func (*GetTemplateSummaryRequest) SetTemplateURL ¶
func (s *GetTemplateSummaryRequest) SetTemplateURL(v string) *GetTemplateSummaryRequest
func (*GetTemplateSummaryRequest) SetTemplateVersion ¶
func (s *GetTemplateSummaryRequest) SetTemplateVersion(v string) *GetTemplateSummaryRequest
func (GetTemplateSummaryRequest) String ¶
func (s GetTemplateSummaryRequest) String() string
type GetTemplateSummaryRequestParameters ¶ added in v3.2.8
type GetTemplateSummaryRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (GetTemplateSummaryRequestParameters) GoString ¶ added in v3.2.8
func (s GetTemplateSummaryRequestParameters) GoString() string
func (*GetTemplateSummaryRequestParameters) SetParameterKey ¶ added in v3.2.8
func (s *GetTemplateSummaryRequestParameters) SetParameterKey(v string) *GetTemplateSummaryRequestParameters
func (*GetTemplateSummaryRequestParameters) SetParameterValue ¶ added in v3.2.8
func (s *GetTemplateSummaryRequestParameters) SetParameterValue(v string) *GetTemplateSummaryRequestParameters
func (GetTemplateSummaryRequestParameters) String ¶ added in v3.2.8
func (s GetTemplateSummaryRequestParameters) String() string
type GetTemplateSummaryResponse ¶
type GetTemplateSummaryResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *GetTemplateSummaryResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetTemplateSummaryResponse) GoString ¶
func (s GetTemplateSummaryResponse) GoString() string
func (*GetTemplateSummaryResponse) SetBody ¶
func (s *GetTemplateSummaryResponse) SetBody(v *GetTemplateSummaryResponseBody) *GetTemplateSummaryResponse
func (*GetTemplateSummaryResponse) SetHeaders ¶
func (s *GetTemplateSummaryResponse) SetHeaders(v map[string]*string) *GetTemplateSummaryResponse
func (*GetTemplateSummaryResponse) SetStatusCode ¶ added in v3.2.4
func (s *GetTemplateSummaryResponse) SetStatusCode(v int32) *GetTemplateSummaryResponse
func (GetTemplateSummaryResponse) String ¶
func (s GetTemplateSummaryResponse) String() string
type GetTemplateSummaryResponseBody ¶
type GetTemplateSummaryResponseBody struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Metadata map[string]interface{} `json:"Metadata,omitempty" xml:"Metadata,omitempty"` Parameters []map[string]interface{} `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceIdentifierSummaries []*GetTemplateSummaryResponseBodyResourceIdentifierSummaries `json:"ResourceIdentifierSummaries,omitempty" xml:"ResourceIdentifierSummaries,omitempty" type:"Repeated"` ResourceTypes []*string `json:"ResourceTypes,omitempty" xml:"ResourceTypes,omitempty" type:"Repeated"` Version *string `json:"Version,omitempty" xml:"Version,omitempty"` }
func (GetTemplateSummaryResponseBody) GoString ¶
func (s GetTemplateSummaryResponseBody) GoString() string
func (*GetTemplateSummaryResponseBody) SetDescription ¶
func (s *GetTemplateSummaryResponseBody) SetDescription(v string) *GetTemplateSummaryResponseBody
func (*GetTemplateSummaryResponseBody) SetMetadata ¶
func (s *GetTemplateSummaryResponseBody) SetMetadata(v map[string]interface{}) *GetTemplateSummaryResponseBody
func (*GetTemplateSummaryResponseBody) SetParameters ¶
func (s *GetTemplateSummaryResponseBody) SetParameters(v []map[string]interface{}) *GetTemplateSummaryResponseBody
func (*GetTemplateSummaryResponseBody) SetRequestId ¶
func (s *GetTemplateSummaryResponseBody) SetRequestId(v string) *GetTemplateSummaryResponseBody
func (*GetTemplateSummaryResponseBody) SetResourceIdentifierSummaries ¶
func (s *GetTemplateSummaryResponseBody) SetResourceIdentifierSummaries(v []*GetTemplateSummaryResponseBodyResourceIdentifierSummaries) *GetTemplateSummaryResponseBody
func (*GetTemplateSummaryResponseBody) SetResourceTypes ¶
func (s *GetTemplateSummaryResponseBody) SetResourceTypes(v []*string) *GetTemplateSummaryResponseBody
func (*GetTemplateSummaryResponseBody) SetVersion ¶
func (s *GetTemplateSummaryResponseBody) SetVersion(v string) *GetTemplateSummaryResponseBody
func (GetTemplateSummaryResponseBody) String ¶
func (s GetTemplateSummaryResponseBody) String() string
type GetTemplateSummaryResponseBodyResourceIdentifierSummaries ¶
type GetTemplateSummaryResponseBodyResourceIdentifierSummaries struct { LogicalResourceIds []*string `json:"LogicalResourceIds,omitempty" xml:"LogicalResourceIds,omitempty" type:"Repeated"` ResourceIdentifiers []*string `json:"ResourceIdentifiers,omitempty" xml:"ResourceIdentifiers,omitempty" type:"Repeated"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (GetTemplateSummaryResponseBodyResourceIdentifierSummaries) GoString ¶
func (s GetTemplateSummaryResponseBodyResourceIdentifierSummaries) GoString() string
func (*GetTemplateSummaryResponseBodyResourceIdentifierSummaries) SetLogicalResourceIds ¶
func (s *GetTemplateSummaryResponseBodyResourceIdentifierSummaries) SetLogicalResourceIds(v []*string) *GetTemplateSummaryResponseBodyResourceIdentifierSummaries
func (*GetTemplateSummaryResponseBodyResourceIdentifierSummaries) SetResourceIdentifiers ¶
func (s *GetTemplateSummaryResponseBodyResourceIdentifierSummaries) SetResourceIdentifiers(v []*string) *GetTemplateSummaryResponseBodyResourceIdentifierSummaries
func (*GetTemplateSummaryResponseBodyResourceIdentifierSummaries) SetResourceType ¶
func (s *GetTemplateSummaryResponseBodyResourceIdentifierSummaries) SetResourceType(v string) *GetTemplateSummaryResponseBodyResourceIdentifierSummaries
func (GetTemplateSummaryResponseBodyResourceIdentifierSummaries) String ¶
func (s GetTemplateSummaryResponseBodyResourceIdentifierSummaries) String() string
type ListChangeSetsRequest ¶
type ListChangeSetsRequest struct { ChangeSetId *string `json:"ChangeSetId,omitempty" xml:"ChangeSetId,omitempty"` ChangeSetName []*string `json:"ChangeSetName,omitempty" xml:"ChangeSetName,omitempty" type:"Repeated"` ExecutionStatus []*string `json:"ExecutionStatus,omitempty" xml:"ExecutionStatus,omitempty" type:"Repeated"` PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` Status []*string `json:"Status,omitempty" xml:"Status,omitempty" type:"Repeated"` }
func (ListChangeSetsRequest) GoString ¶
func (s ListChangeSetsRequest) GoString() string
func (*ListChangeSetsRequest) SetChangeSetId ¶
func (s *ListChangeSetsRequest) SetChangeSetId(v string) *ListChangeSetsRequest
func (*ListChangeSetsRequest) SetChangeSetName ¶
func (s *ListChangeSetsRequest) SetChangeSetName(v []*string) *ListChangeSetsRequest
func (*ListChangeSetsRequest) SetExecutionStatus ¶
func (s *ListChangeSetsRequest) SetExecutionStatus(v []*string) *ListChangeSetsRequest
func (*ListChangeSetsRequest) SetPageNumber ¶
func (s *ListChangeSetsRequest) SetPageNumber(v int64) *ListChangeSetsRequest
func (*ListChangeSetsRequest) SetPageSize ¶
func (s *ListChangeSetsRequest) SetPageSize(v int64) *ListChangeSetsRequest
func (*ListChangeSetsRequest) SetRegionId ¶
func (s *ListChangeSetsRequest) SetRegionId(v string) *ListChangeSetsRequest
func (*ListChangeSetsRequest) SetStackId ¶
func (s *ListChangeSetsRequest) SetStackId(v string) *ListChangeSetsRequest
func (*ListChangeSetsRequest) SetStatus ¶
func (s *ListChangeSetsRequest) SetStatus(v []*string) *ListChangeSetsRequest
func (ListChangeSetsRequest) String ¶
func (s ListChangeSetsRequest) String() string
type ListChangeSetsResponse ¶
type ListChangeSetsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListChangeSetsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListChangeSetsResponse) GoString ¶
func (s ListChangeSetsResponse) GoString() string
func (*ListChangeSetsResponse) SetBody ¶
func (s *ListChangeSetsResponse) SetBody(v *ListChangeSetsResponseBody) *ListChangeSetsResponse
func (*ListChangeSetsResponse) SetHeaders ¶
func (s *ListChangeSetsResponse) SetHeaders(v map[string]*string) *ListChangeSetsResponse
func (*ListChangeSetsResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListChangeSetsResponse) SetStatusCode(v int32) *ListChangeSetsResponse
func (ListChangeSetsResponse) String ¶
func (s ListChangeSetsResponse) String() string
type ListChangeSetsResponseBody ¶
type ListChangeSetsResponseBody struct { ChangeSets []*ListChangeSetsResponseBodyChangeSets `json:"ChangeSets,omitempty" xml:"ChangeSets,omitempty" type:"Repeated"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListChangeSetsResponseBody) GoString ¶
func (s ListChangeSetsResponseBody) GoString() string
func (*ListChangeSetsResponseBody) SetChangeSets ¶
func (s *ListChangeSetsResponseBody) SetChangeSets(v []*ListChangeSetsResponseBodyChangeSets) *ListChangeSetsResponseBody
func (*ListChangeSetsResponseBody) SetPageNumber ¶
func (s *ListChangeSetsResponseBody) SetPageNumber(v int32) *ListChangeSetsResponseBody
func (*ListChangeSetsResponseBody) SetPageSize ¶
func (s *ListChangeSetsResponseBody) SetPageSize(v int32) *ListChangeSetsResponseBody
func (*ListChangeSetsResponseBody) SetRequestId ¶
func (s *ListChangeSetsResponseBody) SetRequestId(v string) *ListChangeSetsResponseBody
func (*ListChangeSetsResponseBody) SetTotalCount ¶
func (s *ListChangeSetsResponseBody) SetTotalCount(v int32) *ListChangeSetsResponseBody
func (ListChangeSetsResponseBody) String ¶
func (s ListChangeSetsResponseBody) String() string
type ListChangeSetsResponseBodyChangeSets ¶
type ListChangeSetsResponseBodyChangeSets struct { ChangeSetId *string `json:"ChangeSetId,omitempty" xml:"ChangeSetId,omitempty"` ChangeSetName *string `json:"ChangeSetName,omitempty" xml:"ChangeSetName,omitempty"` ChangeSetType *string `json:"ChangeSetType,omitempty" xml:"ChangeSetType,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ExecutionStatus *string `json:"ExecutionStatus,omitempty" xml:"ExecutionStatus,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackName *string `json:"StackName,omitempty" xml:"StackName,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` }
func (ListChangeSetsResponseBodyChangeSets) GoString ¶
func (s ListChangeSetsResponseBodyChangeSets) GoString() string
func (*ListChangeSetsResponseBodyChangeSets) SetChangeSetId ¶
func (s *ListChangeSetsResponseBodyChangeSets) SetChangeSetId(v string) *ListChangeSetsResponseBodyChangeSets
func (*ListChangeSetsResponseBodyChangeSets) SetChangeSetName ¶
func (s *ListChangeSetsResponseBodyChangeSets) SetChangeSetName(v string) *ListChangeSetsResponseBodyChangeSets
func (*ListChangeSetsResponseBodyChangeSets) SetChangeSetType ¶
func (s *ListChangeSetsResponseBodyChangeSets) SetChangeSetType(v string) *ListChangeSetsResponseBodyChangeSets
func (*ListChangeSetsResponseBodyChangeSets) SetCreateTime ¶
func (s *ListChangeSetsResponseBodyChangeSets) SetCreateTime(v string) *ListChangeSetsResponseBodyChangeSets
func (*ListChangeSetsResponseBodyChangeSets) SetDescription ¶
func (s *ListChangeSetsResponseBodyChangeSets) SetDescription(v string) *ListChangeSetsResponseBodyChangeSets
func (*ListChangeSetsResponseBodyChangeSets) SetExecutionStatus ¶
func (s *ListChangeSetsResponseBodyChangeSets) SetExecutionStatus(v string) *ListChangeSetsResponseBodyChangeSets
func (*ListChangeSetsResponseBodyChangeSets) SetRegionId ¶
func (s *ListChangeSetsResponseBodyChangeSets) SetRegionId(v string) *ListChangeSetsResponseBodyChangeSets
func (*ListChangeSetsResponseBodyChangeSets) SetStackId ¶
func (s *ListChangeSetsResponseBodyChangeSets) SetStackId(v string) *ListChangeSetsResponseBodyChangeSets
func (*ListChangeSetsResponseBodyChangeSets) SetStackName ¶
func (s *ListChangeSetsResponseBodyChangeSets) SetStackName(v string) *ListChangeSetsResponseBodyChangeSets
func (*ListChangeSetsResponseBodyChangeSets) SetStatus ¶
func (s *ListChangeSetsResponseBodyChangeSets) SetStatus(v string) *ListChangeSetsResponseBodyChangeSets
func (*ListChangeSetsResponseBodyChangeSets) SetStatusReason ¶
func (s *ListChangeSetsResponseBodyChangeSets) SetStatusReason(v string) *ListChangeSetsResponseBodyChangeSets
func (ListChangeSetsResponseBodyChangeSets) String ¶
func (s ListChangeSetsResponseBodyChangeSets) String() string
type ListResourceTypesRequest ¶
type ListResourceTypesRequest struct {
EntityType *string `json:"EntityType,omitempty" xml:"EntityType,omitempty"`
}
func (ListResourceTypesRequest) GoString ¶
func (s ListResourceTypesRequest) GoString() string
func (*ListResourceTypesRequest) SetEntityType ¶
func (s *ListResourceTypesRequest) SetEntityType(v string) *ListResourceTypesRequest
func (ListResourceTypesRequest) String ¶
func (s ListResourceTypesRequest) String() string
type ListResourceTypesResponse ¶
type ListResourceTypesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListResourceTypesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListResourceTypesResponse) GoString ¶
func (s ListResourceTypesResponse) GoString() string
func (*ListResourceTypesResponse) SetBody ¶
func (s *ListResourceTypesResponse) SetBody(v *ListResourceTypesResponseBody) *ListResourceTypesResponse
func (*ListResourceTypesResponse) SetHeaders ¶
func (s *ListResourceTypesResponse) SetHeaders(v map[string]*string) *ListResourceTypesResponse
func (*ListResourceTypesResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListResourceTypesResponse) SetStatusCode(v int32) *ListResourceTypesResponse
func (ListResourceTypesResponse) String ¶
func (s ListResourceTypesResponse) String() string
type ListResourceTypesResponseBody ¶
type ListResourceTypesResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceTypes []*string `json:"ResourceTypes,omitempty" xml:"ResourceTypes,omitempty" type:"Repeated"` }
func (ListResourceTypesResponseBody) GoString ¶
func (s ListResourceTypesResponseBody) GoString() string
func (*ListResourceTypesResponseBody) SetRequestId ¶
func (s *ListResourceTypesResponseBody) SetRequestId(v string) *ListResourceTypesResponseBody
func (*ListResourceTypesResponseBody) SetResourceTypes ¶
func (s *ListResourceTypesResponseBody) SetResourceTypes(v []*string) *ListResourceTypesResponseBody
func (ListResourceTypesResponseBody) String ¶
func (s ListResourceTypesResponseBody) String() string
type ListStackEventsRequest ¶
type ListStackEventsRequest struct { LogicalResourceId []*string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty" type:"Repeated"` PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceType []*string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty" type:"Repeated"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` Status []*string `json:"Status,omitempty" xml:"Status,omitempty" type:"Repeated"` }
func (ListStackEventsRequest) GoString ¶
func (s ListStackEventsRequest) GoString() string
func (*ListStackEventsRequest) SetLogicalResourceId ¶
func (s *ListStackEventsRequest) SetLogicalResourceId(v []*string) *ListStackEventsRequest
func (*ListStackEventsRequest) SetPageNumber ¶
func (s *ListStackEventsRequest) SetPageNumber(v int64) *ListStackEventsRequest
func (*ListStackEventsRequest) SetPageSize ¶
func (s *ListStackEventsRequest) SetPageSize(v int64) *ListStackEventsRequest
func (*ListStackEventsRequest) SetRegionId ¶
func (s *ListStackEventsRequest) SetRegionId(v string) *ListStackEventsRequest
func (*ListStackEventsRequest) SetResourceType ¶
func (s *ListStackEventsRequest) SetResourceType(v []*string) *ListStackEventsRequest
func (*ListStackEventsRequest) SetStackId ¶
func (s *ListStackEventsRequest) SetStackId(v string) *ListStackEventsRequest
func (*ListStackEventsRequest) SetStatus ¶
func (s *ListStackEventsRequest) SetStatus(v []*string) *ListStackEventsRequest
func (ListStackEventsRequest) String ¶
func (s ListStackEventsRequest) String() string
type ListStackEventsResponse ¶
type ListStackEventsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListStackEventsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListStackEventsResponse) GoString ¶
func (s ListStackEventsResponse) GoString() string
func (*ListStackEventsResponse) SetBody ¶
func (s *ListStackEventsResponse) SetBody(v *ListStackEventsResponseBody) *ListStackEventsResponse
func (*ListStackEventsResponse) SetHeaders ¶
func (s *ListStackEventsResponse) SetHeaders(v map[string]*string) *ListStackEventsResponse
func (*ListStackEventsResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListStackEventsResponse) SetStatusCode(v int32) *ListStackEventsResponse
func (ListStackEventsResponse) String ¶
func (s ListStackEventsResponse) String() string
type ListStackEventsResponseBody ¶
type ListStackEventsResponseBody struct { Events []*ListStackEventsResponseBodyEvents `json:"Events,omitempty" xml:"Events,omitempty" type:"Repeated"` PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListStackEventsResponseBody) GoString ¶
func (s ListStackEventsResponseBody) GoString() string
func (*ListStackEventsResponseBody) SetEvents ¶
func (s *ListStackEventsResponseBody) SetEvents(v []*ListStackEventsResponseBodyEvents) *ListStackEventsResponseBody
func (*ListStackEventsResponseBody) SetPageNumber ¶
func (s *ListStackEventsResponseBody) SetPageNumber(v int32) *ListStackEventsResponseBody
func (*ListStackEventsResponseBody) SetPageSize ¶
func (s *ListStackEventsResponseBody) SetPageSize(v int32) *ListStackEventsResponseBody
func (*ListStackEventsResponseBody) SetRequestId ¶
func (s *ListStackEventsResponseBody) SetRequestId(v string) *ListStackEventsResponseBody
func (*ListStackEventsResponseBody) SetTotalCount ¶
func (s *ListStackEventsResponseBody) SetTotalCount(v int32) *ListStackEventsResponseBody
func (ListStackEventsResponseBody) String ¶
func (s ListStackEventsResponseBody) String() string
type ListStackEventsResponseBodyEvents ¶
type ListStackEventsResponseBodyEvents struct { CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` EventId *string `json:"EventId,omitempty" xml:"EventId,omitempty"` LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` PhysicalResourceId *string `json:"PhysicalResourceId,omitempty" xml:"PhysicalResourceId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackName *string `json:"StackName,omitempty" xml:"StackName,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` }
func (ListStackEventsResponseBodyEvents) GoString ¶
func (s ListStackEventsResponseBodyEvents) GoString() string
func (*ListStackEventsResponseBodyEvents) SetCreateTime ¶
func (s *ListStackEventsResponseBodyEvents) SetCreateTime(v string) *ListStackEventsResponseBodyEvents
func (*ListStackEventsResponseBodyEvents) SetEventId ¶
func (s *ListStackEventsResponseBodyEvents) SetEventId(v string) *ListStackEventsResponseBodyEvents
func (*ListStackEventsResponseBodyEvents) SetLogicalResourceId ¶
func (s *ListStackEventsResponseBodyEvents) SetLogicalResourceId(v string) *ListStackEventsResponseBodyEvents
func (*ListStackEventsResponseBodyEvents) SetPhysicalResourceId ¶
func (s *ListStackEventsResponseBodyEvents) SetPhysicalResourceId(v string) *ListStackEventsResponseBodyEvents
func (*ListStackEventsResponseBodyEvents) SetResourceType ¶
func (s *ListStackEventsResponseBodyEvents) SetResourceType(v string) *ListStackEventsResponseBodyEvents
func (*ListStackEventsResponseBodyEvents) SetStackId ¶
func (s *ListStackEventsResponseBodyEvents) SetStackId(v string) *ListStackEventsResponseBodyEvents
func (*ListStackEventsResponseBodyEvents) SetStackName ¶
func (s *ListStackEventsResponseBodyEvents) SetStackName(v string) *ListStackEventsResponseBodyEvents
func (*ListStackEventsResponseBodyEvents) SetStatus ¶
func (s *ListStackEventsResponseBodyEvents) SetStatus(v string) *ListStackEventsResponseBodyEvents
func (*ListStackEventsResponseBodyEvents) SetStatusReason ¶
func (s *ListStackEventsResponseBodyEvents) SetStatusReason(v string) *ListStackEventsResponseBodyEvents
func (ListStackEventsResponseBodyEvents) String ¶
func (s ListStackEventsResponseBodyEvents) String() string
type ListStackGroupOperationResultsRequest ¶
type ListStackGroupOperationResultsRequest struct { OperationId *string `json:"OperationId,omitempty" xml:"OperationId,omitempty"` PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (ListStackGroupOperationResultsRequest) GoString ¶
func (s ListStackGroupOperationResultsRequest) GoString() string
func (*ListStackGroupOperationResultsRequest) SetOperationId ¶
func (s *ListStackGroupOperationResultsRequest) SetOperationId(v string) *ListStackGroupOperationResultsRequest
func (*ListStackGroupOperationResultsRequest) SetPageNumber ¶
func (s *ListStackGroupOperationResultsRequest) SetPageNumber(v int64) *ListStackGroupOperationResultsRequest
func (*ListStackGroupOperationResultsRequest) SetPageSize ¶
func (s *ListStackGroupOperationResultsRequest) SetPageSize(v int64) *ListStackGroupOperationResultsRequest
func (*ListStackGroupOperationResultsRequest) SetRegionId ¶
func (s *ListStackGroupOperationResultsRequest) SetRegionId(v string) *ListStackGroupOperationResultsRequest
func (ListStackGroupOperationResultsRequest) String ¶
func (s ListStackGroupOperationResultsRequest) String() string
type ListStackGroupOperationResultsResponse ¶
type ListStackGroupOperationResultsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListStackGroupOperationResultsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListStackGroupOperationResultsResponse) GoString ¶
func (s ListStackGroupOperationResultsResponse) GoString() string
func (*ListStackGroupOperationResultsResponse) SetHeaders ¶
func (s *ListStackGroupOperationResultsResponse) SetHeaders(v map[string]*string) *ListStackGroupOperationResultsResponse
func (*ListStackGroupOperationResultsResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListStackGroupOperationResultsResponse) SetStatusCode(v int32) *ListStackGroupOperationResultsResponse
func (ListStackGroupOperationResultsResponse) String ¶
func (s ListStackGroupOperationResultsResponse) String() string
type ListStackGroupOperationResultsResponseBody ¶
type ListStackGroupOperationResultsResponseBody struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackGroupOperationResults []*ListStackGroupOperationResultsResponseBodyStackGroupOperationResults `json:"StackGroupOperationResults,omitempty" xml:"StackGroupOperationResults,omitempty" type:"Repeated"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListStackGroupOperationResultsResponseBody) GoString ¶
func (s ListStackGroupOperationResultsResponseBody) GoString() string
func (*ListStackGroupOperationResultsResponseBody) SetPageNumber ¶
func (s *ListStackGroupOperationResultsResponseBody) SetPageNumber(v int32) *ListStackGroupOperationResultsResponseBody
func (*ListStackGroupOperationResultsResponseBody) SetPageSize ¶
func (s *ListStackGroupOperationResultsResponseBody) SetPageSize(v int32) *ListStackGroupOperationResultsResponseBody
func (*ListStackGroupOperationResultsResponseBody) SetRequestId ¶
func (s *ListStackGroupOperationResultsResponseBody) SetRequestId(v string) *ListStackGroupOperationResultsResponseBody
func (*ListStackGroupOperationResultsResponseBody) SetStackGroupOperationResults ¶
func (s *ListStackGroupOperationResultsResponseBody) SetStackGroupOperationResults(v []*ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) *ListStackGroupOperationResultsResponseBody
func (*ListStackGroupOperationResultsResponseBody) SetTotalCount ¶
func (s *ListStackGroupOperationResultsResponseBody) SetTotalCount(v int32) *ListStackGroupOperationResultsResponseBody
func (ListStackGroupOperationResultsResponseBody) String ¶
func (s ListStackGroupOperationResultsResponseBody) String() string
type ListStackGroupOperationResultsResponseBodyStackGroupOperationResults ¶
type ListStackGroupOperationResultsResponseBodyStackGroupOperationResults struct { AccountId *string `json:"AccountId,omitempty" xml:"AccountId,omitempty"` RdFolderId *string `json:"RdFolderId,omitempty" xml:"RdFolderId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` }
func (ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) GoString ¶
func (s ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) GoString() string
func (*ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) SetAccountId ¶
func (*ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) SetRdFolderId ¶
func (*ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) SetRegionId ¶
func (*ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) SetStatusReason ¶
func (ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) String ¶
func (s ListStackGroupOperationResultsResponseBodyStackGroupOperationResults) String() string
type ListStackGroupOperationsRequest ¶
type ListStackGroupOperationsRequest struct { PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` }
func (ListStackGroupOperationsRequest) GoString ¶
func (s ListStackGroupOperationsRequest) GoString() string
func (*ListStackGroupOperationsRequest) SetPageNumber ¶
func (s *ListStackGroupOperationsRequest) SetPageNumber(v int64) *ListStackGroupOperationsRequest
func (*ListStackGroupOperationsRequest) SetPageSize ¶
func (s *ListStackGroupOperationsRequest) SetPageSize(v int64) *ListStackGroupOperationsRequest
func (*ListStackGroupOperationsRequest) SetRegionId ¶
func (s *ListStackGroupOperationsRequest) SetRegionId(v string) *ListStackGroupOperationsRequest
func (*ListStackGroupOperationsRequest) SetStackGroupName ¶
func (s *ListStackGroupOperationsRequest) SetStackGroupName(v string) *ListStackGroupOperationsRequest
func (ListStackGroupOperationsRequest) String ¶
func (s ListStackGroupOperationsRequest) String() string
type ListStackGroupOperationsResponse ¶
type ListStackGroupOperationsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListStackGroupOperationsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListStackGroupOperationsResponse) GoString ¶
func (s ListStackGroupOperationsResponse) GoString() string
func (*ListStackGroupOperationsResponse) SetBody ¶
func (s *ListStackGroupOperationsResponse) SetBody(v *ListStackGroupOperationsResponseBody) *ListStackGroupOperationsResponse
func (*ListStackGroupOperationsResponse) SetHeaders ¶
func (s *ListStackGroupOperationsResponse) SetHeaders(v map[string]*string) *ListStackGroupOperationsResponse
func (*ListStackGroupOperationsResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListStackGroupOperationsResponse) SetStatusCode(v int32) *ListStackGroupOperationsResponse
func (ListStackGroupOperationsResponse) String ¶
func (s ListStackGroupOperationsResponse) String() string
type ListStackGroupOperationsResponseBody ¶
type ListStackGroupOperationsResponseBody struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackGroupOperations []*ListStackGroupOperationsResponseBodyStackGroupOperations `json:"StackGroupOperations,omitempty" xml:"StackGroupOperations,omitempty" type:"Repeated"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListStackGroupOperationsResponseBody) GoString ¶
func (s ListStackGroupOperationsResponseBody) GoString() string
func (*ListStackGroupOperationsResponseBody) SetPageNumber ¶
func (s *ListStackGroupOperationsResponseBody) SetPageNumber(v int32) *ListStackGroupOperationsResponseBody
func (*ListStackGroupOperationsResponseBody) SetPageSize ¶
func (s *ListStackGroupOperationsResponseBody) SetPageSize(v int32) *ListStackGroupOperationsResponseBody
func (*ListStackGroupOperationsResponseBody) SetRequestId ¶
func (s *ListStackGroupOperationsResponseBody) SetRequestId(v string) *ListStackGroupOperationsResponseBody
func (*ListStackGroupOperationsResponseBody) SetStackGroupOperations ¶
func (s *ListStackGroupOperationsResponseBody) SetStackGroupOperations(v []*ListStackGroupOperationsResponseBodyStackGroupOperations) *ListStackGroupOperationsResponseBody
func (*ListStackGroupOperationsResponseBody) SetTotalCount ¶
func (s *ListStackGroupOperationsResponseBody) SetTotalCount(v int32) *ListStackGroupOperationsResponseBody
func (ListStackGroupOperationsResponseBody) String ¶
func (s ListStackGroupOperationsResponseBody) String() string
type ListStackGroupOperationsResponseBodyStackGroupOperations ¶
type ListStackGroupOperationsResponseBodyStackGroupOperations struct { Action *string `json:"Action,omitempty" xml:"Action,omitempty"` CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` EndTime *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"` OperationDescription *string `json:"OperationDescription,omitempty" xml:"OperationDescription,omitempty"` OperationId *string `json:"OperationId,omitempty" xml:"OperationId,omitempty"` StackGroupId *string `json:"StackGroupId,omitempty" xml:"StackGroupId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (ListStackGroupOperationsResponseBodyStackGroupOperations) GoString ¶
func (s ListStackGroupOperationsResponseBodyStackGroupOperations) GoString() string
func (*ListStackGroupOperationsResponseBodyStackGroupOperations) SetCreateTime ¶
func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetCreateTime(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
func (*ListStackGroupOperationsResponseBodyStackGroupOperations) SetEndTime ¶
func (*ListStackGroupOperationsResponseBodyStackGroupOperations) SetOperationDescription ¶
func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetOperationDescription(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
func (*ListStackGroupOperationsResponseBodyStackGroupOperations) SetOperationId ¶
func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetOperationId(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
func (*ListStackGroupOperationsResponseBodyStackGroupOperations) SetStackGroupId ¶
func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetStackGroupId(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
func (*ListStackGroupOperationsResponseBodyStackGroupOperations) SetStackGroupName ¶
func (s *ListStackGroupOperationsResponseBodyStackGroupOperations) SetStackGroupName(v string) *ListStackGroupOperationsResponseBodyStackGroupOperations
func (ListStackGroupOperationsResponseBodyStackGroupOperations) String ¶
func (s ListStackGroupOperationsResponseBodyStackGroupOperations) String() string
type ListStackGroupsRequest ¶
type ListStackGroupsRequest struct { PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (ListStackGroupsRequest) GoString ¶
func (s ListStackGroupsRequest) GoString() string
func (*ListStackGroupsRequest) SetPageNumber ¶
func (s *ListStackGroupsRequest) SetPageNumber(v int64) *ListStackGroupsRequest
func (*ListStackGroupsRequest) SetPageSize ¶
func (s *ListStackGroupsRequest) SetPageSize(v int64) *ListStackGroupsRequest
func (*ListStackGroupsRequest) SetRegionId ¶
func (s *ListStackGroupsRequest) SetRegionId(v string) *ListStackGroupsRequest
func (*ListStackGroupsRequest) SetResourceGroupId ¶
func (s *ListStackGroupsRequest) SetResourceGroupId(v string) *ListStackGroupsRequest
func (*ListStackGroupsRequest) SetStatus ¶
func (s *ListStackGroupsRequest) SetStatus(v string) *ListStackGroupsRequest
func (ListStackGroupsRequest) String ¶
func (s ListStackGroupsRequest) String() string
type ListStackGroupsResponse ¶
type ListStackGroupsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListStackGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListStackGroupsResponse) GoString ¶
func (s ListStackGroupsResponse) GoString() string
func (*ListStackGroupsResponse) SetBody ¶
func (s *ListStackGroupsResponse) SetBody(v *ListStackGroupsResponseBody) *ListStackGroupsResponse
func (*ListStackGroupsResponse) SetHeaders ¶
func (s *ListStackGroupsResponse) SetHeaders(v map[string]*string) *ListStackGroupsResponse
func (*ListStackGroupsResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListStackGroupsResponse) SetStatusCode(v int32) *ListStackGroupsResponse
func (ListStackGroupsResponse) String ¶
func (s ListStackGroupsResponse) String() string
type ListStackGroupsResponseBody ¶
type ListStackGroupsResponseBody struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackGroups []*ListStackGroupsResponseBodyStackGroups `json:"StackGroups,omitempty" xml:"StackGroups,omitempty" type:"Repeated"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListStackGroupsResponseBody) GoString ¶
func (s ListStackGroupsResponseBody) GoString() string
func (*ListStackGroupsResponseBody) SetPageNumber ¶
func (s *ListStackGroupsResponseBody) SetPageNumber(v int32) *ListStackGroupsResponseBody
func (*ListStackGroupsResponseBody) SetPageSize ¶
func (s *ListStackGroupsResponseBody) SetPageSize(v int32) *ListStackGroupsResponseBody
func (*ListStackGroupsResponseBody) SetRequestId ¶
func (s *ListStackGroupsResponseBody) SetRequestId(v string) *ListStackGroupsResponseBody
func (*ListStackGroupsResponseBody) SetStackGroups ¶
func (s *ListStackGroupsResponseBody) SetStackGroups(v []*ListStackGroupsResponseBodyStackGroups) *ListStackGroupsResponseBody
func (*ListStackGroupsResponseBody) SetTotalCount ¶
func (s *ListStackGroupsResponseBody) SetTotalCount(v int32) *ListStackGroupsResponseBody
func (ListStackGroupsResponseBody) String ¶
func (s ListStackGroupsResponseBody) String() string
type ListStackGroupsResponseBodyStackGroups ¶
type ListStackGroupsResponseBodyStackGroups struct { AutoDeployment *ListStackGroupsResponseBodyStackGroupsAutoDeployment `json:"AutoDeployment,omitempty" xml:"AutoDeployment,omitempty" type:"Struct"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DriftDetectionTime *string `json:"DriftDetectionTime,omitempty" xml:"DriftDetectionTime,omitempty"` PermissionModel *string `json:"PermissionModel,omitempty" xml:"PermissionModel,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` StackGroupDriftStatus *string `json:"StackGroupDriftStatus,omitempty" xml:"StackGroupDriftStatus,omitempty"` StackGroupId *string `json:"StackGroupId,omitempty" xml:"StackGroupId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (ListStackGroupsResponseBodyStackGroups) GoString ¶
func (s ListStackGroupsResponseBodyStackGroups) GoString() string
func (*ListStackGroupsResponseBodyStackGroups) SetAutoDeployment ¶
func (s *ListStackGroupsResponseBodyStackGroups) SetAutoDeployment(v *ListStackGroupsResponseBodyStackGroupsAutoDeployment) *ListStackGroupsResponseBodyStackGroups
func (*ListStackGroupsResponseBodyStackGroups) SetDescription ¶
func (s *ListStackGroupsResponseBodyStackGroups) SetDescription(v string) *ListStackGroupsResponseBodyStackGroups
func (*ListStackGroupsResponseBodyStackGroups) SetDriftDetectionTime ¶
func (s *ListStackGroupsResponseBodyStackGroups) SetDriftDetectionTime(v string) *ListStackGroupsResponseBodyStackGroups
func (*ListStackGroupsResponseBodyStackGroups) SetPermissionModel ¶
func (s *ListStackGroupsResponseBodyStackGroups) SetPermissionModel(v string) *ListStackGroupsResponseBodyStackGroups
func (*ListStackGroupsResponseBodyStackGroups) SetResourceGroupId ¶
func (s *ListStackGroupsResponseBodyStackGroups) SetResourceGroupId(v string) *ListStackGroupsResponseBodyStackGroups
func (*ListStackGroupsResponseBodyStackGroups) SetStackGroupDriftStatus ¶
func (s *ListStackGroupsResponseBodyStackGroups) SetStackGroupDriftStatus(v string) *ListStackGroupsResponseBodyStackGroups
func (*ListStackGroupsResponseBodyStackGroups) SetStackGroupId ¶
func (s *ListStackGroupsResponseBodyStackGroups) SetStackGroupId(v string) *ListStackGroupsResponseBodyStackGroups
func (*ListStackGroupsResponseBodyStackGroups) SetStackGroupName ¶
func (s *ListStackGroupsResponseBodyStackGroups) SetStackGroupName(v string) *ListStackGroupsResponseBodyStackGroups
func (*ListStackGroupsResponseBodyStackGroups) SetStatus ¶
func (s *ListStackGroupsResponseBodyStackGroups) SetStatus(v string) *ListStackGroupsResponseBodyStackGroups
func (ListStackGroupsResponseBodyStackGroups) String ¶
func (s ListStackGroupsResponseBodyStackGroups) String() string
type ListStackGroupsResponseBodyStackGroupsAutoDeployment ¶
type ListStackGroupsResponseBodyStackGroupsAutoDeployment struct { Enabled *bool `json:"Enabled,omitempty" xml:"Enabled,omitempty"` RetainStacksOnAccountRemoval *bool `json:"RetainStacksOnAccountRemoval,omitempty" xml:"RetainStacksOnAccountRemoval,omitempty"` }
func (ListStackGroupsResponseBodyStackGroupsAutoDeployment) GoString ¶
func (s ListStackGroupsResponseBodyStackGroupsAutoDeployment) GoString() string
func (*ListStackGroupsResponseBodyStackGroupsAutoDeployment) SetEnabled ¶
func (s *ListStackGroupsResponseBodyStackGroupsAutoDeployment) SetEnabled(v bool) *ListStackGroupsResponseBodyStackGroupsAutoDeployment
func (*ListStackGroupsResponseBodyStackGroupsAutoDeployment) SetRetainStacksOnAccountRemoval ¶
func (s *ListStackGroupsResponseBodyStackGroupsAutoDeployment) SetRetainStacksOnAccountRemoval(v bool) *ListStackGroupsResponseBodyStackGroupsAutoDeployment
func (ListStackGroupsResponseBodyStackGroupsAutoDeployment) String ¶
func (s ListStackGroupsResponseBodyStackGroupsAutoDeployment) String() string
type ListStackInstancesRequest ¶
type ListStackInstancesRequest struct { PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` StackInstanceAccountId *string `json:"StackInstanceAccountId,omitempty" xml:"StackInstanceAccountId,omitempty"` StackInstanceRegionId *string `json:"StackInstanceRegionId,omitempty" xml:"StackInstanceRegionId,omitempty"` }
func (ListStackInstancesRequest) GoString ¶
func (s ListStackInstancesRequest) GoString() string
func (*ListStackInstancesRequest) SetPageNumber ¶
func (s *ListStackInstancesRequest) SetPageNumber(v int64) *ListStackInstancesRequest
func (*ListStackInstancesRequest) SetPageSize ¶
func (s *ListStackInstancesRequest) SetPageSize(v int64) *ListStackInstancesRequest
func (*ListStackInstancesRequest) SetRegionId ¶
func (s *ListStackInstancesRequest) SetRegionId(v string) *ListStackInstancesRequest
func (*ListStackInstancesRequest) SetStackGroupName ¶
func (s *ListStackInstancesRequest) SetStackGroupName(v string) *ListStackInstancesRequest
func (*ListStackInstancesRequest) SetStackInstanceAccountId ¶
func (s *ListStackInstancesRequest) SetStackInstanceAccountId(v string) *ListStackInstancesRequest
func (*ListStackInstancesRequest) SetStackInstanceRegionId ¶
func (s *ListStackInstancesRequest) SetStackInstanceRegionId(v string) *ListStackInstancesRequest
func (ListStackInstancesRequest) String ¶
func (s ListStackInstancesRequest) String() string
type ListStackInstancesResponse ¶
type ListStackInstancesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListStackInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListStackInstancesResponse) GoString ¶
func (s ListStackInstancesResponse) GoString() string
func (*ListStackInstancesResponse) SetBody ¶
func (s *ListStackInstancesResponse) SetBody(v *ListStackInstancesResponseBody) *ListStackInstancesResponse
func (*ListStackInstancesResponse) SetHeaders ¶
func (s *ListStackInstancesResponse) SetHeaders(v map[string]*string) *ListStackInstancesResponse
func (*ListStackInstancesResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListStackInstancesResponse) SetStatusCode(v int32) *ListStackInstancesResponse
func (ListStackInstancesResponse) String ¶
func (s ListStackInstancesResponse) String() string
type ListStackInstancesResponseBody ¶
type ListStackInstancesResponseBody struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackInstances []*ListStackInstancesResponseBodyStackInstances `json:"StackInstances,omitempty" xml:"StackInstances,omitempty" type:"Repeated"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListStackInstancesResponseBody) GoString ¶
func (s ListStackInstancesResponseBody) GoString() string
func (*ListStackInstancesResponseBody) SetPageNumber ¶
func (s *ListStackInstancesResponseBody) SetPageNumber(v int32) *ListStackInstancesResponseBody
func (*ListStackInstancesResponseBody) SetPageSize ¶
func (s *ListStackInstancesResponseBody) SetPageSize(v int32) *ListStackInstancesResponseBody
func (*ListStackInstancesResponseBody) SetRequestId ¶
func (s *ListStackInstancesResponseBody) SetRequestId(v string) *ListStackInstancesResponseBody
func (*ListStackInstancesResponseBody) SetStackInstances ¶
func (s *ListStackInstancesResponseBody) SetStackInstances(v []*ListStackInstancesResponseBodyStackInstances) *ListStackInstancesResponseBody
func (*ListStackInstancesResponseBody) SetTotalCount ¶
func (s *ListStackInstancesResponseBody) SetTotalCount(v int32) *ListStackInstancesResponseBody
func (ListStackInstancesResponseBody) String ¶
func (s ListStackInstancesResponseBody) String() string
type ListStackInstancesResponseBodyStackInstances ¶
type ListStackInstancesResponseBodyStackInstances struct { AccountId *string `json:"AccountId,omitempty" xml:"AccountId,omitempty"` DriftDetectionTime *string `json:"DriftDetectionTime,omitempty" xml:"DriftDetectionTime,omitempty"` RdFolderId *string `json:"RdFolderId,omitempty" xml:"RdFolderId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackDriftStatus *string `json:"StackDriftStatus,omitempty" xml:"StackDriftStatus,omitempty"` StackGroupId *string `json:"StackGroupId,omitempty" xml:"StackGroupId,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` }
func (ListStackInstancesResponseBodyStackInstances) GoString ¶
func (s ListStackInstancesResponseBodyStackInstances) GoString() string
func (*ListStackInstancesResponseBodyStackInstances) SetAccountId ¶
func (s *ListStackInstancesResponseBodyStackInstances) SetAccountId(v string) *ListStackInstancesResponseBodyStackInstances
func (*ListStackInstancesResponseBodyStackInstances) SetDriftDetectionTime ¶
func (s *ListStackInstancesResponseBodyStackInstances) SetDriftDetectionTime(v string) *ListStackInstancesResponseBodyStackInstances
func (*ListStackInstancesResponseBodyStackInstances) SetRdFolderId ¶
func (s *ListStackInstancesResponseBodyStackInstances) SetRdFolderId(v string) *ListStackInstancesResponseBodyStackInstances
func (*ListStackInstancesResponseBodyStackInstances) SetRegionId ¶
func (s *ListStackInstancesResponseBodyStackInstances) SetRegionId(v string) *ListStackInstancesResponseBodyStackInstances
func (*ListStackInstancesResponseBodyStackInstances) SetStackDriftStatus ¶
func (s *ListStackInstancesResponseBodyStackInstances) SetStackDriftStatus(v string) *ListStackInstancesResponseBodyStackInstances
func (*ListStackInstancesResponseBodyStackInstances) SetStackGroupId ¶
func (s *ListStackInstancesResponseBodyStackInstances) SetStackGroupId(v string) *ListStackInstancesResponseBodyStackInstances
func (*ListStackInstancesResponseBodyStackInstances) SetStackGroupName ¶
func (s *ListStackInstancesResponseBodyStackInstances) SetStackGroupName(v string) *ListStackInstancesResponseBodyStackInstances
func (*ListStackInstancesResponseBodyStackInstances) SetStackId ¶
func (s *ListStackInstancesResponseBodyStackInstances) SetStackId(v string) *ListStackInstancesResponseBodyStackInstances
func (*ListStackInstancesResponseBodyStackInstances) SetStatus ¶
func (s *ListStackInstancesResponseBodyStackInstances) SetStatus(v string) *ListStackInstancesResponseBodyStackInstances
func (*ListStackInstancesResponseBodyStackInstances) SetStatusReason ¶
func (s *ListStackInstancesResponseBodyStackInstances) SetStatusReason(v string) *ListStackInstancesResponseBodyStackInstances
func (ListStackInstancesResponseBodyStackInstances) String ¶
func (s ListStackInstancesResponseBodyStackInstances) String() string
type ListStackOperationRisksRequest ¶
type ListStackOperationRisksRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` OperationType *string `json:"OperationType,omitempty" xml:"OperationType,omitempty"` RamRoleName *string `json:"RamRoleName,omitempty" xml:"RamRoleName,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RetainAllResources *bool `json:"RetainAllResources,omitempty" xml:"RetainAllResources,omitempty"` RetainResources []*string `json:"RetainResources,omitempty" xml:"RetainResources,omitempty" type:"Repeated"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (ListStackOperationRisksRequest) GoString ¶
func (s ListStackOperationRisksRequest) GoString() string
func (*ListStackOperationRisksRequest) SetClientToken ¶
func (s *ListStackOperationRisksRequest) SetClientToken(v string) *ListStackOperationRisksRequest
func (*ListStackOperationRisksRequest) SetOperationType ¶
func (s *ListStackOperationRisksRequest) SetOperationType(v string) *ListStackOperationRisksRequest
func (*ListStackOperationRisksRequest) SetRamRoleName ¶
func (s *ListStackOperationRisksRequest) SetRamRoleName(v string) *ListStackOperationRisksRequest
func (*ListStackOperationRisksRequest) SetRegionId ¶
func (s *ListStackOperationRisksRequest) SetRegionId(v string) *ListStackOperationRisksRequest
func (*ListStackOperationRisksRequest) SetRetainAllResources ¶
func (s *ListStackOperationRisksRequest) SetRetainAllResources(v bool) *ListStackOperationRisksRequest
func (*ListStackOperationRisksRequest) SetRetainResources ¶
func (s *ListStackOperationRisksRequest) SetRetainResources(v []*string) *ListStackOperationRisksRequest
func (*ListStackOperationRisksRequest) SetStackId ¶
func (s *ListStackOperationRisksRequest) SetStackId(v string) *ListStackOperationRisksRequest
func (ListStackOperationRisksRequest) String ¶
func (s ListStackOperationRisksRequest) String() string
type ListStackOperationRisksResponse ¶
type ListStackOperationRisksResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListStackOperationRisksResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListStackOperationRisksResponse) GoString ¶
func (s ListStackOperationRisksResponse) GoString() string
func (*ListStackOperationRisksResponse) SetBody ¶
func (s *ListStackOperationRisksResponse) SetBody(v *ListStackOperationRisksResponseBody) *ListStackOperationRisksResponse
func (*ListStackOperationRisksResponse) SetHeaders ¶
func (s *ListStackOperationRisksResponse) SetHeaders(v map[string]*string) *ListStackOperationRisksResponse
func (*ListStackOperationRisksResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListStackOperationRisksResponse) SetStatusCode(v int32) *ListStackOperationRisksResponse
func (ListStackOperationRisksResponse) String ¶
func (s ListStackOperationRisksResponse) String() string
type ListStackOperationRisksResponseBody ¶
type ListStackOperationRisksResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` RiskResources []*ListStackOperationRisksResponseBodyRiskResources `json:"RiskResources,omitempty" xml:"RiskResources,omitempty" type:"Repeated"` }
func (ListStackOperationRisksResponseBody) GoString ¶
func (s ListStackOperationRisksResponseBody) GoString() string
func (*ListStackOperationRisksResponseBody) SetRequestId ¶
func (s *ListStackOperationRisksResponseBody) SetRequestId(v string) *ListStackOperationRisksResponseBody
func (*ListStackOperationRisksResponseBody) SetRiskResources ¶
func (s *ListStackOperationRisksResponseBody) SetRiskResources(v []*ListStackOperationRisksResponseBodyRiskResources) *ListStackOperationRisksResponseBody
func (ListStackOperationRisksResponseBody) String ¶
func (s ListStackOperationRisksResponseBody) String() string
type ListStackOperationRisksResponseBodyRiskResources ¶
type ListStackOperationRisksResponseBodyRiskResources struct { Code *string `json:"Code,omitempty" xml:"Code,omitempty"` LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` PhysicalResourceId *string `json:"PhysicalResourceId,omitempty" xml:"PhysicalResourceId,omitempty"` Reason *string `json:"Reason,omitempty" xml:"Reason,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` RiskType *string `json:"RiskType,omitempty" xml:"RiskType,omitempty"` }
func (ListStackOperationRisksResponseBodyRiskResources) GoString ¶
func (s ListStackOperationRisksResponseBodyRiskResources) GoString() string
func (*ListStackOperationRisksResponseBodyRiskResources) SetLogicalResourceId ¶
func (s *ListStackOperationRisksResponseBodyRiskResources) SetLogicalResourceId(v string) *ListStackOperationRisksResponseBodyRiskResources
func (*ListStackOperationRisksResponseBodyRiskResources) SetMessage ¶
func (s *ListStackOperationRisksResponseBodyRiskResources) SetMessage(v string) *ListStackOperationRisksResponseBodyRiskResources
func (*ListStackOperationRisksResponseBodyRiskResources) SetPhysicalResourceId ¶
func (s *ListStackOperationRisksResponseBodyRiskResources) SetPhysicalResourceId(v string) *ListStackOperationRisksResponseBodyRiskResources
func (*ListStackOperationRisksResponseBodyRiskResources) SetReason ¶
func (s *ListStackOperationRisksResponseBodyRiskResources) SetReason(v string) *ListStackOperationRisksResponseBodyRiskResources
func (*ListStackOperationRisksResponseBodyRiskResources) SetRequestId ¶
func (s *ListStackOperationRisksResponseBodyRiskResources) SetRequestId(v string) *ListStackOperationRisksResponseBodyRiskResources
func (*ListStackOperationRisksResponseBodyRiskResources) SetResourceType ¶
func (s *ListStackOperationRisksResponseBodyRiskResources) SetResourceType(v string) *ListStackOperationRisksResponseBodyRiskResources
func (*ListStackOperationRisksResponseBodyRiskResources) SetRiskType ¶
func (s *ListStackOperationRisksResponseBodyRiskResources) SetRiskType(v string) *ListStackOperationRisksResponseBodyRiskResources
func (ListStackOperationRisksResponseBodyRiskResources) String ¶
func (s ListStackOperationRisksResponseBodyRiskResources) String() string
type ListStackResourceDriftsRequest ¶
type ListStackResourceDriftsRequest struct { MaxResults *int64 `json:"MaxResults,omitempty" xml:"MaxResults,omitempty"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceDriftStatus []*string `json:"ResourceDriftStatus,omitempty" xml:"ResourceDriftStatus,omitempty" type:"Repeated"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (ListStackResourceDriftsRequest) GoString ¶
func (s ListStackResourceDriftsRequest) GoString() string
func (*ListStackResourceDriftsRequest) SetMaxResults ¶
func (s *ListStackResourceDriftsRequest) SetMaxResults(v int64) *ListStackResourceDriftsRequest
func (*ListStackResourceDriftsRequest) SetNextToken ¶
func (s *ListStackResourceDriftsRequest) SetNextToken(v string) *ListStackResourceDriftsRequest
func (*ListStackResourceDriftsRequest) SetRegionId ¶
func (s *ListStackResourceDriftsRequest) SetRegionId(v string) *ListStackResourceDriftsRequest
func (*ListStackResourceDriftsRequest) SetResourceDriftStatus ¶
func (s *ListStackResourceDriftsRequest) SetResourceDriftStatus(v []*string) *ListStackResourceDriftsRequest
func (*ListStackResourceDriftsRequest) SetStackId ¶
func (s *ListStackResourceDriftsRequest) SetStackId(v string) *ListStackResourceDriftsRequest
func (ListStackResourceDriftsRequest) String ¶
func (s ListStackResourceDriftsRequest) String() string
type ListStackResourceDriftsResponse ¶
type ListStackResourceDriftsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListStackResourceDriftsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListStackResourceDriftsResponse) GoString ¶
func (s ListStackResourceDriftsResponse) GoString() string
func (*ListStackResourceDriftsResponse) SetBody ¶
func (s *ListStackResourceDriftsResponse) SetBody(v *ListStackResourceDriftsResponseBody) *ListStackResourceDriftsResponse
func (*ListStackResourceDriftsResponse) SetHeaders ¶
func (s *ListStackResourceDriftsResponse) SetHeaders(v map[string]*string) *ListStackResourceDriftsResponse
func (*ListStackResourceDriftsResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListStackResourceDriftsResponse) SetStatusCode(v int32) *ListStackResourceDriftsResponse
func (ListStackResourceDriftsResponse) String ¶
func (s ListStackResourceDriftsResponse) String() string
type ListStackResourceDriftsResponseBody ¶
type ListStackResourceDriftsResponseBody struct { NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceDrifts []*ListStackResourceDriftsResponseBodyResourceDrifts `json:"ResourceDrifts,omitempty" xml:"ResourceDrifts,omitempty" type:"Repeated"` }
func (ListStackResourceDriftsResponseBody) GoString ¶
func (s ListStackResourceDriftsResponseBody) GoString() string
func (*ListStackResourceDriftsResponseBody) SetNextToken ¶
func (s *ListStackResourceDriftsResponseBody) SetNextToken(v string) *ListStackResourceDriftsResponseBody
func (*ListStackResourceDriftsResponseBody) SetRequestId ¶
func (s *ListStackResourceDriftsResponseBody) SetRequestId(v string) *ListStackResourceDriftsResponseBody
func (*ListStackResourceDriftsResponseBody) SetResourceDrifts ¶
func (s *ListStackResourceDriftsResponseBody) SetResourceDrifts(v []*ListStackResourceDriftsResponseBodyResourceDrifts) *ListStackResourceDriftsResponseBody
func (ListStackResourceDriftsResponseBody) String ¶
func (s ListStackResourceDriftsResponseBody) String() string
type ListStackResourceDriftsResponseBodyResourceDrifts ¶
type ListStackResourceDriftsResponseBodyResourceDrifts struct { ActualProperties *string `json:"ActualProperties,omitempty" xml:"ActualProperties,omitempty"` DriftDetectionTime *string `json:"DriftDetectionTime,omitempty" xml:"DriftDetectionTime,omitempty"` ExpectedProperties *string `json:"ExpectedProperties,omitempty" xml:"ExpectedProperties,omitempty"` LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` PhysicalResourceId *string `json:"PhysicalResourceId,omitempty" xml:"PhysicalResourceId,omitempty"` PropertyDifferences []*ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences `json:"PropertyDifferences,omitempty" xml:"PropertyDifferences,omitempty" type:"Repeated"` ResourceDriftStatus *string `json:"ResourceDriftStatus,omitempty" xml:"ResourceDriftStatus,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (ListStackResourceDriftsResponseBodyResourceDrifts) GoString ¶
func (s ListStackResourceDriftsResponseBodyResourceDrifts) GoString() string
func (*ListStackResourceDriftsResponseBodyResourceDrifts) SetActualProperties ¶
func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetActualProperties(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
func (*ListStackResourceDriftsResponseBodyResourceDrifts) SetDriftDetectionTime ¶
func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetDriftDetectionTime(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
func (*ListStackResourceDriftsResponseBodyResourceDrifts) SetExpectedProperties ¶
func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetExpectedProperties(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
func (*ListStackResourceDriftsResponseBodyResourceDrifts) SetLogicalResourceId ¶
func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetLogicalResourceId(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
func (*ListStackResourceDriftsResponseBodyResourceDrifts) SetPhysicalResourceId ¶
func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetPhysicalResourceId(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
func (*ListStackResourceDriftsResponseBodyResourceDrifts) SetPropertyDifferences ¶
func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetPropertyDifferences(v []*ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) *ListStackResourceDriftsResponseBodyResourceDrifts
func (*ListStackResourceDriftsResponseBodyResourceDrifts) SetResourceDriftStatus ¶
func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetResourceDriftStatus(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
func (*ListStackResourceDriftsResponseBodyResourceDrifts) SetResourceType ¶
func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetResourceType(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
func (*ListStackResourceDriftsResponseBodyResourceDrifts) SetStackId ¶
func (s *ListStackResourceDriftsResponseBodyResourceDrifts) SetStackId(v string) *ListStackResourceDriftsResponseBodyResourceDrifts
func (ListStackResourceDriftsResponseBodyResourceDrifts) String ¶
func (s ListStackResourceDriftsResponseBodyResourceDrifts) String() string
type ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences ¶
type ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences struct { ActualValue *string `json:"ActualValue,omitempty" xml:"ActualValue,omitempty"` DifferenceType *string `json:"DifferenceType,omitempty" xml:"DifferenceType,omitempty"` ExpectedValue *string `json:"ExpectedValue,omitempty" xml:"ExpectedValue,omitempty"` PropertyPath *string `json:"PropertyPath,omitempty" xml:"PropertyPath,omitempty"` }
func (ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) GoString ¶
func (s ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) GoString() string
func (*ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) SetActualValue ¶
func (*ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) SetDifferenceType ¶
func (*ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) SetExpectedValue ¶
func (*ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) SetPropertyPath ¶
func (ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) String ¶
func (s ListStackResourceDriftsResponseBodyResourceDriftsPropertyDifferences) String() string
type ListStackResourcesRequest ¶
type ListStackResourcesRequest struct { RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (ListStackResourcesRequest) GoString ¶
func (s ListStackResourcesRequest) GoString() string
func (*ListStackResourcesRequest) SetRegionId ¶
func (s *ListStackResourcesRequest) SetRegionId(v string) *ListStackResourcesRequest
func (*ListStackResourcesRequest) SetStackId ¶
func (s *ListStackResourcesRequest) SetStackId(v string) *ListStackResourcesRequest
func (ListStackResourcesRequest) String ¶
func (s ListStackResourcesRequest) String() string
type ListStackResourcesResponse ¶
type ListStackResourcesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListStackResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListStackResourcesResponse) GoString ¶
func (s ListStackResourcesResponse) GoString() string
func (*ListStackResourcesResponse) SetBody ¶
func (s *ListStackResourcesResponse) SetBody(v *ListStackResourcesResponseBody) *ListStackResourcesResponse
func (*ListStackResourcesResponse) SetHeaders ¶
func (s *ListStackResourcesResponse) SetHeaders(v map[string]*string) *ListStackResourcesResponse
func (*ListStackResourcesResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListStackResourcesResponse) SetStatusCode(v int32) *ListStackResourcesResponse
func (ListStackResourcesResponse) String ¶
func (s ListStackResourcesResponse) String() string
type ListStackResourcesResponseBody ¶
type ListStackResourcesResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Resources []*ListStackResourcesResponseBodyResources `json:"Resources,omitempty" xml:"Resources,omitempty" type:"Repeated"` }
func (ListStackResourcesResponseBody) GoString ¶
func (s ListStackResourcesResponseBody) GoString() string
func (*ListStackResourcesResponseBody) SetRequestId ¶
func (s *ListStackResourcesResponseBody) SetRequestId(v string) *ListStackResourcesResponseBody
func (*ListStackResourcesResponseBody) SetResources ¶
func (s *ListStackResourcesResponseBody) SetResources(v []*ListStackResourcesResponseBodyResources) *ListStackResourcesResponseBody
func (ListStackResourcesResponseBody) String ¶
func (s ListStackResourcesResponseBody) String() string
type ListStackResourcesResponseBodyResources ¶
type ListStackResourcesResponseBodyResources struct { CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` DriftDetectionTime *string `json:"DriftDetectionTime,omitempty" xml:"DriftDetectionTime,omitempty"` LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` PhysicalResourceId *string `json:"PhysicalResourceId,omitempty" xml:"PhysicalResourceId,omitempty"` ResourceDriftStatus *string `json:"ResourceDriftStatus,omitempty" xml:"ResourceDriftStatus,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackName *string `json:"StackName,omitempty" xml:"StackName,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` UpdateTime *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"` }
func (ListStackResourcesResponseBodyResources) GoString ¶
func (s ListStackResourcesResponseBodyResources) GoString() string
func (*ListStackResourcesResponseBodyResources) SetCreateTime ¶
func (s *ListStackResourcesResponseBodyResources) SetCreateTime(v string) *ListStackResourcesResponseBodyResources
func (*ListStackResourcesResponseBodyResources) SetDriftDetectionTime ¶
func (s *ListStackResourcesResponseBodyResources) SetDriftDetectionTime(v string) *ListStackResourcesResponseBodyResources
func (*ListStackResourcesResponseBodyResources) SetLogicalResourceId ¶
func (s *ListStackResourcesResponseBodyResources) SetLogicalResourceId(v string) *ListStackResourcesResponseBodyResources
func (*ListStackResourcesResponseBodyResources) SetPhysicalResourceId ¶
func (s *ListStackResourcesResponseBodyResources) SetPhysicalResourceId(v string) *ListStackResourcesResponseBodyResources
func (*ListStackResourcesResponseBodyResources) SetResourceDriftStatus ¶
func (s *ListStackResourcesResponseBodyResources) SetResourceDriftStatus(v string) *ListStackResourcesResponseBodyResources
func (*ListStackResourcesResponseBodyResources) SetResourceType ¶
func (s *ListStackResourcesResponseBodyResources) SetResourceType(v string) *ListStackResourcesResponseBodyResources
func (*ListStackResourcesResponseBodyResources) SetStackId ¶
func (s *ListStackResourcesResponseBodyResources) SetStackId(v string) *ListStackResourcesResponseBodyResources
func (*ListStackResourcesResponseBodyResources) SetStackName ¶
func (s *ListStackResourcesResponseBodyResources) SetStackName(v string) *ListStackResourcesResponseBodyResources
func (*ListStackResourcesResponseBodyResources) SetStatus ¶
func (s *ListStackResourcesResponseBodyResources) SetStatus(v string) *ListStackResourcesResponseBodyResources
func (*ListStackResourcesResponseBodyResources) SetStatusReason ¶
func (s *ListStackResourcesResponseBodyResources) SetStatusReason(v string) *ListStackResourcesResponseBodyResources
func (*ListStackResourcesResponseBodyResources) SetUpdateTime ¶
func (s *ListStackResourcesResponseBodyResources) SetUpdateTime(v string) *ListStackResourcesResponseBodyResources
func (ListStackResourcesResponseBodyResources) String ¶
func (s ListStackResourcesResponseBodyResources) String() string
type ListStacksRequest ¶
type ListStacksRequest struct { PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` ParentStackId *string `json:"ParentStackId,omitempty" xml:"ParentStackId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` ShowNestedStack *bool `json:"ShowNestedStack,omitempty" xml:"ShowNestedStack,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackIds []*string `json:"StackIds,omitempty" xml:"StackIds,omitempty" type:"Repeated"` StackName []*string `json:"StackName,omitempty" xml:"StackName,omitempty" type:"Repeated"` Status []*string `json:"Status,omitempty" xml:"Status,omitempty" type:"Repeated"` Tag []*ListStacksRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"` }
func (ListStacksRequest) GoString ¶
func (s ListStacksRequest) GoString() string
func (*ListStacksRequest) SetPageNumber ¶
func (s *ListStacksRequest) SetPageNumber(v int64) *ListStacksRequest
func (*ListStacksRequest) SetPageSize ¶
func (s *ListStacksRequest) SetPageSize(v int64) *ListStacksRequest
func (*ListStacksRequest) SetParentStackId ¶
func (s *ListStacksRequest) SetParentStackId(v string) *ListStacksRequest
func (*ListStacksRequest) SetRegionId ¶
func (s *ListStacksRequest) SetRegionId(v string) *ListStacksRequest
func (*ListStacksRequest) SetResourceGroupId ¶
func (s *ListStacksRequest) SetResourceGroupId(v string) *ListStacksRequest
func (*ListStacksRequest) SetShowNestedStack ¶
func (s *ListStacksRequest) SetShowNestedStack(v bool) *ListStacksRequest
func (*ListStacksRequest) SetStackId ¶
func (s *ListStacksRequest) SetStackId(v string) *ListStacksRequest
func (*ListStacksRequest) SetStackIds ¶
func (s *ListStacksRequest) SetStackIds(v []*string) *ListStacksRequest
func (*ListStacksRequest) SetStackName ¶
func (s *ListStacksRequest) SetStackName(v []*string) *ListStacksRequest
func (*ListStacksRequest) SetStatus ¶
func (s *ListStacksRequest) SetStatus(v []*string) *ListStacksRequest
func (*ListStacksRequest) SetTag ¶
func (s *ListStacksRequest) SetTag(v []*ListStacksRequestTag) *ListStacksRequest
func (ListStacksRequest) String ¶
func (s ListStacksRequest) String() string
type ListStacksRequestTag ¶
type ListStacksRequestTag struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (ListStacksRequestTag) GoString ¶
func (s ListStacksRequestTag) GoString() string
func (*ListStacksRequestTag) SetKey ¶
func (s *ListStacksRequestTag) SetKey(v string) *ListStacksRequestTag
func (*ListStacksRequestTag) SetValue ¶
func (s *ListStacksRequestTag) SetValue(v string) *ListStacksRequestTag
func (ListStacksRequestTag) String ¶
func (s ListStacksRequestTag) String() string
type ListStacksResponse ¶
type ListStacksResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListStacksResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListStacksResponse) GoString ¶
func (s ListStacksResponse) GoString() string
func (*ListStacksResponse) SetBody ¶
func (s *ListStacksResponse) SetBody(v *ListStacksResponseBody) *ListStacksResponse
func (*ListStacksResponse) SetHeaders ¶
func (s *ListStacksResponse) SetHeaders(v map[string]*string) *ListStacksResponse
func (*ListStacksResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListStacksResponse) SetStatusCode(v int32) *ListStacksResponse
func (ListStacksResponse) String ¶
func (s ListStacksResponse) String() string
type ListStacksResponseBody ¶
type ListStacksResponseBody struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Stacks []*ListStacksResponseBodyStacks `json:"Stacks,omitempty" xml:"Stacks,omitempty" type:"Repeated"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListStacksResponseBody) GoString ¶
func (s ListStacksResponseBody) GoString() string
func (*ListStacksResponseBody) SetPageNumber ¶
func (s *ListStacksResponseBody) SetPageNumber(v int32) *ListStacksResponseBody
func (*ListStacksResponseBody) SetPageSize ¶
func (s *ListStacksResponseBody) SetPageSize(v int32) *ListStacksResponseBody
func (*ListStacksResponseBody) SetRequestId ¶
func (s *ListStacksResponseBody) SetRequestId(v string) *ListStacksResponseBody
func (*ListStacksResponseBody) SetStacks ¶
func (s *ListStacksResponseBody) SetStacks(v []*ListStacksResponseBodyStacks) *ListStacksResponseBody
func (*ListStacksResponseBody) SetTotalCount ¶
func (s *ListStacksResponseBody) SetTotalCount(v int32) *ListStacksResponseBody
func (ListStacksResponseBody) String ¶
func (s ListStacksResponseBody) String() string
type ListStacksResponseBodyStacks ¶
type ListStacksResponseBodyStacks struct { CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` DisableRollback *bool `json:"DisableRollback,omitempty" xml:"DisableRollback,omitempty"` DriftDetectionTime *string `json:"DriftDetectionTime,omitempty" xml:"DriftDetectionTime,omitempty"` OperationInfo *ListStacksResponseBodyStacksOperationInfo `json:"OperationInfo,omitempty" xml:"OperationInfo,omitempty" type:"Struct"` ParentStackId *string `json:"ParentStackId,omitempty" xml:"ParentStackId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` ServiceManaged *bool `json:"ServiceManaged,omitempty" xml:"ServiceManaged,omitempty"` ServiceName *string `json:"ServiceName,omitempty" xml:"ServiceName,omitempty"` StackDriftStatus *string `json:"StackDriftStatus,omitempty" xml:"StackDriftStatus,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackName *string `json:"StackName,omitempty" xml:"StackName,omitempty"` StackType *string `json:"StackType,omitempty" xml:"StackType,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` Tags []*ListStacksResponseBodyStacksTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"` TimeoutInMinutes *int32 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` UpdateTime *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"` }
func (ListStacksResponseBodyStacks) GoString ¶
func (s ListStacksResponseBodyStacks) GoString() string
func (*ListStacksResponseBodyStacks) SetCreateTime ¶
func (s *ListStacksResponseBodyStacks) SetCreateTime(v string) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetDisableRollback ¶
func (s *ListStacksResponseBodyStacks) SetDisableRollback(v bool) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetDriftDetectionTime ¶
func (s *ListStacksResponseBodyStacks) SetDriftDetectionTime(v string) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetOperationInfo ¶ added in v3.2.11
func (s *ListStacksResponseBodyStacks) SetOperationInfo(v *ListStacksResponseBodyStacksOperationInfo) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetParentStackId ¶
func (s *ListStacksResponseBodyStacks) SetParentStackId(v string) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetRegionId ¶
func (s *ListStacksResponseBodyStacks) SetRegionId(v string) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetResourceGroupId ¶
func (s *ListStacksResponseBodyStacks) SetResourceGroupId(v string) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetServiceManaged ¶
func (s *ListStacksResponseBodyStacks) SetServiceManaged(v bool) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetServiceName ¶
func (s *ListStacksResponseBodyStacks) SetServiceName(v string) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetStackDriftStatus ¶
func (s *ListStacksResponseBodyStacks) SetStackDriftStatus(v string) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetStackId ¶
func (s *ListStacksResponseBodyStacks) SetStackId(v string) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetStackName ¶
func (s *ListStacksResponseBodyStacks) SetStackName(v string) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetStackType ¶
func (s *ListStacksResponseBodyStacks) SetStackType(v string) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetStatus ¶
func (s *ListStacksResponseBodyStacks) SetStatus(v string) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetStatusReason ¶
func (s *ListStacksResponseBodyStacks) SetStatusReason(v string) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetTags ¶
func (s *ListStacksResponseBodyStacks) SetTags(v []*ListStacksResponseBodyStacksTags) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetTimeoutInMinutes ¶
func (s *ListStacksResponseBodyStacks) SetTimeoutInMinutes(v int32) *ListStacksResponseBodyStacks
func (*ListStacksResponseBodyStacks) SetUpdateTime ¶
func (s *ListStacksResponseBodyStacks) SetUpdateTime(v string) *ListStacksResponseBodyStacks
func (ListStacksResponseBodyStacks) String ¶
func (s ListStacksResponseBodyStacks) String() string
type ListStacksResponseBodyStacksOperationInfo ¶ added in v3.2.11
type ListStacksResponseBodyStacksOperationInfo struct { Action *string `json:"Action,omitempty" xml:"Action,omitempty"` Code *string `json:"Code,omitempty" xml:"Code,omitempty"` LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (ListStacksResponseBodyStacksOperationInfo) GoString ¶ added in v3.2.11
func (s ListStacksResponseBodyStacksOperationInfo) GoString() string
func (*ListStacksResponseBodyStacksOperationInfo) SetAction ¶ added in v3.2.11
func (s *ListStacksResponseBodyStacksOperationInfo) SetAction(v string) *ListStacksResponseBodyStacksOperationInfo
func (*ListStacksResponseBodyStacksOperationInfo) SetCode ¶ added in v3.2.11
func (s *ListStacksResponseBodyStacksOperationInfo) SetCode(v string) *ListStacksResponseBodyStacksOperationInfo
func (*ListStacksResponseBodyStacksOperationInfo) SetLogicalResourceId ¶ added in v3.2.11
func (s *ListStacksResponseBodyStacksOperationInfo) SetLogicalResourceId(v string) *ListStacksResponseBodyStacksOperationInfo
func (*ListStacksResponseBodyStacksOperationInfo) SetMessage ¶ added in v3.2.11
func (s *ListStacksResponseBodyStacksOperationInfo) SetMessage(v string) *ListStacksResponseBodyStacksOperationInfo
func (*ListStacksResponseBodyStacksOperationInfo) SetRequestId ¶ added in v3.2.11
func (s *ListStacksResponseBodyStacksOperationInfo) SetRequestId(v string) *ListStacksResponseBodyStacksOperationInfo
func (*ListStacksResponseBodyStacksOperationInfo) SetResourceType ¶ added in v3.2.11
func (s *ListStacksResponseBodyStacksOperationInfo) SetResourceType(v string) *ListStacksResponseBodyStacksOperationInfo
func (ListStacksResponseBodyStacksOperationInfo) String ¶ added in v3.2.11
func (s ListStacksResponseBodyStacksOperationInfo) String() string
type ListStacksResponseBodyStacksTags ¶
type ListStacksResponseBodyStacksTags struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (ListStacksResponseBodyStacksTags) GoString ¶
func (s ListStacksResponseBodyStacksTags) GoString() string
func (*ListStacksResponseBodyStacksTags) SetKey ¶
func (s *ListStacksResponseBodyStacksTags) SetKey(v string) *ListStacksResponseBodyStacksTags
func (*ListStacksResponseBodyStacksTags) SetValue ¶
func (s *ListStacksResponseBodyStacksTags) SetValue(v string) *ListStacksResponseBodyStacksTags
func (ListStacksResponseBodyStacksTags) String ¶
func (s ListStacksResponseBodyStacksTags) String() string
type ListTagKeysRequest ¶
type ListTagKeysRequest struct { NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (ListTagKeysRequest) GoString ¶
func (s ListTagKeysRequest) GoString() string
func (*ListTagKeysRequest) SetNextToken ¶
func (s *ListTagKeysRequest) SetNextToken(v string) *ListTagKeysRequest
func (*ListTagKeysRequest) SetRegionId ¶
func (s *ListTagKeysRequest) SetRegionId(v string) *ListTagKeysRequest
func (*ListTagKeysRequest) SetResourceType ¶
func (s *ListTagKeysRequest) SetResourceType(v string) *ListTagKeysRequest
func (ListTagKeysRequest) String ¶
func (s ListTagKeysRequest) String() string
type ListTagKeysResponse ¶
type ListTagKeysResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListTagKeysResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListTagKeysResponse) GoString ¶
func (s ListTagKeysResponse) GoString() string
func (*ListTagKeysResponse) SetBody ¶
func (s *ListTagKeysResponse) SetBody(v *ListTagKeysResponseBody) *ListTagKeysResponse
func (*ListTagKeysResponse) SetHeaders ¶
func (s *ListTagKeysResponse) SetHeaders(v map[string]*string) *ListTagKeysResponse
func (*ListTagKeysResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListTagKeysResponse) SetStatusCode(v int32) *ListTagKeysResponse
func (ListTagKeysResponse) String ¶
func (s ListTagKeysResponse) String() string
type ListTagKeysResponseBody ¶
type ListTagKeysResponseBody struct { Keys []*string `json:"Keys,omitempty" xml:"Keys,omitempty" type:"Repeated"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (ListTagKeysResponseBody) GoString ¶
func (s ListTagKeysResponseBody) GoString() string
func (*ListTagKeysResponseBody) SetKeys ¶
func (s *ListTagKeysResponseBody) SetKeys(v []*string) *ListTagKeysResponseBody
func (*ListTagKeysResponseBody) SetNextToken ¶
func (s *ListTagKeysResponseBody) SetNextToken(v string) *ListTagKeysResponseBody
func (*ListTagKeysResponseBody) SetRequestId ¶
func (s *ListTagKeysResponseBody) SetRequestId(v string) *ListTagKeysResponseBody
func (ListTagKeysResponseBody) String ¶
func (s ListTagKeysResponseBody) String() string
type ListTagResourcesRequest ¶
type ListTagResourcesRequest struct { NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceId []*string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty" type:"Repeated"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` Tag []*ListTagResourcesRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"` }
func (ListTagResourcesRequest) GoString ¶
func (s ListTagResourcesRequest) GoString() string
func (*ListTagResourcesRequest) SetNextToken ¶
func (s *ListTagResourcesRequest) SetNextToken(v string) *ListTagResourcesRequest
func (*ListTagResourcesRequest) SetRegionId ¶
func (s *ListTagResourcesRequest) SetRegionId(v string) *ListTagResourcesRequest
func (*ListTagResourcesRequest) SetResourceId ¶
func (s *ListTagResourcesRequest) SetResourceId(v []*string) *ListTagResourcesRequest
func (*ListTagResourcesRequest) SetResourceType ¶
func (s *ListTagResourcesRequest) SetResourceType(v string) *ListTagResourcesRequest
func (*ListTagResourcesRequest) SetTag ¶
func (s *ListTagResourcesRequest) SetTag(v []*ListTagResourcesRequestTag) *ListTagResourcesRequest
func (ListTagResourcesRequest) String ¶
func (s ListTagResourcesRequest) String() string
type ListTagResourcesRequestTag ¶
type ListTagResourcesRequestTag struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (ListTagResourcesRequestTag) GoString ¶
func (s ListTagResourcesRequestTag) GoString() string
func (*ListTagResourcesRequestTag) SetKey ¶
func (s *ListTagResourcesRequestTag) SetKey(v string) *ListTagResourcesRequestTag
func (*ListTagResourcesRequestTag) SetValue ¶
func (s *ListTagResourcesRequestTag) SetValue(v string) *ListTagResourcesRequestTag
func (ListTagResourcesRequestTag) String ¶
func (s ListTagResourcesRequestTag) String() string
type ListTagResourcesResponse ¶
type ListTagResourcesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListTagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListTagResourcesResponse) GoString ¶
func (s ListTagResourcesResponse) GoString() string
func (*ListTagResourcesResponse) SetBody ¶
func (s *ListTagResourcesResponse) SetBody(v *ListTagResourcesResponseBody) *ListTagResourcesResponse
func (*ListTagResourcesResponse) SetHeaders ¶
func (s *ListTagResourcesResponse) SetHeaders(v map[string]*string) *ListTagResourcesResponse
func (*ListTagResourcesResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListTagResourcesResponse) SetStatusCode(v int32) *ListTagResourcesResponse
func (ListTagResourcesResponse) String ¶
func (s ListTagResourcesResponse) String() string
type ListTagResourcesResponseBody ¶
type ListTagResourcesResponseBody struct { NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TagResources []*ListTagResourcesResponseBodyTagResources `json:"TagResources,omitempty" xml:"TagResources,omitempty" type:"Repeated"` }
func (ListTagResourcesResponseBody) GoString ¶
func (s ListTagResourcesResponseBody) GoString() string
func (*ListTagResourcesResponseBody) SetNextToken ¶
func (s *ListTagResourcesResponseBody) SetNextToken(v string) *ListTagResourcesResponseBody
func (*ListTagResourcesResponseBody) SetRequestId ¶
func (s *ListTagResourcesResponseBody) SetRequestId(v string) *ListTagResourcesResponseBody
func (*ListTagResourcesResponseBody) SetTagResources ¶
func (s *ListTagResourcesResponseBody) SetTagResources(v []*ListTagResourcesResponseBodyTagResources) *ListTagResourcesResponseBody
func (ListTagResourcesResponseBody) String ¶
func (s ListTagResourcesResponseBody) String() string
type ListTagResourcesResponseBodyTagResources ¶
type ListTagResourcesResponseBodyTagResources struct { ResourceId *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` TagKey *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"` TagValue *string `json:"TagValue,omitempty" xml:"TagValue,omitempty"` }
func (ListTagResourcesResponseBodyTagResources) GoString ¶
func (s ListTagResourcesResponseBodyTagResources) GoString() string
func (*ListTagResourcesResponseBodyTagResources) SetResourceId ¶
func (s *ListTagResourcesResponseBodyTagResources) SetResourceId(v string) *ListTagResourcesResponseBodyTagResources
func (*ListTagResourcesResponseBodyTagResources) SetResourceType ¶
func (s *ListTagResourcesResponseBodyTagResources) SetResourceType(v string) *ListTagResourcesResponseBodyTagResources
func (*ListTagResourcesResponseBodyTagResources) SetTagKey ¶
func (s *ListTagResourcesResponseBodyTagResources) SetTagKey(v string) *ListTagResourcesResponseBodyTagResources
func (*ListTagResourcesResponseBodyTagResources) SetTagValue ¶
func (s *ListTagResourcesResponseBodyTagResources) SetTagValue(v string) *ListTagResourcesResponseBodyTagResources
func (ListTagResourcesResponseBodyTagResources) String ¶
func (s ListTagResourcesResponseBodyTagResources) String() string
type ListTagValuesRequest ¶
type ListTagValuesRequest struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (ListTagValuesRequest) GoString ¶
func (s ListTagValuesRequest) GoString() string
func (*ListTagValuesRequest) SetKey ¶
func (s *ListTagValuesRequest) SetKey(v string) *ListTagValuesRequest
func (*ListTagValuesRequest) SetNextToken ¶
func (s *ListTagValuesRequest) SetNextToken(v string) *ListTagValuesRequest
func (*ListTagValuesRequest) SetRegionId ¶
func (s *ListTagValuesRequest) SetRegionId(v string) *ListTagValuesRequest
func (*ListTagValuesRequest) SetResourceType ¶
func (s *ListTagValuesRequest) SetResourceType(v string) *ListTagValuesRequest
func (ListTagValuesRequest) String ¶
func (s ListTagValuesRequest) String() string
type ListTagValuesResponse ¶
type ListTagValuesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListTagValuesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListTagValuesResponse) GoString ¶
func (s ListTagValuesResponse) GoString() string
func (*ListTagValuesResponse) SetBody ¶
func (s *ListTagValuesResponse) SetBody(v *ListTagValuesResponseBody) *ListTagValuesResponse
func (*ListTagValuesResponse) SetHeaders ¶
func (s *ListTagValuesResponse) SetHeaders(v map[string]*string) *ListTagValuesResponse
func (*ListTagValuesResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListTagValuesResponse) SetStatusCode(v int32) *ListTagValuesResponse
func (ListTagValuesResponse) String ¶
func (s ListTagValuesResponse) String() string
type ListTagValuesResponseBody ¶
type ListTagValuesResponseBody struct { NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Values []*string `json:"Values,omitempty" xml:"Values,omitempty" type:"Repeated"` }
func (ListTagValuesResponseBody) GoString ¶
func (s ListTagValuesResponseBody) GoString() string
func (*ListTagValuesResponseBody) SetNextToken ¶
func (s *ListTagValuesResponseBody) SetNextToken(v string) *ListTagValuesResponseBody
func (*ListTagValuesResponseBody) SetRequestId ¶
func (s *ListTagValuesResponseBody) SetRequestId(v string) *ListTagValuesResponseBody
func (*ListTagValuesResponseBody) SetValues ¶
func (s *ListTagValuesResponseBody) SetValues(v []*string) *ListTagValuesResponseBody
func (ListTagValuesResponseBody) String ¶
func (s ListTagValuesResponseBody) String() string
type ListTemplateScratchesRequest ¶
type ListTemplateScratchesRequest struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` TemplateScratchType *string `json:"TemplateScratchType,omitempty" xml:"TemplateScratchType,omitempty"` }
func (ListTemplateScratchesRequest) GoString ¶
func (s ListTemplateScratchesRequest) GoString() string
func (*ListTemplateScratchesRequest) SetPageNumber ¶
func (s *ListTemplateScratchesRequest) SetPageNumber(v int32) *ListTemplateScratchesRequest
func (*ListTemplateScratchesRequest) SetPageSize ¶
func (s *ListTemplateScratchesRequest) SetPageSize(v int32) *ListTemplateScratchesRequest
func (*ListTemplateScratchesRequest) SetRegionId ¶
func (s *ListTemplateScratchesRequest) SetRegionId(v string) *ListTemplateScratchesRequest
func (*ListTemplateScratchesRequest) SetStatus ¶
func (s *ListTemplateScratchesRequest) SetStatus(v string) *ListTemplateScratchesRequest
func (*ListTemplateScratchesRequest) SetTemplateScratchId ¶
func (s *ListTemplateScratchesRequest) SetTemplateScratchId(v string) *ListTemplateScratchesRequest
func (*ListTemplateScratchesRequest) SetTemplateScratchType ¶
func (s *ListTemplateScratchesRequest) SetTemplateScratchType(v string) *ListTemplateScratchesRequest
func (ListTemplateScratchesRequest) String ¶
func (s ListTemplateScratchesRequest) String() string
type ListTemplateScratchesResponse ¶
type ListTemplateScratchesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListTemplateScratchesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListTemplateScratchesResponse) GoString ¶
func (s ListTemplateScratchesResponse) GoString() string
func (*ListTemplateScratchesResponse) SetBody ¶
func (s *ListTemplateScratchesResponse) SetBody(v *ListTemplateScratchesResponseBody) *ListTemplateScratchesResponse
func (*ListTemplateScratchesResponse) SetHeaders ¶
func (s *ListTemplateScratchesResponse) SetHeaders(v map[string]*string) *ListTemplateScratchesResponse
func (*ListTemplateScratchesResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListTemplateScratchesResponse) SetStatusCode(v int32) *ListTemplateScratchesResponse
func (ListTemplateScratchesResponse) String ¶
func (s ListTemplateScratchesResponse) String() string
type ListTemplateScratchesResponseBody ¶
type ListTemplateScratchesResponseBody struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TemplateScratches []*ListTemplateScratchesResponseBodyTemplateScratches `json:"TemplateScratches,omitempty" xml:"TemplateScratches,omitempty" type:"Repeated"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListTemplateScratchesResponseBody) GoString ¶
func (s ListTemplateScratchesResponseBody) GoString() string
func (*ListTemplateScratchesResponseBody) SetPageNumber ¶
func (s *ListTemplateScratchesResponseBody) SetPageNumber(v int32) *ListTemplateScratchesResponseBody
func (*ListTemplateScratchesResponseBody) SetPageSize ¶
func (s *ListTemplateScratchesResponseBody) SetPageSize(v int32) *ListTemplateScratchesResponseBody
func (*ListTemplateScratchesResponseBody) SetRequestId ¶
func (s *ListTemplateScratchesResponseBody) SetRequestId(v string) *ListTemplateScratchesResponseBody
func (*ListTemplateScratchesResponseBody) SetTemplateScratches ¶
func (s *ListTemplateScratchesResponseBody) SetTemplateScratches(v []*ListTemplateScratchesResponseBodyTemplateScratches) *ListTemplateScratchesResponseBody
func (*ListTemplateScratchesResponseBody) SetTotalCount ¶
func (s *ListTemplateScratchesResponseBody) SetTotalCount(v int32) *ListTemplateScratchesResponseBody
func (ListTemplateScratchesResponseBody) String ¶
func (s ListTemplateScratchesResponseBody) String() string
type ListTemplateScratchesResponseBodyTemplateScratches ¶
type ListTemplateScratchesResponseBodyTemplateScratches struct { CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` FailedCode *string `json:"FailedCode,omitempty" xml:"FailedCode,omitempty"` LogicalIdStrategy *string `json:"LogicalIdStrategy,omitempty" xml:"LogicalIdStrategy,omitempty"` PreferenceParameters []*ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters `json:"PreferenceParameters,omitempty" xml:"PreferenceParameters,omitempty" type:"Repeated"` SourceResourceGroup *ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup `json:"SourceResourceGroup,omitempty" xml:"SourceResourceGroup,omitempty" type:"Struct"` SourceResources []*ListTemplateScratchesResponseBodyTemplateScratchesSourceResources `json:"SourceResources,omitempty" xml:"SourceResources,omitempty" type:"Repeated"` SourceTag *ListTemplateScratchesResponseBodyTemplateScratchesSourceTag `json:"SourceTag,omitempty" xml:"SourceTag,omitempty" type:"Struct"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` StatusReason *string `json:"StatusReason,omitempty" xml:"StatusReason,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` TemplateScratchType *string `json:"TemplateScratchType,omitempty" xml:"TemplateScratchType,omitempty"` UpdateTime *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"` }
func (ListTemplateScratchesResponseBodyTemplateScratches) GoString ¶
func (s ListTemplateScratchesResponseBodyTemplateScratches) GoString() string
func (*ListTemplateScratchesResponseBodyTemplateScratches) SetCreateTime ¶
func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetCreateTime(v string) *ListTemplateScratchesResponseBodyTemplateScratches
func (*ListTemplateScratchesResponseBodyTemplateScratches) SetDescription ¶
func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetDescription(v string) *ListTemplateScratchesResponseBodyTemplateScratches
func (*ListTemplateScratchesResponseBodyTemplateScratches) SetFailedCode ¶
func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetFailedCode(v string) *ListTemplateScratchesResponseBodyTemplateScratches
func (*ListTemplateScratchesResponseBodyTemplateScratches) SetLogicalIdStrategy ¶
func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetLogicalIdStrategy(v string) *ListTemplateScratchesResponseBodyTemplateScratches
func (*ListTemplateScratchesResponseBodyTemplateScratches) SetPreferenceParameters ¶
func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetPreferenceParameters(v []*ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters) *ListTemplateScratchesResponseBodyTemplateScratches
func (*ListTemplateScratchesResponseBodyTemplateScratches) SetSourceResourceGroup ¶
func (*ListTemplateScratchesResponseBodyTemplateScratches) SetSourceResources ¶
func (*ListTemplateScratchesResponseBodyTemplateScratches) SetSourceTag ¶
func (*ListTemplateScratchesResponseBodyTemplateScratches) SetStatusReason ¶
func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetStatusReason(v string) *ListTemplateScratchesResponseBodyTemplateScratches
func (*ListTemplateScratchesResponseBodyTemplateScratches) SetTemplateScratchId ¶
func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetTemplateScratchId(v string) *ListTemplateScratchesResponseBodyTemplateScratches
func (*ListTemplateScratchesResponseBodyTemplateScratches) SetTemplateScratchType ¶
func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetTemplateScratchType(v string) *ListTemplateScratchesResponseBodyTemplateScratches
func (*ListTemplateScratchesResponseBodyTemplateScratches) SetUpdateTime ¶
func (s *ListTemplateScratchesResponseBodyTemplateScratches) SetUpdateTime(v string) *ListTemplateScratchesResponseBodyTemplateScratches
func (ListTemplateScratchesResponseBodyTemplateScratches) String ¶
func (s ListTemplateScratchesResponseBodyTemplateScratches) String() string
type ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters ¶
type ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters) GoString ¶
func (s ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters) GoString() string
func (*ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters) SetParameterKey ¶
func (*ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters) SetParameterValue ¶
func (ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters) String ¶
func (s ListTemplateScratchesResponseBodyTemplateScratchesPreferenceParameters) String() string
type ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup ¶
type ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup struct { ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` ResourceTypeFilter []*string `json:"ResourceTypeFilter,omitempty" xml:"ResourceTypeFilter,omitempty" type:"Repeated"` }
func (ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup) GoString ¶
func (s ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup) GoString() string
func (*ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup) SetResourceGroupId ¶
func (*ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup) SetResourceTypeFilter ¶
func (s *ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup) SetResourceTypeFilter(v []*string) *ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup
func (ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup) String ¶
func (s ListTemplateScratchesResponseBodyTemplateScratchesSourceResourceGroup) String() string
type ListTemplateScratchesResponseBodyTemplateScratchesSourceResources ¶
type ListTemplateScratchesResponseBodyTemplateScratchesSourceResources struct { ResourceId *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (ListTemplateScratchesResponseBodyTemplateScratchesSourceResources) GoString ¶
func (s ListTemplateScratchesResponseBodyTemplateScratchesSourceResources) GoString() string
func (*ListTemplateScratchesResponseBodyTemplateScratchesSourceResources) SetResourceId ¶
func (*ListTemplateScratchesResponseBodyTemplateScratchesSourceResources) SetResourceType ¶
func (ListTemplateScratchesResponseBodyTemplateScratchesSourceResources) String ¶
func (s ListTemplateScratchesResponseBodyTemplateScratchesSourceResources) String() string
type ListTemplateScratchesResponseBodyTemplateScratchesSourceTag ¶
type ListTemplateScratchesResponseBodyTemplateScratchesSourceTag struct { ResourceTags map[string]interface{} `json:"ResourceTags,omitempty" xml:"ResourceTags,omitempty"` ResourceTypeFilter []*string `json:"ResourceTypeFilter,omitempty" xml:"ResourceTypeFilter,omitempty" type:"Repeated"` }
func (ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) GoString ¶
func (s ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) GoString() string
func (*ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) SetResourceTags ¶
func (s *ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) SetResourceTags(v map[string]interface{}) *ListTemplateScratchesResponseBodyTemplateScratchesSourceTag
func (*ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) SetResourceTypeFilter ¶
func (s *ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) SetResourceTypeFilter(v []*string) *ListTemplateScratchesResponseBodyTemplateScratchesSourceTag
func (ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) String ¶
func (s ListTemplateScratchesResponseBodyTemplateScratchesSourceTag) String() string
type ListTemplateVersionsRequest ¶
type ListTemplateVersionsRequest struct { MaxResults *int64 `json:"MaxResults,omitempty" xml:"MaxResults,omitempty"` NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` }
func (ListTemplateVersionsRequest) GoString ¶
func (s ListTemplateVersionsRequest) GoString() string
func (*ListTemplateVersionsRequest) SetMaxResults ¶
func (s *ListTemplateVersionsRequest) SetMaxResults(v int64) *ListTemplateVersionsRequest
func (*ListTemplateVersionsRequest) SetNextToken ¶
func (s *ListTemplateVersionsRequest) SetNextToken(v string) *ListTemplateVersionsRequest
func (*ListTemplateVersionsRequest) SetTemplateId ¶
func (s *ListTemplateVersionsRequest) SetTemplateId(v string) *ListTemplateVersionsRequest
func (ListTemplateVersionsRequest) String ¶
func (s ListTemplateVersionsRequest) String() string
type ListTemplateVersionsResponse ¶
type ListTemplateVersionsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListTemplateVersionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListTemplateVersionsResponse) GoString ¶
func (s ListTemplateVersionsResponse) GoString() string
func (*ListTemplateVersionsResponse) SetBody ¶
func (s *ListTemplateVersionsResponse) SetBody(v *ListTemplateVersionsResponseBody) *ListTemplateVersionsResponse
func (*ListTemplateVersionsResponse) SetHeaders ¶
func (s *ListTemplateVersionsResponse) SetHeaders(v map[string]*string) *ListTemplateVersionsResponse
func (*ListTemplateVersionsResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListTemplateVersionsResponse) SetStatusCode(v int32) *ListTemplateVersionsResponse
func (ListTemplateVersionsResponse) String ¶
func (s ListTemplateVersionsResponse) String() string
type ListTemplateVersionsResponseBody ¶
type ListTemplateVersionsResponseBody struct { NextToken *string `json:"NextToken,omitempty" xml:"NextToken,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Versions []*ListTemplateVersionsResponseBodyVersions `json:"Versions,omitempty" xml:"Versions,omitempty" type:"Repeated"` }
func (ListTemplateVersionsResponseBody) GoString ¶
func (s ListTemplateVersionsResponseBody) GoString() string
func (*ListTemplateVersionsResponseBody) SetNextToken ¶
func (s *ListTemplateVersionsResponseBody) SetNextToken(v string) *ListTemplateVersionsResponseBody
func (*ListTemplateVersionsResponseBody) SetRequestId ¶
func (s *ListTemplateVersionsResponseBody) SetRequestId(v string) *ListTemplateVersionsResponseBody
func (*ListTemplateVersionsResponseBody) SetVersions ¶
func (s *ListTemplateVersionsResponseBody) SetVersions(v []*ListTemplateVersionsResponseBodyVersions) *ListTemplateVersionsResponseBody
func (ListTemplateVersionsResponseBody) String ¶
func (s ListTemplateVersionsResponseBody) String() string
type ListTemplateVersionsResponseBodyVersions ¶
type ListTemplateVersionsResponseBodyVersions struct { CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateName *string `json:"TemplateName,omitempty" xml:"TemplateName,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` UpdateTime *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"` }
func (ListTemplateVersionsResponseBodyVersions) GoString ¶
func (s ListTemplateVersionsResponseBodyVersions) GoString() string
func (*ListTemplateVersionsResponseBodyVersions) SetCreateTime ¶
func (s *ListTemplateVersionsResponseBodyVersions) SetCreateTime(v string) *ListTemplateVersionsResponseBodyVersions
func (*ListTemplateVersionsResponseBodyVersions) SetDescription ¶
func (s *ListTemplateVersionsResponseBodyVersions) SetDescription(v string) *ListTemplateVersionsResponseBodyVersions
func (*ListTemplateVersionsResponseBodyVersions) SetTemplateId ¶
func (s *ListTemplateVersionsResponseBodyVersions) SetTemplateId(v string) *ListTemplateVersionsResponseBodyVersions
func (*ListTemplateVersionsResponseBodyVersions) SetTemplateName ¶
func (s *ListTemplateVersionsResponseBodyVersions) SetTemplateName(v string) *ListTemplateVersionsResponseBodyVersions
func (*ListTemplateVersionsResponseBodyVersions) SetTemplateVersion ¶
func (s *ListTemplateVersionsResponseBodyVersions) SetTemplateVersion(v string) *ListTemplateVersionsResponseBodyVersions
func (*ListTemplateVersionsResponseBodyVersions) SetUpdateTime ¶
func (s *ListTemplateVersionsResponseBodyVersions) SetUpdateTime(v string) *ListTemplateVersionsResponseBodyVersions
func (ListTemplateVersionsResponseBodyVersions) String ¶
func (s ListTemplateVersionsResponseBodyVersions) String() string
type ListTemplatesRequest ¶
type ListTemplatesRequest struct { IncludeTags *string `json:"IncludeTags,omitempty" xml:"IncludeTags,omitempty"` PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` Tag []*ListTemplatesRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"` TemplateName *string `json:"TemplateName,omitempty" xml:"TemplateName,omitempty"` }
func (ListTemplatesRequest) GoString ¶
func (s ListTemplatesRequest) GoString() string
func (*ListTemplatesRequest) SetIncludeTags ¶ added in v3.2.5
func (s *ListTemplatesRequest) SetIncludeTags(v string) *ListTemplatesRequest
func (*ListTemplatesRequest) SetPageNumber ¶
func (s *ListTemplatesRequest) SetPageNumber(v int64) *ListTemplatesRequest
func (*ListTemplatesRequest) SetPageSize ¶
func (s *ListTemplatesRequest) SetPageSize(v int64) *ListTemplatesRequest
func (*ListTemplatesRequest) SetResourceGroupId ¶
func (s *ListTemplatesRequest) SetResourceGroupId(v string) *ListTemplatesRequest
func (*ListTemplatesRequest) SetShareType ¶
func (s *ListTemplatesRequest) SetShareType(v string) *ListTemplatesRequest
func (*ListTemplatesRequest) SetTag ¶
func (s *ListTemplatesRequest) SetTag(v []*ListTemplatesRequestTag) *ListTemplatesRequest
func (*ListTemplatesRequest) SetTemplateName ¶
func (s *ListTemplatesRequest) SetTemplateName(v string) *ListTemplatesRequest
func (ListTemplatesRequest) String ¶
func (s ListTemplatesRequest) String() string
type ListTemplatesRequestTag ¶
type ListTemplatesRequestTag struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (ListTemplatesRequestTag) GoString ¶
func (s ListTemplatesRequestTag) GoString() string
func (*ListTemplatesRequestTag) SetKey ¶
func (s *ListTemplatesRequestTag) SetKey(v string) *ListTemplatesRequestTag
func (*ListTemplatesRequestTag) SetValue ¶
func (s *ListTemplatesRequestTag) SetValue(v string) *ListTemplatesRequestTag
func (ListTemplatesRequestTag) String ¶
func (s ListTemplatesRequestTag) String() string
type ListTemplatesResponse ¶
type ListTemplatesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ListTemplatesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListTemplatesResponse) GoString ¶
func (s ListTemplatesResponse) GoString() string
func (*ListTemplatesResponse) SetBody ¶
func (s *ListTemplatesResponse) SetBody(v *ListTemplatesResponseBody) *ListTemplatesResponse
func (*ListTemplatesResponse) SetHeaders ¶
func (s *ListTemplatesResponse) SetHeaders(v map[string]*string) *ListTemplatesResponse
func (*ListTemplatesResponse) SetStatusCode ¶ added in v3.2.4
func (s *ListTemplatesResponse) SetStatusCode(v int32) *ListTemplatesResponse
func (ListTemplatesResponse) String ¶
func (s ListTemplatesResponse) String() string
type ListTemplatesResponseBody ¶
type ListTemplatesResponseBody struct { PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Templates []*ListTemplatesResponseBodyTemplates `json:"Templates,omitempty" xml:"Templates,omitempty" type:"Repeated"` TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListTemplatesResponseBody) GoString ¶
func (s ListTemplatesResponseBody) GoString() string
func (*ListTemplatesResponseBody) SetPageNumber ¶
func (s *ListTemplatesResponseBody) SetPageNumber(v int32) *ListTemplatesResponseBody
func (*ListTemplatesResponseBody) SetPageSize ¶
func (s *ListTemplatesResponseBody) SetPageSize(v int32) *ListTemplatesResponseBody
func (*ListTemplatesResponseBody) SetRequestId ¶
func (s *ListTemplatesResponseBody) SetRequestId(v string) *ListTemplatesResponseBody
func (*ListTemplatesResponseBody) SetTemplates ¶
func (s *ListTemplatesResponseBody) SetTemplates(v []*ListTemplatesResponseBodyTemplates) *ListTemplatesResponseBody
func (*ListTemplatesResponseBody) SetTotalCount ¶
func (s *ListTemplatesResponseBody) SetTotalCount(v int32) *ListTemplatesResponseBody
func (ListTemplatesResponseBody) String ¶
func (s ListTemplatesResponseBody) String() string
type ListTemplatesResponseBodyTemplates ¶
type ListTemplatesResponseBodyTemplates struct { CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` OwnerId *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` Tags []*ListTemplatesResponseBodyTemplatesTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"` TemplateARN *string `json:"TemplateARN,omitempty" xml:"TemplateARN,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateName *string `json:"TemplateName,omitempty" xml:"TemplateName,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` UpdateTime *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"` }
func (ListTemplatesResponseBodyTemplates) GoString ¶
func (s ListTemplatesResponseBodyTemplates) GoString() string
func (*ListTemplatesResponseBodyTemplates) SetCreateTime ¶
func (s *ListTemplatesResponseBodyTemplates) SetCreateTime(v string) *ListTemplatesResponseBodyTemplates
func (*ListTemplatesResponseBodyTemplates) SetDescription ¶
func (s *ListTemplatesResponseBodyTemplates) SetDescription(v string) *ListTemplatesResponseBodyTemplates
func (*ListTemplatesResponseBodyTemplates) SetOwnerId ¶
func (s *ListTemplatesResponseBodyTemplates) SetOwnerId(v string) *ListTemplatesResponseBodyTemplates
func (*ListTemplatesResponseBodyTemplates) SetResourceGroupId ¶
func (s *ListTemplatesResponseBodyTemplates) SetResourceGroupId(v string) *ListTemplatesResponseBodyTemplates
func (*ListTemplatesResponseBodyTemplates) SetShareType ¶
func (s *ListTemplatesResponseBodyTemplates) SetShareType(v string) *ListTemplatesResponseBodyTemplates
func (*ListTemplatesResponseBodyTemplates) SetTags ¶ added in v3.2.5
func (s *ListTemplatesResponseBodyTemplates) SetTags(v []*ListTemplatesResponseBodyTemplatesTags) *ListTemplatesResponseBodyTemplates
func (*ListTemplatesResponseBodyTemplates) SetTemplateARN ¶
func (s *ListTemplatesResponseBodyTemplates) SetTemplateARN(v string) *ListTemplatesResponseBodyTemplates
func (*ListTemplatesResponseBodyTemplates) SetTemplateId ¶
func (s *ListTemplatesResponseBodyTemplates) SetTemplateId(v string) *ListTemplatesResponseBodyTemplates
func (*ListTemplatesResponseBodyTemplates) SetTemplateName ¶
func (s *ListTemplatesResponseBodyTemplates) SetTemplateName(v string) *ListTemplatesResponseBodyTemplates
func (*ListTemplatesResponseBodyTemplates) SetTemplateVersion ¶
func (s *ListTemplatesResponseBodyTemplates) SetTemplateVersion(v string) *ListTemplatesResponseBodyTemplates
func (*ListTemplatesResponseBodyTemplates) SetUpdateTime ¶
func (s *ListTemplatesResponseBodyTemplates) SetUpdateTime(v string) *ListTemplatesResponseBodyTemplates
func (ListTemplatesResponseBodyTemplates) String ¶
func (s ListTemplatesResponseBodyTemplates) String() string
type ListTemplatesResponseBodyTemplatesTags ¶ added in v3.2.5
type ListTemplatesResponseBodyTemplatesTags struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (ListTemplatesResponseBodyTemplatesTags) GoString ¶ added in v3.2.5
func (s ListTemplatesResponseBodyTemplatesTags) GoString() string
func (*ListTemplatesResponseBodyTemplatesTags) SetKey ¶ added in v3.2.5
func (s *ListTemplatesResponseBodyTemplatesTags) SetKey(v string) *ListTemplatesResponseBodyTemplatesTags
func (*ListTemplatesResponseBodyTemplatesTags) SetValue ¶ added in v3.2.5
func (s *ListTemplatesResponseBodyTemplatesTags) SetValue(v string) *ListTemplatesResponseBodyTemplatesTags
func (ListTemplatesResponseBodyTemplatesTags) String ¶ added in v3.2.5
func (s ListTemplatesResponseBodyTemplatesTags) String() string
type MoveResourceGroupRequest ¶
type MoveResourceGroupRequest struct { NewResourceGroupId *string `json:"NewResourceGroupId,omitempty" xml:"NewResourceGroupId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceId *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (MoveResourceGroupRequest) GoString ¶
func (s MoveResourceGroupRequest) GoString() string
func (*MoveResourceGroupRequest) SetNewResourceGroupId ¶
func (s *MoveResourceGroupRequest) SetNewResourceGroupId(v string) *MoveResourceGroupRequest
func (*MoveResourceGroupRequest) SetRegionId ¶
func (s *MoveResourceGroupRequest) SetRegionId(v string) *MoveResourceGroupRequest
func (*MoveResourceGroupRequest) SetResourceId ¶
func (s *MoveResourceGroupRequest) SetResourceId(v string) *MoveResourceGroupRequest
func (*MoveResourceGroupRequest) SetResourceType ¶
func (s *MoveResourceGroupRequest) SetResourceType(v string) *MoveResourceGroupRequest
func (MoveResourceGroupRequest) String ¶
func (s MoveResourceGroupRequest) String() string
type MoveResourceGroupResponse ¶
type MoveResourceGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *MoveResourceGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (MoveResourceGroupResponse) GoString ¶
func (s MoveResourceGroupResponse) GoString() string
func (*MoveResourceGroupResponse) SetBody ¶
func (s *MoveResourceGroupResponse) SetBody(v *MoveResourceGroupResponseBody) *MoveResourceGroupResponse
func (*MoveResourceGroupResponse) SetHeaders ¶
func (s *MoveResourceGroupResponse) SetHeaders(v map[string]*string) *MoveResourceGroupResponse
func (*MoveResourceGroupResponse) SetStatusCode ¶ added in v3.2.4
func (s *MoveResourceGroupResponse) SetStatusCode(v int32) *MoveResourceGroupResponse
func (MoveResourceGroupResponse) String ¶
func (s MoveResourceGroupResponse) String() string
type MoveResourceGroupResponseBody ¶
type MoveResourceGroupResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (MoveResourceGroupResponseBody) GoString ¶
func (s MoveResourceGroupResponseBody) GoString() string
func (*MoveResourceGroupResponseBody) SetRequestId ¶
func (s *MoveResourceGroupResponseBody) SetRequestId(v string) *MoveResourceGroupResponseBody
func (MoveResourceGroupResponseBody) String ¶
func (s MoveResourceGroupResponseBody) String() string
type PreviewStackRequest ¶
type PreviewStackRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DisableRollback *bool `json:"DisableRollback,omitempty" xml:"DisableRollback,omitempty"` Parallelism *int64 `json:"Parallelism,omitempty" xml:"Parallelism,omitempty"` Parameters []*PreviewStackRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceConfigRules []*PreviewStackRequestResourceConfigRules `json:"ResourceConfigRules,omitempty" xml:"ResourceConfigRules,omitempty" type:"Repeated"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackName *string `json:"StackName,omitempty" xml:"StackName,omitempty"` StackPolicyBody *string `json:"StackPolicyBody,omitempty" xml:"StackPolicyBody,omitempty"` StackPolicyURL *string `json:"StackPolicyURL,omitempty" xml:"StackPolicyURL,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` TemplateScratchRegionId *string `json:"TemplateScratchRegionId,omitempty" xml:"TemplateScratchRegionId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` TimeoutInMinutes *int64 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` }
func (PreviewStackRequest) GoString ¶
func (s PreviewStackRequest) GoString() string
func (*PreviewStackRequest) SetClientToken ¶
func (s *PreviewStackRequest) SetClientToken(v string) *PreviewStackRequest
func (*PreviewStackRequest) SetDisableRollback ¶
func (s *PreviewStackRequest) SetDisableRollback(v bool) *PreviewStackRequest
func (*PreviewStackRequest) SetParallelism ¶
func (s *PreviewStackRequest) SetParallelism(v int64) *PreviewStackRequest
func (*PreviewStackRequest) SetParameters ¶
func (s *PreviewStackRequest) SetParameters(v []*PreviewStackRequestParameters) *PreviewStackRequest
func (*PreviewStackRequest) SetRegionId ¶
func (s *PreviewStackRequest) SetRegionId(v string) *PreviewStackRequest
func (*PreviewStackRequest) SetResourceConfigRules ¶ added in v3.2.11
func (s *PreviewStackRequest) SetResourceConfigRules(v []*PreviewStackRequestResourceConfigRules) *PreviewStackRequest
func (*PreviewStackRequest) SetStackId ¶ added in v3.2.7
func (s *PreviewStackRequest) SetStackId(v string) *PreviewStackRequest
func (*PreviewStackRequest) SetStackName ¶
func (s *PreviewStackRequest) SetStackName(v string) *PreviewStackRequest
func (*PreviewStackRequest) SetStackPolicyBody ¶
func (s *PreviewStackRequest) SetStackPolicyBody(v string) *PreviewStackRequest
func (*PreviewStackRequest) SetStackPolicyURL ¶
func (s *PreviewStackRequest) SetStackPolicyURL(v string) *PreviewStackRequest
func (*PreviewStackRequest) SetTemplateBody ¶
func (s *PreviewStackRequest) SetTemplateBody(v string) *PreviewStackRequest
func (*PreviewStackRequest) SetTemplateId ¶
func (s *PreviewStackRequest) SetTemplateId(v string) *PreviewStackRequest
func (*PreviewStackRequest) SetTemplateScratchId ¶
func (s *PreviewStackRequest) SetTemplateScratchId(v string) *PreviewStackRequest
func (*PreviewStackRequest) SetTemplateScratchRegionId ¶
func (s *PreviewStackRequest) SetTemplateScratchRegionId(v string) *PreviewStackRequest
func (*PreviewStackRequest) SetTemplateURL ¶
func (s *PreviewStackRequest) SetTemplateURL(v string) *PreviewStackRequest
func (*PreviewStackRequest) SetTemplateVersion ¶
func (s *PreviewStackRequest) SetTemplateVersion(v string) *PreviewStackRequest
func (*PreviewStackRequest) SetTimeoutInMinutes ¶
func (s *PreviewStackRequest) SetTimeoutInMinutes(v int64) *PreviewStackRequest
func (PreviewStackRequest) String ¶
func (s PreviewStackRequest) String() string
type PreviewStackRequestParameters ¶
type PreviewStackRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (PreviewStackRequestParameters) GoString ¶
func (s PreviewStackRequestParameters) GoString() string
func (*PreviewStackRequestParameters) SetParameterKey ¶
func (s *PreviewStackRequestParameters) SetParameterKey(v string) *PreviewStackRequestParameters
func (*PreviewStackRequestParameters) SetParameterValue ¶
func (s *PreviewStackRequestParameters) SetParameterValue(v string) *PreviewStackRequestParameters
func (PreviewStackRequestParameters) String ¶
func (s PreviewStackRequestParameters) String() string
type PreviewStackRequestResourceConfigRules ¶ added in v3.2.11
type PreviewStackRequestResourceConfigRules struct { Identifier *string `json:"Identifier,omitempty" xml:"Identifier,omitempty"` InputParameters map[string]interface{} `json:"InputParameters,omitempty" xml:"InputParameters,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (PreviewStackRequestResourceConfigRules) GoString ¶ added in v3.2.11
func (s PreviewStackRequestResourceConfigRules) GoString() string
func (*PreviewStackRequestResourceConfigRules) SetIdentifier ¶ added in v3.2.11
func (s *PreviewStackRequestResourceConfigRules) SetIdentifier(v string) *PreviewStackRequestResourceConfigRules
func (*PreviewStackRequestResourceConfigRules) SetInputParameters ¶ added in v3.2.11
func (s *PreviewStackRequestResourceConfigRules) SetInputParameters(v map[string]interface{}) *PreviewStackRequestResourceConfigRules
func (*PreviewStackRequestResourceConfigRules) SetResourceType ¶ added in v3.2.11
func (s *PreviewStackRequestResourceConfigRules) SetResourceType(v string) *PreviewStackRequestResourceConfigRules
func (PreviewStackRequestResourceConfigRules) String ¶ added in v3.2.11
func (s PreviewStackRequestResourceConfigRules) String() string
type PreviewStackResponse ¶
type PreviewStackResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *PreviewStackResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (PreviewStackResponse) GoString ¶
func (s PreviewStackResponse) GoString() string
func (*PreviewStackResponse) SetBody ¶
func (s *PreviewStackResponse) SetBody(v *PreviewStackResponseBody) *PreviewStackResponse
func (*PreviewStackResponse) SetHeaders ¶
func (s *PreviewStackResponse) SetHeaders(v map[string]*string) *PreviewStackResponse
func (*PreviewStackResponse) SetStatusCode ¶ added in v3.2.4
func (s *PreviewStackResponse) SetStatusCode(v int32) *PreviewStackResponse
func (PreviewStackResponse) String ¶
func (s PreviewStackResponse) String() string
type PreviewStackResponseBody ¶
type PreviewStackResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Stack *PreviewStackResponseBodyStack `json:"Stack,omitempty" xml:"Stack,omitempty" type:"Struct"` }
func (PreviewStackResponseBody) GoString ¶
func (s PreviewStackResponseBody) GoString() string
func (*PreviewStackResponseBody) SetRequestId ¶
func (s *PreviewStackResponseBody) SetRequestId(v string) *PreviewStackResponseBody
func (*PreviewStackResponseBody) SetStack ¶
func (s *PreviewStackResponseBody) SetStack(v *PreviewStackResponseBodyStack) *PreviewStackResponseBody
func (PreviewStackResponseBody) String ¶
func (s PreviewStackResponseBody) String() string
type PreviewStackResponseBodyStack ¶
type PreviewStackResponseBodyStack struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` DisableRollback *bool `json:"DisableRollback,omitempty" xml:"DisableRollback,omitempty"` Log *PreviewStackResponseBodyStackLog `json:"Log,omitempty" xml:"Log,omitempty" type:"Struct"` Parameters []*PreviewStackResponseBodyStackParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` Resources []*PreviewStackResponseBodyStackResources `json:"Resources,omitempty" xml:"Resources,omitempty" type:"Repeated"` StackName *string `json:"StackName,omitempty" xml:"StackName,omitempty"` StackPolicyBody map[string]interface{} `json:"StackPolicyBody,omitempty" xml:"StackPolicyBody,omitempty"` TemplateDescription *string `json:"TemplateDescription,omitempty" xml:"TemplateDescription,omitempty"` TimeoutInMinutes *int32 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` }
func (PreviewStackResponseBodyStack) GoString ¶
func (s PreviewStackResponseBodyStack) GoString() string
func (*PreviewStackResponseBodyStack) SetDescription ¶
func (s *PreviewStackResponseBodyStack) SetDescription(v string) *PreviewStackResponseBodyStack
func (*PreviewStackResponseBodyStack) SetDisableRollback ¶
func (s *PreviewStackResponseBodyStack) SetDisableRollback(v bool) *PreviewStackResponseBodyStack
func (*PreviewStackResponseBodyStack) SetLog ¶
func (s *PreviewStackResponseBodyStack) SetLog(v *PreviewStackResponseBodyStackLog) *PreviewStackResponseBodyStack
func (*PreviewStackResponseBodyStack) SetParameters ¶
func (s *PreviewStackResponseBodyStack) SetParameters(v []*PreviewStackResponseBodyStackParameters) *PreviewStackResponseBodyStack
func (*PreviewStackResponseBodyStack) SetRegionId ¶
func (s *PreviewStackResponseBodyStack) SetRegionId(v string) *PreviewStackResponseBodyStack
func (*PreviewStackResponseBodyStack) SetResources ¶
func (s *PreviewStackResponseBodyStack) SetResources(v []*PreviewStackResponseBodyStackResources) *PreviewStackResponseBodyStack
func (*PreviewStackResponseBodyStack) SetStackName ¶
func (s *PreviewStackResponseBodyStack) SetStackName(v string) *PreviewStackResponseBodyStack
func (*PreviewStackResponseBodyStack) SetStackPolicyBody ¶
func (s *PreviewStackResponseBodyStack) SetStackPolicyBody(v map[string]interface{}) *PreviewStackResponseBodyStack
func (*PreviewStackResponseBodyStack) SetTemplateDescription ¶
func (s *PreviewStackResponseBodyStack) SetTemplateDescription(v string) *PreviewStackResponseBodyStack
func (*PreviewStackResponseBodyStack) SetTimeoutInMinutes ¶
func (s *PreviewStackResponseBodyStack) SetTimeoutInMinutes(v int32) *PreviewStackResponseBodyStack
func (PreviewStackResponseBodyStack) String ¶
func (s PreviewStackResponseBodyStack) String() string
type PreviewStackResponseBodyStackLog ¶
type PreviewStackResponseBodyStackLog struct {
TerraformLogs []*PreviewStackResponseBodyStackLogTerraformLogs `json:"TerraformLogs,omitempty" xml:"TerraformLogs,omitempty" type:"Repeated"`
}
func (PreviewStackResponseBodyStackLog) GoString ¶
func (s PreviewStackResponseBodyStackLog) GoString() string
func (*PreviewStackResponseBodyStackLog) SetTerraformLogs ¶
func (s *PreviewStackResponseBodyStackLog) SetTerraformLogs(v []*PreviewStackResponseBodyStackLogTerraformLogs) *PreviewStackResponseBodyStackLog
func (PreviewStackResponseBodyStackLog) String ¶
func (s PreviewStackResponseBodyStackLog) String() string
type PreviewStackResponseBodyStackLogTerraformLogs ¶
type PreviewStackResponseBodyStackLogTerraformLogs struct { Command *string `json:"Command,omitempty" xml:"Command,omitempty"` Content *string `json:"Content,omitempty" xml:"Content,omitempty"` Stream *string `json:"Stream,omitempty" xml:"Stream,omitempty"` }
func (PreviewStackResponseBodyStackLogTerraformLogs) GoString ¶
func (s PreviewStackResponseBodyStackLogTerraformLogs) GoString() string
func (*PreviewStackResponseBodyStackLogTerraformLogs) SetCommand ¶
func (s *PreviewStackResponseBodyStackLogTerraformLogs) SetCommand(v string) *PreviewStackResponseBodyStackLogTerraformLogs
func (*PreviewStackResponseBodyStackLogTerraformLogs) SetContent ¶
func (s *PreviewStackResponseBodyStackLogTerraformLogs) SetContent(v string) *PreviewStackResponseBodyStackLogTerraformLogs
func (*PreviewStackResponseBodyStackLogTerraformLogs) SetStream ¶
func (s *PreviewStackResponseBodyStackLogTerraformLogs) SetStream(v string) *PreviewStackResponseBodyStackLogTerraformLogs
func (PreviewStackResponseBodyStackLogTerraformLogs) String ¶
func (s PreviewStackResponseBodyStackLogTerraformLogs) String() string
type PreviewStackResponseBodyStackParameters ¶
type PreviewStackResponseBodyStackParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (PreviewStackResponseBodyStackParameters) GoString ¶
func (s PreviewStackResponseBodyStackParameters) GoString() string
func (*PreviewStackResponseBodyStackParameters) SetParameterKey ¶
func (s *PreviewStackResponseBodyStackParameters) SetParameterKey(v string) *PreviewStackResponseBodyStackParameters
func (*PreviewStackResponseBodyStackParameters) SetParameterValue ¶
func (s *PreviewStackResponseBodyStackParameters) SetParameterValue(v string) *PreviewStackResponseBodyStackParameters
func (PreviewStackResponseBodyStackParameters) String ¶
func (s PreviewStackResponseBodyStackParameters) String() string
type PreviewStackResponseBodyStackResources ¶
type PreviewStackResponseBodyStackResources struct { Action *string `json:"Action,omitempty" xml:"Action,omitempty"` ConfigRuleEvaluations []*PreviewStackResponseBodyStackResourcesConfigRuleEvaluations `json:"ConfigRuleEvaluations,omitempty" xml:"ConfigRuleEvaluations,omitempty" type:"Repeated"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` Properties map[string]interface{} `json:"Properties,omitempty" xml:"Properties,omitempty"` Replacement *string `json:"Replacement,omitempty" xml:"Replacement,omitempty"` RequiredBy []*string `json:"RequiredBy,omitempty" xml:"RequiredBy,omitempty" type:"Repeated"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` Stack map[string]interface{} `json:"Stack,omitempty" xml:"Stack,omitempty"` }
func (PreviewStackResponseBodyStackResources) GoString ¶
func (s PreviewStackResponseBodyStackResources) GoString() string
func (*PreviewStackResponseBodyStackResources) SetAction ¶ added in v3.2.7
func (s *PreviewStackResponseBodyStackResources) SetAction(v string) *PreviewStackResponseBodyStackResources
func (*PreviewStackResponseBodyStackResources) SetConfigRuleEvaluations ¶ added in v3.2.11
func (s *PreviewStackResponseBodyStackResources) SetConfigRuleEvaluations(v []*PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) *PreviewStackResponseBodyStackResources
func (*PreviewStackResponseBodyStackResources) SetDescription ¶
func (s *PreviewStackResponseBodyStackResources) SetDescription(v string) *PreviewStackResponseBodyStackResources
func (*PreviewStackResponseBodyStackResources) SetLogicalResourceId ¶
func (s *PreviewStackResponseBodyStackResources) SetLogicalResourceId(v string) *PreviewStackResponseBodyStackResources
func (*PreviewStackResponseBodyStackResources) SetProperties ¶
func (s *PreviewStackResponseBodyStackResources) SetProperties(v map[string]interface{}) *PreviewStackResponseBodyStackResources
func (*PreviewStackResponseBodyStackResources) SetReplacement ¶ added in v3.2.7
func (s *PreviewStackResponseBodyStackResources) SetReplacement(v string) *PreviewStackResponseBodyStackResources
func (*PreviewStackResponseBodyStackResources) SetRequiredBy ¶
func (s *PreviewStackResponseBodyStackResources) SetRequiredBy(v []*string) *PreviewStackResponseBodyStackResources
func (*PreviewStackResponseBodyStackResources) SetResourceType ¶
func (s *PreviewStackResponseBodyStackResources) SetResourceType(v string) *PreviewStackResponseBodyStackResources
func (*PreviewStackResponseBodyStackResources) SetStack ¶
func (s *PreviewStackResponseBodyStackResources) SetStack(v map[string]interface{}) *PreviewStackResponseBodyStackResources
func (PreviewStackResponseBodyStackResources) String ¶
func (s PreviewStackResponseBodyStackResources) String() string
type PreviewStackResponseBodyStackResourcesConfigRuleEvaluations ¶ added in v3.2.11
type PreviewStackResponseBodyStackResourcesConfigRuleEvaluations struct { Annotation *string `json:"Annotation,omitempty" xml:"Annotation,omitempty"` ComplianceType *string `json:"ComplianceType,omitempty" xml:"ComplianceType,omitempty"` HelpUrl *string `json:"HelpUrl,omitempty" xml:"HelpUrl,omitempty"` Identifier *string `json:"Identifier,omitempty" xml:"Identifier,omitempty"` }
func (PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) GoString ¶ added in v3.2.11
func (s PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) GoString() string
func (*PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) SetAnnotation ¶ added in v3.2.11
func (*PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) SetComplianceType ¶ added in v3.2.11
func (s *PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) SetComplianceType(v string) *PreviewStackResponseBodyStackResourcesConfigRuleEvaluations
func (*PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) SetHelpUrl ¶ added in v3.2.11
func (*PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) SetIdentifier ¶ added in v3.2.11
func (PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) String ¶ added in v3.2.11
func (s PreviewStackResponseBodyStackResourcesConfigRuleEvaluations) String() string
type PreviewStackShrinkRequest ¶ added in v3.2.11
type PreviewStackShrinkRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DisableRollback *bool `json:"DisableRollback,omitempty" xml:"DisableRollback,omitempty"` Parallelism *int64 `json:"Parallelism,omitempty" xml:"Parallelism,omitempty"` Parameters []*PreviewStackShrinkRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceConfigRulesShrink *string `json:"ResourceConfigRules,omitempty" xml:"ResourceConfigRules,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackName *string `json:"StackName,omitempty" xml:"StackName,omitempty"` StackPolicyBody *string `json:"StackPolicyBody,omitempty" xml:"StackPolicyBody,omitempty"` StackPolicyURL *string `json:"StackPolicyURL,omitempty" xml:"StackPolicyURL,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` TemplateScratchRegionId *string `json:"TemplateScratchRegionId,omitempty" xml:"TemplateScratchRegionId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` TimeoutInMinutes *int64 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` }
func (PreviewStackShrinkRequest) GoString ¶ added in v3.2.11
func (s PreviewStackShrinkRequest) GoString() string
func (*PreviewStackShrinkRequest) SetClientToken ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetClientToken(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetDisableRollback ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetDisableRollback(v bool) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetParallelism ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetParallelism(v int64) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetParameters ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetParameters(v []*PreviewStackShrinkRequestParameters) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetRegionId ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetRegionId(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetResourceConfigRulesShrink ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetResourceConfigRulesShrink(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetStackId ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetStackId(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetStackName ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetStackName(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetStackPolicyBody ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetStackPolicyBody(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetStackPolicyURL ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetStackPolicyURL(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetTemplateBody ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetTemplateBody(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetTemplateId ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetTemplateId(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetTemplateScratchId ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetTemplateScratchId(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetTemplateScratchRegionId ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetTemplateScratchRegionId(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetTemplateURL ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetTemplateURL(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetTemplateVersion ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetTemplateVersion(v string) *PreviewStackShrinkRequest
func (*PreviewStackShrinkRequest) SetTimeoutInMinutes ¶ added in v3.2.11
func (s *PreviewStackShrinkRequest) SetTimeoutInMinutes(v int64) *PreviewStackShrinkRequest
func (PreviewStackShrinkRequest) String ¶ added in v3.2.11
func (s PreviewStackShrinkRequest) String() string
type PreviewStackShrinkRequestParameters ¶ added in v3.2.11
type PreviewStackShrinkRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (PreviewStackShrinkRequestParameters) GoString ¶ added in v3.2.11
func (s PreviewStackShrinkRequestParameters) GoString() string
func (*PreviewStackShrinkRequestParameters) SetParameterKey ¶ added in v3.2.11
func (s *PreviewStackShrinkRequestParameters) SetParameterKey(v string) *PreviewStackShrinkRequestParameters
func (*PreviewStackShrinkRequestParameters) SetParameterValue ¶ added in v3.2.11
func (s *PreviewStackShrinkRequestParameters) SetParameterValue(v string) *PreviewStackShrinkRequestParameters
func (PreviewStackShrinkRequestParameters) String ¶ added in v3.2.11
func (s PreviewStackShrinkRequestParameters) String() string
type SetDeletionProtectionRequest ¶
type SetDeletionProtectionRequest struct { DeletionProtection *string `json:"DeletionProtection,omitempty" xml:"DeletionProtection,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (SetDeletionProtectionRequest) GoString ¶
func (s SetDeletionProtectionRequest) GoString() string
func (*SetDeletionProtectionRequest) SetDeletionProtection ¶
func (s *SetDeletionProtectionRequest) SetDeletionProtection(v string) *SetDeletionProtectionRequest
func (*SetDeletionProtectionRequest) SetRegionId ¶
func (s *SetDeletionProtectionRequest) SetRegionId(v string) *SetDeletionProtectionRequest
func (*SetDeletionProtectionRequest) SetStackId ¶
func (s *SetDeletionProtectionRequest) SetStackId(v string) *SetDeletionProtectionRequest
func (SetDeletionProtectionRequest) String ¶
func (s SetDeletionProtectionRequest) String() string
type SetDeletionProtectionResponse ¶
type SetDeletionProtectionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetDeletionProtectionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetDeletionProtectionResponse) GoString ¶
func (s SetDeletionProtectionResponse) GoString() string
func (*SetDeletionProtectionResponse) SetBody ¶
func (s *SetDeletionProtectionResponse) SetBody(v *SetDeletionProtectionResponseBody) *SetDeletionProtectionResponse
func (*SetDeletionProtectionResponse) SetHeaders ¶
func (s *SetDeletionProtectionResponse) SetHeaders(v map[string]*string) *SetDeletionProtectionResponse
func (*SetDeletionProtectionResponse) SetStatusCode ¶ added in v3.2.4
func (s *SetDeletionProtectionResponse) SetStatusCode(v int32) *SetDeletionProtectionResponse
func (SetDeletionProtectionResponse) String ¶
func (s SetDeletionProtectionResponse) String() string
type SetDeletionProtectionResponseBody ¶
type SetDeletionProtectionResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SetDeletionProtectionResponseBody) GoString ¶
func (s SetDeletionProtectionResponseBody) GoString() string
func (*SetDeletionProtectionResponseBody) SetRequestId ¶
func (s *SetDeletionProtectionResponseBody) SetRequestId(v string) *SetDeletionProtectionResponseBody
func (SetDeletionProtectionResponseBody) String ¶
func (s SetDeletionProtectionResponseBody) String() string
type SetStackPolicyRequest ¶
type SetStackPolicyRequest struct { RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackPolicyBody *string `json:"StackPolicyBody,omitempty" xml:"StackPolicyBody,omitempty"` StackPolicyURL *string `json:"StackPolicyURL,omitempty" xml:"StackPolicyURL,omitempty"` }
func (SetStackPolicyRequest) GoString ¶
func (s SetStackPolicyRequest) GoString() string
func (*SetStackPolicyRequest) SetRegionId ¶
func (s *SetStackPolicyRequest) SetRegionId(v string) *SetStackPolicyRequest
func (*SetStackPolicyRequest) SetStackId ¶
func (s *SetStackPolicyRequest) SetStackId(v string) *SetStackPolicyRequest
func (*SetStackPolicyRequest) SetStackPolicyBody ¶
func (s *SetStackPolicyRequest) SetStackPolicyBody(v string) *SetStackPolicyRequest
func (*SetStackPolicyRequest) SetStackPolicyURL ¶
func (s *SetStackPolicyRequest) SetStackPolicyURL(v string) *SetStackPolicyRequest
func (SetStackPolicyRequest) String ¶
func (s SetStackPolicyRequest) String() string
type SetStackPolicyResponse ¶
type SetStackPolicyResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetStackPolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetStackPolicyResponse) GoString ¶
func (s SetStackPolicyResponse) GoString() string
func (*SetStackPolicyResponse) SetBody ¶
func (s *SetStackPolicyResponse) SetBody(v *SetStackPolicyResponseBody) *SetStackPolicyResponse
func (*SetStackPolicyResponse) SetHeaders ¶
func (s *SetStackPolicyResponse) SetHeaders(v map[string]*string) *SetStackPolicyResponse
func (*SetStackPolicyResponse) SetStatusCode ¶ added in v3.2.4
func (s *SetStackPolicyResponse) SetStatusCode(v int32) *SetStackPolicyResponse
func (SetStackPolicyResponse) String ¶
func (s SetStackPolicyResponse) String() string
type SetStackPolicyResponseBody ¶
type SetStackPolicyResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SetStackPolicyResponseBody) GoString ¶
func (s SetStackPolicyResponseBody) GoString() string
func (*SetStackPolicyResponseBody) SetRequestId ¶
func (s *SetStackPolicyResponseBody) SetRequestId(v string) *SetStackPolicyResponseBody
func (SetStackPolicyResponseBody) String ¶
func (s SetStackPolicyResponseBody) String() string
type SetTemplatePermissionRequest ¶
type SetTemplatePermissionRequest struct { AccountIds []*string `json:"AccountIds,omitempty" xml:"AccountIds,omitempty" type:"Repeated"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` VersionOption *string `json:"VersionOption,omitempty" xml:"VersionOption,omitempty"` }
func (SetTemplatePermissionRequest) GoString ¶
func (s SetTemplatePermissionRequest) GoString() string
func (*SetTemplatePermissionRequest) SetAccountIds ¶
func (s *SetTemplatePermissionRequest) SetAccountIds(v []*string) *SetTemplatePermissionRequest
func (*SetTemplatePermissionRequest) SetShareOption ¶
func (s *SetTemplatePermissionRequest) SetShareOption(v string) *SetTemplatePermissionRequest
func (*SetTemplatePermissionRequest) SetTemplateId ¶
func (s *SetTemplatePermissionRequest) SetTemplateId(v string) *SetTemplatePermissionRequest
func (*SetTemplatePermissionRequest) SetTemplateVersion ¶
func (s *SetTemplatePermissionRequest) SetTemplateVersion(v string) *SetTemplatePermissionRequest
func (*SetTemplatePermissionRequest) SetVersionOption ¶
func (s *SetTemplatePermissionRequest) SetVersionOption(v string) *SetTemplatePermissionRequest
func (SetTemplatePermissionRequest) String ¶
func (s SetTemplatePermissionRequest) String() string
type SetTemplatePermissionResponse ¶
type SetTemplatePermissionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SetTemplatePermissionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SetTemplatePermissionResponse) GoString ¶
func (s SetTemplatePermissionResponse) GoString() string
func (*SetTemplatePermissionResponse) SetBody ¶
func (s *SetTemplatePermissionResponse) SetBody(v *SetTemplatePermissionResponseBody) *SetTemplatePermissionResponse
func (*SetTemplatePermissionResponse) SetHeaders ¶
func (s *SetTemplatePermissionResponse) SetHeaders(v map[string]*string) *SetTemplatePermissionResponse
func (*SetTemplatePermissionResponse) SetStatusCode ¶ added in v3.2.4
func (s *SetTemplatePermissionResponse) SetStatusCode(v int32) *SetTemplatePermissionResponse
func (SetTemplatePermissionResponse) String ¶
func (s SetTemplatePermissionResponse) String() string
type SetTemplatePermissionResponseBody ¶
type SetTemplatePermissionResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SetTemplatePermissionResponseBody) GoString ¶
func (s SetTemplatePermissionResponseBody) GoString() string
func (*SetTemplatePermissionResponseBody) SetRequestId ¶
func (s *SetTemplatePermissionResponseBody) SetRequestId(v string) *SetTemplatePermissionResponseBody
func (SetTemplatePermissionResponseBody) String ¶
func (s SetTemplatePermissionResponseBody) String() string
type SignalResourceRequest ¶
type SignalResourceRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` LogicalResourceId *string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` Status *string `json:"Status,omitempty" xml:"Status,omitempty"` UniqueId *string `json:"UniqueId,omitempty" xml:"UniqueId,omitempty"` }
func (SignalResourceRequest) GoString ¶
func (s SignalResourceRequest) GoString() string
func (*SignalResourceRequest) SetClientToken ¶
func (s *SignalResourceRequest) SetClientToken(v string) *SignalResourceRequest
func (*SignalResourceRequest) SetLogicalResourceId ¶
func (s *SignalResourceRequest) SetLogicalResourceId(v string) *SignalResourceRequest
func (*SignalResourceRequest) SetRegionId ¶
func (s *SignalResourceRequest) SetRegionId(v string) *SignalResourceRequest
func (*SignalResourceRequest) SetStackId ¶
func (s *SignalResourceRequest) SetStackId(v string) *SignalResourceRequest
func (*SignalResourceRequest) SetStatus ¶
func (s *SignalResourceRequest) SetStatus(v string) *SignalResourceRequest
func (*SignalResourceRequest) SetUniqueId ¶
func (s *SignalResourceRequest) SetUniqueId(v string) *SignalResourceRequest
func (SignalResourceRequest) String ¶
func (s SignalResourceRequest) String() string
type SignalResourceResponse ¶
type SignalResourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SignalResourceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SignalResourceResponse) GoString ¶
func (s SignalResourceResponse) GoString() string
func (*SignalResourceResponse) SetBody ¶
func (s *SignalResourceResponse) SetBody(v *SignalResourceResponseBody) *SignalResourceResponse
func (*SignalResourceResponse) SetHeaders ¶
func (s *SignalResourceResponse) SetHeaders(v map[string]*string) *SignalResourceResponse
func (*SignalResourceResponse) SetStatusCode ¶ added in v3.2.4
func (s *SignalResourceResponse) SetStatusCode(v int32) *SignalResourceResponse
func (SignalResourceResponse) String ¶
func (s SignalResourceResponse) String() string
type SignalResourceResponseBody ¶
type SignalResourceResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (SignalResourceResponseBody) GoString ¶
func (s SignalResourceResponseBody) GoString() string
func (*SignalResourceResponseBody) SetRequestId ¶
func (s *SignalResourceResponseBody) SetRequestId(v string) *SignalResourceResponseBody
func (SignalResourceResponseBody) String ¶
func (s SignalResourceResponseBody) String() string
type StopStackGroupOperationRequest ¶
type StopStackGroupOperationRequest struct { OperationId *string `json:"OperationId,omitempty" xml:"OperationId,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` }
func (StopStackGroupOperationRequest) GoString ¶
func (s StopStackGroupOperationRequest) GoString() string
func (*StopStackGroupOperationRequest) SetOperationId ¶
func (s *StopStackGroupOperationRequest) SetOperationId(v string) *StopStackGroupOperationRequest
func (*StopStackGroupOperationRequest) SetRegionId ¶
func (s *StopStackGroupOperationRequest) SetRegionId(v string) *StopStackGroupOperationRequest
func (StopStackGroupOperationRequest) String ¶
func (s StopStackGroupOperationRequest) String() string
type StopStackGroupOperationResponse ¶
type StopStackGroupOperationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *StopStackGroupOperationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (StopStackGroupOperationResponse) GoString ¶
func (s StopStackGroupOperationResponse) GoString() string
func (*StopStackGroupOperationResponse) SetBody ¶
func (s *StopStackGroupOperationResponse) SetBody(v *StopStackGroupOperationResponseBody) *StopStackGroupOperationResponse
func (*StopStackGroupOperationResponse) SetHeaders ¶
func (s *StopStackGroupOperationResponse) SetHeaders(v map[string]*string) *StopStackGroupOperationResponse
func (*StopStackGroupOperationResponse) SetStatusCode ¶ added in v3.2.4
func (s *StopStackGroupOperationResponse) SetStatusCode(v int32) *StopStackGroupOperationResponse
func (StopStackGroupOperationResponse) String ¶
func (s StopStackGroupOperationResponse) String() string
type StopStackGroupOperationResponseBody ¶
type StopStackGroupOperationResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (StopStackGroupOperationResponseBody) GoString ¶
func (s StopStackGroupOperationResponseBody) GoString() string
func (*StopStackGroupOperationResponseBody) SetRequestId ¶
func (s *StopStackGroupOperationResponseBody) SetRequestId(v string) *StopStackGroupOperationResponseBody
func (StopStackGroupOperationResponseBody) String ¶
func (s StopStackGroupOperationResponseBody) String() string
type TagResourcesRequest ¶
type TagResourcesRequest struct { RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceId []*string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty" type:"Repeated"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` Tag []*TagResourcesRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"` }
func (TagResourcesRequest) GoString ¶
func (s TagResourcesRequest) GoString() string
func (*TagResourcesRequest) SetRegionId ¶
func (s *TagResourcesRequest) SetRegionId(v string) *TagResourcesRequest
func (*TagResourcesRequest) SetResourceId ¶
func (s *TagResourcesRequest) SetResourceId(v []*string) *TagResourcesRequest
func (*TagResourcesRequest) SetResourceType ¶
func (s *TagResourcesRequest) SetResourceType(v string) *TagResourcesRequest
func (*TagResourcesRequest) SetTag ¶
func (s *TagResourcesRequest) SetTag(v []*TagResourcesRequestTag) *TagResourcesRequest
func (TagResourcesRequest) String ¶
func (s TagResourcesRequest) String() string
type TagResourcesRequestTag ¶
type TagResourcesRequestTag struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (TagResourcesRequestTag) GoString ¶
func (s TagResourcesRequestTag) GoString() string
func (*TagResourcesRequestTag) SetKey ¶
func (s *TagResourcesRequestTag) SetKey(v string) *TagResourcesRequestTag
func (*TagResourcesRequestTag) SetValue ¶
func (s *TagResourcesRequestTag) SetValue(v string) *TagResourcesRequestTag
func (TagResourcesRequestTag) String ¶
func (s TagResourcesRequestTag) String() string
type TagResourcesResponse ¶
type TagResourcesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *TagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (TagResourcesResponse) GoString ¶
func (s TagResourcesResponse) GoString() string
func (*TagResourcesResponse) SetBody ¶
func (s *TagResourcesResponse) SetBody(v *TagResourcesResponseBody) *TagResourcesResponse
func (*TagResourcesResponse) SetHeaders ¶
func (s *TagResourcesResponse) SetHeaders(v map[string]*string) *TagResourcesResponse
func (*TagResourcesResponse) SetStatusCode ¶ added in v3.2.4
func (s *TagResourcesResponse) SetStatusCode(v int32) *TagResourcesResponse
func (TagResourcesResponse) String ¶
func (s TagResourcesResponse) String() string
type TagResourcesResponseBody ¶
type TagResourcesResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (TagResourcesResponseBody) GoString ¶
func (s TagResourcesResponseBody) GoString() string
func (*TagResourcesResponseBody) SetRequestId ¶
func (s *TagResourcesResponseBody) SetRequestId(v string) *TagResourcesResponseBody
func (TagResourcesResponseBody) String ¶
func (s TagResourcesResponseBody) String() string
type UntagResourcesRequest ¶
type UntagResourcesRequest struct { All *bool `json:"All,omitempty" xml:"All,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ResourceId []*string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty" type:"Repeated"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` TagKey []*string `json:"TagKey,omitempty" xml:"TagKey,omitempty" type:"Repeated"` }
func (UntagResourcesRequest) GoString ¶
func (s UntagResourcesRequest) GoString() string
func (*UntagResourcesRequest) SetAll ¶
func (s *UntagResourcesRequest) SetAll(v bool) *UntagResourcesRequest
func (*UntagResourcesRequest) SetRegionId ¶
func (s *UntagResourcesRequest) SetRegionId(v string) *UntagResourcesRequest
func (*UntagResourcesRequest) SetResourceId ¶
func (s *UntagResourcesRequest) SetResourceId(v []*string) *UntagResourcesRequest
func (*UntagResourcesRequest) SetResourceType ¶
func (s *UntagResourcesRequest) SetResourceType(v string) *UntagResourcesRequest
func (*UntagResourcesRequest) SetTagKey ¶
func (s *UntagResourcesRequest) SetTagKey(v []*string) *UntagResourcesRequest
func (UntagResourcesRequest) String ¶
func (s UntagResourcesRequest) String() string
type UntagResourcesResponse ¶
type UntagResourcesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UntagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UntagResourcesResponse) GoString ¶
func (s UntagResourcesResponse) GoString() string
func (*UntagResourcesResponse) SetBody ¶
func (s *UntagResourcesResponse) SetBody(v *UntagResourcesResponseBody) *UntagResourcesResponse
func (*UntagResourcesResponse) SetHeaders ¶
func (s *UntagResourcesResponse) SetHeaders(v map[string]*string) *UntagResourcesResponse
func (*UntagResourcesResponse) SetStatusCode ¶ added in v3.2.4
func (s *UntagResourcesResponse) SetStatusCode(v int32) *UntagResourcesResponse
func (UntagResourcesResponse) String ¶
func (s UntagResourcesResponse) String() string
type UntagResourcesResponseBody ¶
type UntagResourcesResponseBody struct {
RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}
func (UntagResourcesResponseBody) GoString ¶
func (s UntagResourcesResponseBody) GoString() string
func (*UntagResourcesResponseBody) SetRequestId ¶
func (s *UntagResourcesResponseBody) SetRequestId(v string) *UntagResourcesResponseBody
func (UntagResourcesResponseBody) String ¶
func (s UntagResourcesResponseBody) String() string
type UpdateStackGroupRequest ¶
type UpdateStackGroupRequest struct { AccountIds []*string `json:"AccountIds,omitempty" xml:"AccountIds,omitempty" type:"Repeated"` AdministrationRoleName *string `json:"AdministrationRoleName,omitempty" xml:"AdministrationRoleName,omitempty"` AutoDeployment *UpdateStackGroupRequestAutoDeployment `json:"AutoDeployment,omitempty" xml:"AutoDeployment,omitempty" type:"Struct"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DeploymentTargets *UpdateStackGroupRequestDeploymentTargets `json:"DeploymentTargets,omitempty" xml:"DeploymentTargets,omitempty" type:"Struct"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ExecutionRoleName *string `json:"ExecutionRoleName,omitempty" xml:"ExecutionRoleName,omitempty"` OperationDescription *string `json:"OperationDescription,omitempty" xml:"OperationDescription,omitempty"` OperationPreferences map[string]interface{} `json:"OperationPreferences,omitempty" xml:"OperationPreferences,omitempty"` Parameters []*UpdateStackGroupRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` PermissionModel *string `json:"PermissionModel,omitempty" xml:"PermissionModel,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RegionIds []*string `json:"RegionIds,omitempty" xml:"RegionIds,omitempty" type:"Repeated"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` }
func (UpdateStackGroupRequest) GoString ¶
func (s UpdateStackGroupRequest) GoString() string
func (*UpdateStackGroupRequest) SetAccountIds ¶
func (s *UpdateStackGroupRequest) SetAccountIds(v []*string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetAdministrationRoleName ¶
func (s *UpdateStackGroupRequest) SetAdministrationRoleName(v string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetAutoDeployment ¶
func (s *UpdateStackGroupRequest) SetAutoDeployment(v *UpdateStackGroupRequestAutoDeployment) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetClientToken ¶
func (s *UpdateStackGroupRequest) SetClientToken(v string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetDeploymentTargets ¶
func (s *UpdateStackGroupRequest) SetDeploymentTargets(v *UpdateStackGroupRequestDeploymentTargets) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetDescription ¶
func (s *UpdateStackGroupRequest) SetDescription(v string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetExecutionRoleName ¶
func (s *UpdateStackGroupRequest) SetExecutionRoleName(v string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetOperationDescription ¶
func (s *UpdateStackGroupRequest) SetOperationDescription(v string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetOperationPreferences ¶
func (s *UpdateStackGroupRequest) SetOperationPreferences(v map[string]interface{}) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetParameters ¶
func (s *UpdateStackGroupRequest) SetParameters(v []*UpdateStackGroupRequestParameters) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetPermissionModel ¶
func (s *UpdateStackGroupRequest) SetPermissionModel(v string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetRegionId ¶
func (s *UpdateStackGroupRequest) SetRegionId(v string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetRegionIds ¶
func (s *UpdateStackGroupRequest) SetRegionIds(v []*string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetStackGroupName ¶
func (s *UpdateStackGroupRequest) SetStackGroupName(v string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetTemplateBody ¶
func (s *UpdateStackGroupRequest) SetTemplateBody(v string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetTemplateId ¶
func (s *UpdateStackGroupRequest) SetTemplateId(v string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetTemplateURL ¶
func (s *UpdateStackGroupRequest) SetTemplateURL(v string) *UpdateStackGroupRequest
func (*UpdateStackGroupRequest) SetTemplateVersion ¶
func (s *UpdateStackGroupRequest) SetTemplateVersion(v string) *UpdateStackGroupRequest
func (UpdateStackGroupRequest) String ¶
func (s UpdateStackGroupRequest) String() string
type UpdateStackGroupRequestAutoDeployment ¶
type UpdateStackGroupRequestAutoDeployment struct { Enabled *bool `json:"Enabled,omitempty" xml:"Enabled,omitempty"` RetainStacksOnAccountRemoval *bool `json:"RetainStacksOnAccountRemoval,omitempty" xml:"RetainStacksOnAccountRemoval,omitempty"` }
func (UpdateStackGroupRequestAutoDeployment) GoString ¶
func (s UpdateStackGroupRequestAutoDeployment) GoString() string
func (*UpdateStackGroupRequestAutoDeployment) SetEnabled ¶
func (s *UpdateStackGroupRequestAutoDeployment) SetEnabled(v bool) *UpdateStackGroupRequestAutoDeployment
func (*UpdateStackGroupRequestAutoDeployment) SetRetainStacksOnAccountRemoval ¶
func (s *UpdateStackGroupRequestAutoDeployment) SetRetainStacksOnAccountRemoval(v bool) *UpdateStackGroupRequestAutoDeployment
func (UpdateStackGroupRequestAutoDeployment) String ¶
func (s UpdateStackGroupRequestAutoDeployment) String() string
type UpdateStackGroupRequestDeploymentTargets ¶
type UpdateStackGroupRequestDeploymentTargets struct { AccountIds []*string `json:"AccountIds,omitempty" xml:"AccountIds,omitempty" type:"Repeated"` RdFolderIds []*string `json:"RdFolderIds,omitempty" xml:"RdFolderIds,omitempty" type:"Repeated"` }
func (UpdateStackGroupRequestDeploymentTargets) GoString ¶
func (s UpdateStackGroupRequestDeploymentTargets) GoString() string
func (*UpdateStackGroupRequestDeploymentTargets) SetAccountIds ¶
func (s *UpdateStackGroupRequestDeploymentTargets) SetAccountIds(v []*string) *UpdateStackGroupRequestDeploymentTargets
func (*UpdateStackGroupRequestDeploymentTargets) SetRdFolderIds ¶
func (s *UpdateStackGroupRequestDeploymentTargets) SetRdFolderIds(v []*string) *UpdateStackGroupRequestDeploymentTargets
func (UpdateStackGroupRequestDeploymentTargets) String ¶
func (s UpdateStackGroupRequestDeploymentTargets) String() string
type UpdateStackGroupRequestParameters ¶
type UpdateStackGroupRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (UpdateStackGroupRequestParameters) GoString ¶
func (s UpdateStackGroupRequestParameters) GoString() string
func (*UpdateStackGroupRequestParameters) SetParameterKey ¶
func (s *UpdateStackGroupRequestParameters) SetParameterKey(v string) *UpdateStackGroupRequestParameters
func (*UpdateStackGroupRequestParameters) SetParameterValue ¶
func (s *UpdateStackGroupRequestParameters) SetParameterValue(v string) *UpdateStackGroupRequestParameters
func (UpdateStackGroupRequestParameters) String ¶
func (s UpdateStackGroupRequestParameters) String() string
type UpdateStackGroupResponse ¶
type UpdateStackGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateStackGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateStackGroupResponse) GoString ¶
func (s UpdateStackGroupResponse) GoString() string
func (*UpdateStackGroupResponse) SetBody ¶
func (s *UpdateStackGroupResponse) SetBody(v *UpdateStackGroupResponseBody) *UpdateStackGroupResponse
func (*UpdateStackGroupResponse) SetHeaders ¶
func (s *UpdateStackGroupResponse) SetHeaders(v map[string]*string) *UpdateStackGroupResponse
func (*UpdateStackGroupResponse) SetStatusCode ¶ added in v3.2.4
func (s *UpdateStackGroupResponse) SetStatusCode(v int32) *UpdateStackGroupResponse
func (UpdateStackGroupResponse) String ¶
func (s UpdateStackGroupResponse) String() string
type UpdateStackGroupResponseBody ¶
type UpdateStackGroupResponseBody struct { OperationId *string `json:"OperationId,omitempty" xml:"OperationId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateStackGroupResponseBody) GoString ¶
func (s UpdateStackGroupResponseBody) GoString() string
func (*UpdateStackGroupResponseBody) SetOperationId ¶
func (s *UpdateStackGroupResponseBody) SetOperationId(v string) *UpdateStackGroupResponseBody
func (*UpdateStackGroupResponseBody) SetRequestId ¶
func (s *UpdateStackGroupResponseBody) SetRequestId(v string) *UpdateStackGroupResponseBody
func (UpdateStackGroupResponseBody) String ¶
func (s UpdateStackGroupResponseBody) String() string
type UpdateStackGroupShrinkRequest ¶
type UpdateStackGroupShrinkRequest struct { AccountIdsShrink *string `json:"AccountIds,omitempty" xml:"AccountIds,omitempty"` AdministrationRoleName *string `json:"AdministrationRoleName,omitempty" xml:"AdministrationRoleName,omitempty"` AutoDeploymentShrink *string `json:"AutoDeployment,omitempty" xml:"AutoDeployment,omitempty"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DeploymentTargetsShrink *string `json:"DeploymentTargets,omitempty" xml:"DeploymentTargets,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ExecutionRoleName *string `json:"ExecutionRoleName,omitempty" xml:"ExecutionRoleName,omitempty"` OperationDescription *string `json:"OperationDescription,omitempty" xml:"OperationDescription,omitempty"` OperationPreferencesShrink *string `json:"OperationPreferences,omitempty" xml:"OperationPreferences,omitempty"` Parameters []*UpdateStackGroupShrinkRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` PermissionModel *string `json:"PermissionModel,omitempty" xml:"PermissionModel,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RegionIdsShrink *string `json:"RegionIds,omitempty" xml:"RegionIds,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` }
func (UpdateStackGroupShrinkRequest) GoString ¶
func (s UpdateStackGroupShrinkRequest) GoString() string
func (*UpdateStackGroupShrinkRequest) SetAccountIdsShrink ¶
func (s *UpdateStackGroupShrinkRequest) SetAccountIdsShrink(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetAdministrationRoleName ¶
func (s *UpdateStackGroupShrinkRequest) SetAdministrationRoleName(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetAutoDeploymentShrink ¶
func (s *UpdateStackGroupShrinkRequest) SetAutoDeploymentShrink(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetClientToken ¶
func (s *UpdateStackGroupShrinkRequest) SetClientToken(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetDeploymentTargetsShrink ¶
func (s *UpdateStackGroupShrinkRequest) SetDeploymentTargetsShrink(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetDescription ¶
func (s *UpdateStackGroupShrinkRequest) SetDescription(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetExecutionRoleName ¶
func (s *UpdateStackGroupShrinkRequest) SetExecutionRoleName(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetOperationDescription ¶
func (s *UpdateStackGroupShrinkRequest) SetOperationDescription(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetOperationPreferencesShrink ¶
func (s *UpdateStackGroupShrinkRequest) SetOperationPreferencesShrink(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetParameters ¶
func (s *UpdateStackGroupShrinkRequest) SetParameters(v []*UpdateStackGroupShrinkRequestParameters) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetPermissionModel ¶
func (s *UpdateStackGroupShrinkRequest) SetPermissionModel(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetRegionId ¶
func (s *UpdateStackGroupShrinkRequest) SetRegionId(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetRegionIdsShrink ¶
func (s *UpdateStackGroupShrinkRequest) SetRegionIdsShrink(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetStackGroupName ¶
func (s *UpdateStackGroupShrinkRequest) SetStackGroupName(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetTemplateBody ¶
func (s *UpdateStackGroupShrinkRequest) SetTemplateBody(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetTemplateId ¶
func (s *UpdateStackGroupShrinkRequest) SetTemplateId(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetTemplateURL ¶
func (s *UpdateStackGroupShrinkRequest) SetTemplateURL(v string) *UpdateStackGroupShrinkRequest
func (*UpdateStackGroupShrinkRequest) SetTemplateVersion ¶
func (s *UpdateStackGroupShrinkRequest) SetTemplateVersion(v string) *UpdateStackGroupShrinkRequest
func (UpdateStackGroupShrinkRequest) String ¶
func (s UpdateStackGroupShrinkRequest) String() string
type UpdateStackGroupShrinkRequestParameters ¶
type UpdateStackGroupShrinkRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (UpdateStackGroupShrinkRequestParameters) GoString ¶
func (s UpdateStackGroupShrinkRequestParameters) GoString() string
func (*UpdateStackGroupShrinkRequestParameters) SetParameterKey ¶
func (s *UpdateStackGroupShrinkRequestParameters) SetParameterKey(v string) *UpdateStackGroupShrinkRequestParameters
func (*UpdateStackGroupShrinkRequestParameters) SetParameterValue ¶
func (s *UpdateStackGroupShrinkRequestParameters) SetParameterValue(v string) *UpdateStackGroupShrinkRequestParameters
func (UpdateStackGroupShrinkRequestParameters) String ¶
func (s UpdateStackGroupShrinkRequestParameters) String() string
type UpdateStackInstancesRequest ¶
type UpdateStackInstancesRequest struct { AccountIds []*string `json:"AccountIds,omitempty" xml:"AccountIds,omitempty" type:"Repeated"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DeploymentTargets *UpdateStackInstancesRequestDeploymentTargets `json:"DeploymentTargets,omitempty" xml:"DeploymentTargets,omitempty" type:"Struct"` OperationDescription *string `json:"OperationDescription,omitempty" xml:"OperationDescription,omitempty"` OperationPreferences map[string]interface{} `json:"OperationPreferences,omitempty" xml:"OperationPreferences,omitempty"` ParameterOverrides []*UpdateStackInstancesRequestParameterOverrides `json:"ParameterOverrides,omitempty" xml:"ParameterOverrides,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RegionIds []*string `json:"RegionIds,omitempty" xml:"RegionIds,omitempty" type:"Repeated"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` TimeoutInMinutes *int64 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` }
func (UpdateStackInstancesRequest) GoString ¶
func (s UpdateStackInstancesRequest) GoString() string
func (*UpdateStackInstancesRequest) SetAccountIds ¶
func (s *UpdateStackInstancesRequest) SetAccountIds(v []*string) *UpdateStackInstancesRequest
func (*UpdateStackInstancesRequest) SetClientToken ¶
func (s *UpdateStackInstancesRequest) SetClientToken(v string) *UpdateStackInstancesRequest
func (*UpdateStackInstancesRequest) SetDeploymentTargets ¶
func (s *UpdateStackInstancesRequest) SetDeploymentTargets(v *UpdateStackInstancesRequestDeploymentTargets) *UpdateStackInstancesRequest
func (*UpdateStackInstancesRequest) SetOperationDescription ¶
func (s *UpdateStackInstancesRequest) SetOperationDescription(v string) *UpdateStackInstancesRequest
func (*UpdateStackInstancesRequest) SetOperationPreferences ¶
func (s *UpdateStackInstancesRequest) SetOperationPreferences(v map[string]interface{}) *UpdateStackInstancesRequest
func (*UpdateStackInstancesRequest) SetParameterOverrides ¶
func (s *UpdateStackInstancesRequest) SetParameterOverrides(v []*UpdateStackInstancesRequestParameterOverrides) *UpdateStackInstancesRequest
func (*UpdateStackInstancesRequest) SetRegionId ¶
func (s *UpdateStackInstancesRequest) SetRegionId(v string) *UpdateStackInstancesRequest
func (*UpdateStackInstancesRequest) SetRegionIds ¶
func (s *UpdateStackInstancesRequest) SetRegionIds(v []*string) *UpdateStackInstancesRequest
func (*UpdateStackInstancesRequest) SetStackGroupName ¶
func (s *UpdateStackInstancesRequest) SetStackGroupName(v string) *UpdateStackInstancesRequest
func (*UpdateStackInstancesRequest) SetTimeoutInMinutes ¶
func (s *UpdateStackInstancesRequest) SetTimeoutInMinutes(v int64) *UpdateStackInstancesRequest
func (UpdateStackInstancesRequest) String ¶
func (s UpdateStackInstancesRequest) String() string
type UpdateStackInstancesRequestDeploymentTargets ¶
type UpdateStackInstancesRequestDeploymentTargets struct { AccountIds []*string `json:"AccountIds,omitempty" xml:"AccountIds,omitempty" type:"Repeated"` RdFolderIds []*string `json:"RdFolderIds,omitempty" xml:"RdFolderIds,omitempty" type:"Repeated"` }
func (UpdateStackInstancesRequestDeploymentTargets) GoString ¶
func (s UpdateStackInstancesRequestDeploymentTargets) GoString() string
func (*UpdateStackInstancesRequestDeploymentTargets) SetAccountIds ¶
func (s *UpdateStackInstancesRequestDeploymentTargets) SetAccountIds(v []*string) *UpdateStackInstancesRequestDeploymentTargets
func (*UpdateStackInstancesRequestDeploymentTargets) SetRdFolderIds ¶
func (s *UpdateStackInstancesRequestDeploymentTargets) SetRdFolderIds(v []*string) *UpdateStackInstancesRequestDeploymentTargets
func (UpdateStackInstancesRequestDeploymentTargets) String ¶
func (s UpdateStackInstancesRequestDeploymentTargets) String() string
type UpdateStackInstancesRequestParameterOverrides ¶
type UpdateStackInstancesRequestParameterOverrides struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (UpdateStackInstancesRequestParameterOverrides) GoString ¶
func (s UpdateStackInstancesRequestParameterOverrides) GoString() string
func (*UpdateStackInstancesRequestParameterOverrides) SetParameterKey ¶
func (s *UpdateStackInstancesRequestParameterOverrides) SetParameterKey(v string) *UpdateStackInstancesRequestParameterOverrides
func (*UpdateStackInstancesRequestParameterOverrides) SetParameterValue ¶
func (s *UpdateStackInstancesRequestParameterOverrides) SetParameterValue(v string) *UpdateStackInstancesRequestParameterOverrides
func (UpdateStackInstancesRequestParameterOverrides) String ¶
func (s UpdateStackInstancesRequestParameterOverrides) String() string
type UpdateStackInstancesResponse ¶
type UpdateStackInstancesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateStackInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateStackInstancesResponse) GoString ¶
func (s UpdateStackInstancesResponse) GoString() string
func (*UpdateStackInstancesResponse) SetBody ¶
func (s *UpdateStackInstancesResponse) SetBody(v *UpdateStackInstancesResponseBody) *UpdateStackInstancesResponse
func (*UpdateStackInstancesResponse) SetHeaders ¶
func (s *UpdateStackInstancesResponse) SetHeaders(v map[string]*string) *UpdateStackInstancesResponse
func (*UpdateStackInstancesResponse) SetStatusCode ¶ added in v3.2.4
func (s *UpdateStackInstancesResponse) SetStatusCode(v int32) *UpdateStackInstancesResponse
func (UpdateStackInstancesResponse) String ¶
func (s UpdateStackInstancesResponse) String() string
type UpdateStackInstancesResponseBody ¶
type UpdateStackInstancesResponseBody struct { OperationId *string `json:"OperationId,omitempty" xml:"OperationId,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateStackInstancesResponseBody) GoString ¶
func (s UpdateStackInstancesResponseBody) GoString() string
func (*UpdateStackInstancesResponseBody) SetOperationId ¶
func (s *UpdateStackInstancesResponseBody) SetOperationId(v string) *UpdateStackInstancesResponseBody
func (*UpdateStackInstancesResponseBody) SetRequestId ¶
func (s *UpdateStackInstancesResponseBody) SetRequestId(v string) *UpdateStackInstancesResponseBody
func (UpdateStackInstancesResponseBody) String ¶
func (s UpdateStackInstancesResponseBody) String() string
type UpdateStackInstancesShrinkRequest ¶
type UpdateStackInstancesShrinkRequest struct { AccountIdsShrink *string `json:"AccountIds,omitempty" xml:"AccountIds,omitempty"` ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DeploymentTargetsShrink *string `json:"DeploymentTargets,omitempty" xml:"DeploymentTargets,omitempty"` OperationDescription *string `json:"OperationDescription,omitempty" xml:"OperationDescription,omitempty"` OperationPreferencesShrink *string `json:"OperationPreferences,omitempty" xml:"OperationPreferences,omitempty"` ParameterOverrides []*UpdateStackInstancesShrinkRequestParameterOverrides `json:"ParameterOverrides,omitempty" xml:"ParameterOverrides,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` RegionIdsShrink *string `json:"RegionIds,omitempty" xml:"RegionIds,omitempty"` StackGroupName *string `json:"StackGroupName,omitempty" xml:"StackGroupName,omitempty"` TimeoutInMinutes *int64 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` }
func (UpdateStackInstancesShrinkRequest) GoString ¶
func (s UpdateStackInstancesShrinkRequest) GoString() string
func (*UpdateStackInstancesShrinkRequest) SetAccountIdsShrink ¶
func (s *UpdateStackInstancesShrinkRequest) SetAccountIdsShrink(v string) *UpdateStackInstancesShrinkRequest
func (*UpdateStackInstancesShrinkRequest) SetClientToken ¶
func (s *UpdateStackInstancesShrinkRequest) SetClientToken(v string) *UpdateStackInstancesShrinkRequest
func (*UpdateStackInstancesShrinkRequest) SetDeploymentTargetsShrink ¶
func (s *UpdateStackInstancesShrinkRequest) SetDeploymentTargetsShrink(v string) *UpdateStackInstancesShrinkRequest
func (*UpdateStackInstancesShrinkRequest) SetOperationDescription ¶
func (s *UpdateStackInstancesShrinkRequest) SetOperationDescription(v string) *UpdateStackInstancesShrinkRequest
func (*UpdateStackInstancesShrinkRequest) SetOperationPreferencesShrink ¶
func (s *UpdateStackInstancesShrinkRequest) SetOperationPreferencesShrink(v string) *UpdateStackInstancesShrinkRequest
func (*UpdateStackInstancesShrinkRequest) SetParameterOverrides ¶
func (s *UpdateStackInstancesShrinkRequest) SetParameterOverrides(v []*UpdateStackInstancesShrinkRequestParameterOverrides) *UpdateStackInstancesShrinkRequest
func (*UpdateStackInstancesShrinkRequest) SetRegionId ¶
func (s *UpdateStackInstancesShrinkRequest) SetRegionId(v string) *UpdateStackInstancesShrinkRequest
func (*UpdateStackInstancesShrinkRequest) SetRegionIdsShrink ¶
func (s *UpdateStackInstancesShrinkRequest) SetRegionIdsShrink(v string) *UpdateStackInstancesShrinkRequest
func (*UpdateStackInstancesShrinkRequest) SetStackGroupName ¶
func (s *UpdateStackInstancesShrinkRequest) SetStackGroupName(v string) *UpdateStackInstancesShrinkRequest
func (*UpdateStackInstancesShrinkRequest) SetTimeoutInMinutes ¶
func (s *UpdateStackInstancesShrinkRequest) SetTimeoutInMinutes(v int64) *UpdateStackInstancesShrinkRequest
func (UpdateStackInstancesShrinkRequest) String ¶
func (s UpdateStackInstancesShrinkRequest) String() string
type UpdateStackInstancesShrinkRequestParameterOverrides ¶
type UpdateStackInstancesShrinkRequestParameterOverrides struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (UpdateStackInstancesShrinkRequestParameterOverrides) GoString ¶
func (s UpdateStackInstancesShrinkRequestParameterOverrides) GoString() string
func (*UpdateStackInstancesShrinkRequestParameterOverrides) SetParameterKey ¶
func (s *UpdateStackInstancesShrinkRequestParameterOverrides) SetParameterKey(v string) *UpdateStackInstancesShrinkRequestParameterOverrides
func (*UpdateStackInstancesShrinkRequestParameterOverrides) SetParameterValue ¶
func (s *UpdateStackInstancesShrinkRequestParameterOverrides) SetParameterValue(v string) *UpdateStackInstancesShrinkRequestParameterOverrides
func (UpdateStackInstancesShrinkRequestParameterOverrides) String ¶
func (s UpdateStackInstancesShrinkRequestParameterOverrides) String() string
type UpdateStackRequest ¶
type UpdateStackRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DisableRollback *bool `json:"DisableRollback,omitempty" xml:"DisableRollback,omitempty"` Parallelism *int64 `json:"Parallelism,omitempty" xml:"Parallelism,omitempty"` Parameters []*UpdateStackRequestParameters `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RamRoleName *string `json:"RamRoleName,omitempty" xml:"RamRoleName,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` ReplacementOption *string `json:"ReplacementOption,omitempty" xml:"ReplacementOption,omitempty"` ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` StackPolicyBody *string `json:"StackPolicyBody,omitempty" xml:"StackPolicyBody,omitempty"` StackPolicyDuringUpdateBody *string `json:"StackPolicyDuringUpdateBody,omitempty" xml:"StackPolicyDuringUpdateBody,omitempty"` StackPolicyDuringUpdateURL *string `json:"StackPolicyDuringUpdateURL,omitempty" xml:"StackPolicyDuringUpdateURL,omitempty"` StackPolicyURL *string `json:"StackPolicyURL,omitempty" xml:"StackPolicyURL,omitempty"` Tags []*UpdateStackRequestTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` TemplateVersion *string `json:"TemplateVersion,omitempty" xml:"TemplateVersion,omitempty"` TimeoutInMinutes *int64 `json:"TimeoutInMinutes,omitempty" xml:"TimeoutInMinutes,omitempty"` UsePreviousParameters *bool `json:"UsePreviousParameters,omitempty" xml:"UsePreviousParameters,omitempty"` }
func (UpdateStackRequest) GoString ¶
func (s UpdateStackRequest) GoString() string
func (*UpdateStackRequest) SetClientToken ¶
func (s *UpdateStackRequest) SetClientToken(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetDisableRollback ¶
func (s *UpdateStackRequest) SetDisableRollback(v bool) *UpdateStackRequest
func (*UpdateStackRequest) SetParallelism ¶
func (s *UpdateStackRequest) SetParallelism(v int64) *UpdateStackRequest
func (*UpdateStackRequest) SetParameters ¶
func (s *UpdateStackRequest) SetParameters(v []*UpdateStackRequestParameters) *UpdateStackRequest
func (*UpdateStackRequest) SetRamRoleName ¶
func (s *UpdateStackRequest) SetRamRoleName(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetRegionId ¶
func (s *UpdateStackRequest) SetRegionId(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetReplacementOption ¶
func (s *UpdateStackRequest) SetReplacementOption(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetResourceGroupId ¶
func (s *UpdateStackRequest) SetResourceGroupId(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetStackId ¶
func (s *UpdateStackRequest) SetStackId(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetStackPolicyBody ¶
func (s *UpdateStackRequest) SetStackPolicyBody(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetStackPolicyDuringUpdateBody ¶
func (s *UpdateStackRequest) SetStackPolicyDuringUpdateBody(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetStackPolicyDuringUpdateURL ¶
func (s *UpdateStackRequest) SetStackPolicyDuringUpdateURL(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetStackPolicyURL ¶
func (s *UpdateStackRequest) SetStackPolicyURL(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetTags ¶
func (s *UpdateStackRequest) SetTags(v []*UpdateStackRequestTags) *UpdateStackRequest
func (*UpdateStackRequest) SetTemplateBody ¶
func (s *UpdateStackRequest) SetTemplateBody(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetTemplateId ¶
func (s *UpdateStackRequest) SetTemplateId(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetTemplateURL ¶
func (s *UpdateStackRequest) SetTemplateURL(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetTemplateVersion ¶
func (s *UpdateStackRequest) SetTemplateVersion(v string) *UpdateStackRequest
func (*UpdateStackRequest) SetTimeoutInMinutes ¶
func (s *UpdateStackRequest) SetTimeoutInMinutes(v int64) *UpdateStackRequest
func (*UpdateStackRequest) SetUsePreviousParameters ¶
func (s *UpdateStackRequest) SetUsePreviousParameters(v bool) *UpdateStackRequest
func (UpdateStackRequest) String ¶
func (s UpdateStackRequest) String() string
type UpdateStackRequestParameters ¶
type UpdateStackRequestParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (UpdateStackRequestParameters) GoString ¶
func (s UpdateStackRequestParameters) GoString() string
func (*UpdateStackRequestParameters) SetParameterKey ¶
func (s *UpdateStackRequestParameters) SetParameterKey(v string) *UpdateStackRequestParameters
func (*UpdateStackRequestParameters) SetParameterValue ¶
func (s *UpdateStackRequestParameters) SetParameterValue(v string) *UpdateStackRequestParameters
func (UpdateStackRequestParameters) String ¶
func (s UpdateStackRequestParameters) String() string
type UpdateStackRequestTags ¶
type UpdateStackRequestTags struct { Key *string `json:"Key,omitempty" xml:"Key,omitempty"` Value *string `json:"Value,omitempty" xml:"Value,omitempty"` }
func (UpdateStackRequestTags) GoString ¶
func (s UpdateStackRequestTags) GoString() string
func (*UpdateStackRequestTags) SetKey ¶
func (s *UpdateStackRequestTags) SetKey(v string) *UpdateStackRequestTags
func (*UpdateStackRequestTags) SetValue ¶
func (s *UpdateStackRequestTags) SetValue(v string) *UpdateStackRequestTags
func (UpdateStackRequestTags) String ¶
func (s UpdateStackRequestTags) String() string
type UpdateStackResponse ¶
type UpdateStackResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateStackResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateStackResponse) GoString ¶
func (s UpdateStackResponse) GoString() string
func (*UpdateStackResponse) SetBody ¶
func (s *UpdateStackResponse) SetBody(v *UpdateStackResponseBody) *UpdateStackResponse
func (*UpdateStackResponse) SetHeaders ¶
func (s *UpdateStackResponse) SetHeaders(v map[string]*string) *UpdateStackResponse
func (*UpdateStackResponse) SetStatusCode ¶ added in v3.2.4
func (s *UpdateStackResponse) SetStatusCode(v int32) *UpdateStackResponse
func (UpdateStackResponse) String ¶
func (s UpdateStackResponse) String() string
type UpdateStackResponseBody ¶
type UpdateStackResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` }
func (UpdateStackResponseBody) GoString ¶
func (s UpdateStackResponseBody) GoString() string
func (*UpdateStackResponseBody) SetRequestId ¶
func (s *UpdateStackResponseBody) SetRequestId(v string) *UpdateStackResponseBody
func (*UpdateStackResponseBody) SetStackId ¶
func (s *UpdateStackResponseBody) SetStackId(v string) *UpdateStackResponseBody
func (UpdateStackResponseBody) String ¶
func (s UpdateStackResponseBody) String() string
type UpdateStackTemplateByResourcesRequest ¶
type UpdateStackTemplateByResourcesRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` DryRun *bool `json:"DryRun,omitempty" xml:"DryRun,omitempty"` LogicalResourceId []*string `json:"LogicalResourceId,omitempty" xml:"LogicalResourceId,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` StackId *string `json:"StackId,omitempty" xml:"StackId,omitempty"` TemplateFormat *string `json:"TemplateFormat,omitempty" xml:"TemplateFormat,omitempty"` }
func (UpdateStackTemplateByResourcesRequest) GoString ¶
func (s UpdateStackTemplateByResourcesRequest) GoString() string
func (*UpdateStackTemplateByResourcesRequest) SetClientToken ¶
func (s *UpdateStackTemplateByResourcesRequest) SetClientToken(v string) *UpdateStackTemplateByResourcesRequest
func (*UpdateStackTemplateByResourcesRequest) SetDryRun ¶
func (s *UpdateStackTemplateByResourcesRequest) SetDryRun(v bool) *UpdateStackTemplateByResourcesRequest
func (*UpdateStackTemplateByResourcesRequest) SetLogicalResourceId ¶
func (s *UpdateStackTemplateByResourcesRequest) SetLogicalResourceId(v []*string) *UpdateStackTemplateByResourcesRequest
func (*UpdateStackTemplateByResourcesRequest) SetRegionId ¶
func (s *UpdateStackTemplateByResourcesRequest) SetRegionId(v string) *UpdateStackTemplateByResourcesRequest
func (*UpdateStackTemplateByResourcesRequest) SetStackId ¶
func (s *UpdateStackTemplateByResourcesRequest) SetStackId(v string) *UpdateStackTemplateByResourcesRequest
func (*UpdateStackTemplateByResourcesRequest) SetTemplateFormat ¶
func (s *UpdateStackTemplateByResourcesRequest) SetTemplateFormat(v string) *UpdateStackTemplateByResourcesRequest
func (UpdateStackTemplateByResourcesRequest) String ¶
func (s UpdateStackTemplateByResourcesRequest) String() string
type UpdateStackTemplateByResourcesResponse ¶
type UpdateStackTemplateByResourcesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateStackTemplateByResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateStackTemplateByResourcesResponse) GoString ¶
func (s UpdateStackTemplateByResourcesResponse) GoString() string
func (*UpdateStackTemplateByResourcesResponse) SetHeaders ¶
func (s *UpdateStackTemplateByResourcesResponse) SetHeaders(v map[string]*string) *UpdateStackTemplateByResourcesResponse
func (*UpdateStackTemplateByResourcesResponse) SetStatusCode ¶ added in v3.2.4
func (s *UpdateStackTemplateByResourcesResponse) SetStatusCode(v int32) *UpdateStackTemplateByResourcesResponse
func (UpdateStackTemplateByResourcesResponse) String ¶
func (s UpdateStackTemplateByResourcesResponse) String() string
type UpdateStackTemplateByResourcesResponseBody ¶
type UpdateStackTemplateByResourcesResponseBody struct { NewTemplateBody *string `json:"NewTemplateBody,omitempty" xml:"NewTemplateBody,omitempty"` OldTemplateBody *string `json:"OldTemplateBody,omitempty" xml:"OldTemplateBody,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateStackTemplateByResourcesResponseBody) GoString ¶
func (s UpdateStackTemplateByResourcesResponseBody) GoString() string
func (*UpdateStackTemplateByResourcesResponseBody) SetNewTemplateBody ¶
func (s *UpdateStackTemplateByResourcesResponseBody) SetNewTemplateBody(v string) *UpdateStackTemplateByResourcesResponseBody
func (*UpdateStackTemplateByResourcesResponseBody) SetOldTemplateBody ¶
func (s *UpdateStackTemplateByResourcesResponseBody) SetOldTemplateBody(v string) *UpdateStackTemplateByResourcesResponseBody
func (*UpdateStackTemplateByResourcesResponseBody) SetRequestId ¶
func (s *UpdateStackTemplateByResourcesResponseBody) SetRequestId(v string) *UpdateStackTemplateByResourcesResponseBody
func (UpdateStackTemplateByResourcesResponseBody) String ¶
func (s UpdateStackTemplateByResourcesResponseBody) String() string
type UpdateTemplateRequest ¶
type UpdateTemplateRequest struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` TemplateName *string `json:"TemplateName,omitempty" xml:"TemplateName,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` }
func (UpdateTemplateRequest) GoString ¶
func (s UpdateTemplateRequest) GoString() string
func (*UpdateTemplateRequest) SetDescription ¶
func (s *UpdateTemplateRequest) SetDescription(v string) *UpdateTemplateRequest
func (*UpdateTemplateRequest) SetTemplateBody ¶
func (s *UpdateTemplateRequest) SetTemplateBody(v string) *UpdateTemplateRequest
func (*UpdateTemplateRequest) SetTemplateId ¶
func (s *UpdateTemplateRequest) SetTemplateId(v string) *UpdateTemplateRequest
func (*UpdateTemplateRequest) SetTemplateName ¶
func (s *UpdateTemplateRequest) SetTemplateName(v string) *UpdateTemplateRequest
func (*UpdateTemplateRequest) SetTemplateURL ¶
func (s *UpdateTemplateRequest) SetTemplateURL(v string) *UpdateTemplateRequest
func (UpdateTemplateRequest) String ¶
func (s UpdateTemplateRequest) String() string
type UpdateTemplateResponse ¶
type UpdateTemplateResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateTemplateResponse) GoString ¶
func (s UpdateTemplateResponse) GoString() string
func (*UpdateTemplateResponse) SetBody ¶
func (s *UpdateTemplateResponse) SetBody(v *UpdateTemplateResponseBody) *UpdateTemplateResponse
func (*UpdateTemplateResponse) SetHeaders ¶
func (s *UpdateTemplateResponse) SetHeaders(v map[string]*string) *UpdateTemplateResponse
func (*UpdateTemplateResponse) SetStatusCode ¶ added in v3.2.4
func (s *UpdateTemplateResponse) SetStatusCode(v int32) *UpdateTemplateResponse
func (UpdateTemplateResponse) String ¶
func (s UpdateTemplateResponse) String() string
type UpdateTemplateResponseBody ¶
type UpdateTemplateResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TemplateId *string `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"` }
func (UpdateTemplateResponseBody) GoString ¶
func (s UpdateTemplateResponseBody) GoString() string
func (*UpdateTemplateResponseBody) SetRequestId ¶
func (s *UpdateTemplateResponseBody) SetRequestId(v string) *UpdateTemplateResponseBody
func (*UpdateTemplateResponseBody) SetTemplateId ¶
func (s *UpdateTemplateResponseBody) SetTemplateId(v string) *UpdateTemplateResponseBody
func (UpdateTemplateResponseBody) String ¶
func (s UpdateTemplateResponseBody) String() string
type UpdateTemplateScratchRequest ¶
type UpdateTemplateScratchRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ExecutionMode *string `json:"ExecutionMode,omitempty" xml:"ExecutionMode,omitempty"` LogicalIdStrategy *string `json:"LogicalIdStrategy,omitempty" xml:"LogicalIdStrategy,omitempty"` PreferenceParameters []*UpdateTemplateScratchRequestPreferenceParameters `json:"PreferenceParameters,omitempty" xml:"PreferenceParameters,omitempty" type:"Repeated"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` SourceResourceGroup *UpdateTemplateScratchRequestSourceResourceGroup `json:"SourceResourceGroup,omitempty" xml:"SourceResourceGroup,omitempty" type:"Struct"` SourceResources []*UpdateTemplateScratchRequestSourceResources `json:"SourceResources,omitempty" xml:"SourceResources,omitempty" type:"Repeated"` SourceTag *UpdateTemplateScratchRequestSourceTag `json:"SourceTag,omitempty" xml:"SourceTag,omitempty" type:"Struct"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` }
func (UpdateTemplateScratchRequest) GoString ¶
func (s UpdateTemplateScratchRequest) GoString() string
func (*UpdateTemplateScratchRequest) SetClientToken ¶
func (s *UpdateTemplateScratchRequest) SetClientToken(v string) *UpdateTemplateScratchRequest
func (*UpdateTemplateScratchRequest) SetDescription ¶
func (s *UpdateTemplateScratchRequest) SetDescription(v string) *UpdateTemplateScratchRequest
func (*UpdateTemplateScratchRequest) SetExecutionMode ¶
func (s *UpdateTemplateScratchRequest) SetExecutionMode(v string) *UpdateTemplateScratchRequest
func (*UpdateTemplateScratchRequest) SetLogicalIdStrategy ¶
func (s *UpdateTemplateScratchRequest) SetLogicalIdStrategy(v string) *UpdateTemplateScratchRequest
func (*UpdateTemplateScratchRequest) SetPreferenceParameters ¶
func (s *UpdateTemplateScratchRequest) SetPreferenceParameters(v []*UpdateTemplateScratchRequestPreferenceParameters) *UpdateTemplateScratchRequest
func (*UpdateTemplateScratchRequest) SetRegionId ¶
func (s *UpdateTemplateScratchRequest) SetRegionId(v string) *UpdateTemplateScratchRequest
func (*UpdateTemplateScratchRequest) SetSourceResourceGroup ¶
func (s *UpdateTemplateScratchRequest) SetSourceResourceGroup(v *UpdateTemplateScratchRequestSourceResourceGroup) *UpdateTemplateScratchRequest
func (*UpdateTemplateScratchRequest) SetSourceResources ¶
func (s *UpdateTemplateScratchRequest) SetSourceResources(v []*UpdateTemplateScratchRequestSourceResources) *UpdateTemplateScratchRequest
func (*UpdateTemplateScratchRequest) SetSourceTag ¶
func (s *UpdateTemplateScratchRequest) SetSourceTag(v *UpdateTemplateScratchRequestSourceTag) *UpdateTemplateScratchRequest
func (*UpdateTemplateScratchRequest) SetTemplateScratchId ¶
func (s *UpdateTemplateScratchRequest) SetTemplateScratchId(v string) *UpdateTemplateScratchRequest
func (UpdateTemplateScratchRequest) String ¶
func (s UpdateTemplateScratchRequest) String() string
type UpdateTemplateScratchRequestPreferenceParameters ¶
type UpdateTemplateScratchRequestPreferenceParameters struct { ParameterKey *string `json:"ParameterKey,omitempty" xml:"ParameterKey,omitempty"` ParameterValue *string `json:"ParameterValue,omitempty" xml:"ParameterValue,omitempty"` }
func (UpdateTemplateScratchRequestPreferenceParameters) GoString ¶
func (s UpdateTemplateScratchRequestPreferenceParameters) GoString() string
func (*UpdateTemplateScratchRequestPreferenceParameters) SetParameterKey ¶
func (s *UpdateTemplateScratchRequestPreferenceParameters) SetParameterKey(v string) *UpdateTemplateScratchRequestPreferenceParameters
func (*UpdateTemplateScratchRequestPreferenceParameters) SetParameterValue ¶
func (s *UpdateTemplateScratchRequestPreferenceParameters) SetParameterValue(v string) *UpdateTemplateScratchRequestPreferenceParameters
func (UpdateTemplateScratchRequestPreferenceParameters) String ¶
func (s UpdateTemplateScratchRequestPreferenceParameters) String() string
type UpdateTemplateScratchRequestSourceResourceGroup ¶
type UpdateTemplateScratchRequestSourceResourceGroup struct { ResourceGroupId *string `json:"ResourceGroupId,omitempty" xml:"ResourceGroupId,omitempty"` ResourceTypeFilter []*string `json:"ResourceTypeFilter,omitempty" xml:"ResourceTypeFilter,omitempty" type:"Repeated"` }
func (UpdateTemplateScratchRequestSourceResourceGroup) GoString ¶
func (s UpdateTemplateScratchRequestSourceResourceGroup) GoString() string
func (*UpdateTemplateScratchRequestSourceResourceGroup) SetResourceGroupId ¶
func (s *UpdateTemplateScratchRequestSourceResourceGroup) SetResourceGroupId(v string) *UpdateTemplateScratchRequestSourceResourceGroup
func (*UpdateTemplateScratchRequestSourceResourceGroup) SetResourceTypeFilter ¶
func (s *UpdateTemplateScratchRequestSourceResourceGroup) SetResourceTypeFilter(v []*string) *UpdateTemplateScratchRequestSourceResourceGroup
func (UpdateTemplateScratchRequestSourceResourceGroup) String ¶
func (s UpdateTemplateScratchRequestSourceResourceGroup) String() string
type UpdateTemplateScratchRequestSourceResources ¶
type UpdateTemplateScratchRequestSourceResources struct { ResourceId *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"` ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"` }
func (UpdateTemplateScratchRequestSourceResources) GoString ¶
func (s UpdateTemplateScratchRequestSourceResources) GoString() string
func (*UpdateTemplateScratchRequestSourceResources) SetResourceId ¶
func (s *UpdateTemplateScratchRequestSourceResources) SetResourceId(v string) *UpdateTemplateScratchRequestSourceResources
func (*UpdateTemplateScratchRequestSourceResources) SetResourceType ¶
func (s *UpdateTemplateScratchRequestSourceResources) SetResourceType(v string) *UpdateTemplateScratchRequestSourceResources
func (UpdateTemplateScratchRequestSourceResources) String ¶
func (s UpdateTemplateScratchRequestSourceResources) String() string
type UpdateTemplateScratchRequestSourceTag ¶
type UpdateTemplateScratchRequestSourceTag struct { ResourceTags map[string]interface{} `json:"ResourceTags,omitempty" xml:"ResourceTags,omitempty"` ResourceTypeFilter []*string `json:"ResourceTypeFilter,omitempty" xml:"ResourceTypeFilter,omitempty" type:"Repeated"` }
func (UpdateTemplateScratchRequestSourceTag) GoString ¶
func (s UpdateTemplateScratchRequestSourceTag) GoString() string
func (*UpdateTemplateScratchRequestSourceTag) SetResourceTags ¶
func (s *UpdateTemplateScratchRequestSourceTag) SetResourceTags(v map[string]interface{}) *UpdateTemplateScratchRequestSourceTag
func (*UpdateTemplateScratchRequestSourceTag) SetResourceTypeFilter ¶
func (s *UpdateTemplateScratchRequestSourceTag) SetResourceTypeFilter(v []*string) *UpdateTemplateScratchRequestSourceTag
func (UpdateTemplateScratchRequestSourceTag) String ¶
func (s UpdateTemplateScratchRequestSourceTag) String() string
type UpdateTemplateScratchResponse ¶
type UpdateTemplateScratchResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *UpdateTemplateScratchResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateTemplateScratchResponse) GoString ¶
func (s UpdateTemplateScratchResponse) GoString() string
func (*UpdateTemplateScratchResponse) SetBody ¶
func (s *UpdateTemplateScratchResponse) SetBody(v *UpdateTemplateScratchResponseBody) *UpdateTemplateScratchResponse
func (*UpdateTemplateScratchResponse) SetHeaders ¶
func (s *UpdateTemplateScratchResponse) SetHeaders(v map[string]*string) *UpdateTemplateScratchResponse
func (*UpdateTemplateScratchResponse) SetStatusCode ¶ added in v3.2.4
func (s *UpdateTemplateScratchResponse) SetStatusCode(v int32) *UpdateTemplateScratchResponse
func (UpdateTemplateScratchResponse) String ¶
func (s UpdateTemplateScratchResponse) String() string
type UpdateTemplateScratchResponseBody ¶
type UpdateTemplateScratchResponseBody struct { RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` }
func (UpdateTemplateScratchResponseBody) GoString ¶
func (s UpdateTemplateScratchResponseBody) GoString() string
func (*UpdateTemplateScratchResponseBody) SetRequestId ¶
func (s *UpdateTemplateScratchResponseBody) SetRequestId(v string) *UpdateTemplateScratchResponseBody
func (*UpdateTemplateScratchResponseBody) SetTemplateScratchId ¶
func (s *UpdateTemplateScratchResponseBody) SetTemplateScratchId(v string) *UpdateTemplateScratchResponseBody
func (UpdateTemplateScratchResponseBody) String ¶
func (s UpdateTemplateScratchResponseBody) String() string
type UpdateTemplateScratchShrinkRequest ¶
type UpdateTemplateScratchShrinkRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` Description *string `json:"Description,omitempty" xml:"Description,omitempty"` ExecutionMode *string `json:"ExecutionMode,omitempty" xml:"ExecutionMode,omitempty"` LogicalIdStrategy *string `json:"LogicalIdStrategy,omitempty" xml:"LogicalIdStrategy,omitempty"` PreferenceParametersShrink *string `json:"PreferenceParameters,omitempty" xml:"PreferenceParameters,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` SourceResourceGroupShrink *string `json:"SourceResourceGroup,omitempty" xml:"SourceResourceGroup,omitempty"` SourceResourcesShrink *string `json:"SourceResources,omitempty" xml:"SourceResources,omitempty"` SourceTagShrink *string `json:"SourceTag,omitempty" xml:"SourceTag,omitempty"` TemplateScratchId *string `json:"TemplateScratchId,omitempty" xml:"TemplateScratchId,omitempty"` }
func (UpdateTemplateScratchShrinkRequest) GoString ¶
func (s UpdateTemplateScratchShrinkRequest) GoString() string
func (*UpdateTemplateScratchShrinkRequest) SetClientToken ¶
func (s *UpdateTemplateScratchShrinkRequest) SetClientToken(v string) *UpdateTemplateScratchShrinkRequest
func (*UpdateTemplateScratchShrinkRequest) SetDescription ¶
func (s *UpdateTemplateScratchShrinkRequest) SetDescription(v string) *UpdateTemplateScratchShrinkRequest
func (*UpdateTemplateScratchShrinkRequest) SetExecutionMode ¶
func (s *UpdateTemplateScratchShrinkRequest) SetExecutionMode(v string) *UpdateTemplateScratchShrinkRequest
func (*UpdateTemplateScratchShrinkRequest) SetLogicalIdStrategy ¶
func (s *UpdateTemplateScratchShrinkRequest) SetLogicalIdStrategy(v string) *UpdateTemplateScratchShrinkRequest
func (*UpdateTemplateScratchShrinkRequest) SetPreferenceParametersShrink ¶
func (s *UpdateTemplateScratchShrinkRequest) SetPreferenceParametersShrink(v string) *UpdateTemplateScratchShrinkRequest
func (*UpdateTemplateScratchShrinkRequest) SetRegionId ¶
func (s *UpdateTemplateScratchShrinkRequest) SetRegionId(v string) *UpdateTemplateScratchShrinkRequest
func (*UpdateTemplateScratchShrinkRequest) SetSourceResourceGroupShrink ¶
func (s *UpdateTemplateScratchShrinkRequest) SetSourceResourceGroupShrink(v string) *UpdateTemplateScratchShrinkRequest
func (*UpdateTemplateScratchShrinkRequest) SetSourceResourcesShrink ¶
func (s *UpdateTemplateScratchShrinkRequest) SetSourceResourcesShrink(v string) *UpdateTemplateScratchShrinkRequest
func (*UpdateTemplateScratchShrinkRequest) SetSourceTagShrink ¶
func (s *UpdateTemplateScratchShrinkRequest) SetSourceTagShrink(v string) *UpdateTemplateScratchShrinkRequest
func (*UpdateTemplateScratchShrinkRequest) SetTemplateScratchId ¶
func (s *UpdateTemplateScratchShrinkRequest) SetTemplateScratchId(v string) *UpdateTemplateScratchShrinkRequest
func (UpdateTemplateScratchShrinkRequest) String ¶
func (s UpdateTemplateScratchShrinkRequest) String() string
type ValidateTemplateRequest ¶
type ValidateTemplateRequest struct { ClientToken *string `json:"ClientToken,omitempty" xml:"ClientToken,omitempty"` RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` TemplateBody *string `json:"TemplateBody,omitempty" xml:"TemplateBody,omitempty"` TemplateURL *string `json:"TemplateURL,omitempty" xml:"TemplateURL,omitempty"` ValidationOption *string `json:"ValidationOption,omitempty" xml:"ValidationOption,omitempty"` }
func (ValidateTemplateRequest) GoString ¶
func (s ValidateTemplateRequest) GoString() string
func (*ValidateTemplateRequest) SetClientToken ¶
func (s *ValidateTemplateRequest) SetClientToken(v string) *ValidateTemplateRequest
func (*ValidateTemplateRequest) SetRegionId ¶
func (s *ValidateTemplateRequest) SetRegionId(v string) *ValidateTemplateRequest
func (*ValidateTemplateRequest) SetTemplateBody ¶
func (s *ValidateTemplateRequest) SetTemplateBody(v string) *ValidateTemplateRequest
func (*ValidateTemplateRequest) SetTemplateURL ¶
func (s *ValidateTemplateRequest) SetTemplateURL(v string) *ValidateTemplateRequest
func (*ValidateTemplateRequest) SetValidationOption ¶
func (s *ValidateTemplateRequest) SetValidationOption(v string) *ValidateTemplateRequest
func (ValidateTemplateRequest) String ¶
func (s ValidateTemplateRequest) String() string
type ValidateTemplateResponse ¶
type ValidateTemplateResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *ValidateTemplateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ValidateTemplateResponse) GoString ¶
func (s ValidateTemplateResponse) GoString() string
func (*ValidateTemplateResponse) SetBody ¶
func (s *ValidateTemplateResponse) SetBody(v *ValidateTemplateResponseBody) *ValidateTemplateResponse
func (*ValidateTemplateResponse) SetHeaders ¶
func (s *ValidateTemplateResponse) SetHeaders(v map[string]*string) *ValidateTemplateResponse
func (*ValidateTemplateResponse) SetStatusCode ¶ added in v3.2.4
func (s *ValidateTemplateResponse) SetStatusCode(v int32) *ValidateTemplateResponse
func (ValidateTemplateResponse) String ¶
func (s ValidateTemplateResponse) String() string
type ValidateTemplateResponseBody ¶
type ValidateTemplateResponseBody struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` Outputs []*ValidateTemplateResponseBodyOutputs `json:"Outputs,omitempty" xml:"Outputs,omitempty" type:"Repeated"` Parameters []map[string]interface{} `json:"Parameters,omitempty" xml:"Parameters,omitempty" type:"Repeated"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` ResourceTypes *ValidateTemplateResponseBodyResourceTypes `json:"ResourceTypes,omitempty" xml:"ResourceTypes,omitempty" type:"Struct"` }
func (ValidateTemplateResponseBody) GoString ¶
func (s ValidateTemplateResponseBody) GoString() string
func (*ValidateTemplateResponseBody) SetDescription ¶
func (s *ValidateTemplateResponseBody) SetDescription(v string) *ValidateTemplateResponseBody
func (*ValidateTemplateResponseBody) SetOutputs ¶
func (s *ValidateTemplateResponseBody) SetOutputs(v []*ValidateTemplateResponseBodyOutputs) *ValidateTemplateResponseBody
func (*ValidateTemplateResponseBody) SetParameters ¶
func (s *ValidateTemplateResponseBody) SetParameters(v []map[string]interface{}) *ValidateTemplateResponseBody
func (*ValidateTemplateResponseBody) SetRequestId ¶
func (s *ValidateTemplateResponseBody) SetRequestId(v string) *ValidateTemplateResponseBody
func (*ValidateTemplateResponseBody) SetResourceTypes ¶ added in v3.2.6
func (s *ValidateTemplateResponseBody) SetResourceTypes(v *ValidateTemplateResponseBodyResourceTypes) *ValidateTemplateResponseBody
func (ValidateTemplateResponseBody) String ¶
func (s ValidateTemplateResponseBody) String() string
type ValidateTemplateResponseBodyOutputs ¶
type ValidateTemplateResponseBodyOutputs struct { Description *string `json:"Description,omitempty" xml:"Description,omitempty"` OutputKey *string `json:"OutputKey,omitempty" xml:"OutputKey,omitempty"` }
func (ValidateTemplateResponseBodyOutputs) GoString ¶
func (s ValidateTemplateResponseBodyOutputs) GoString() string
func (*ValidateTemplateResponseBodyOutputs) SetDescription ¶
func (s *ValidateTemplateResponseBodyOutputs) SetDescription(v string) *ValidateTemplateResponseBodyOutputs
func (*ValidateTemplateResponseBodyOutputs) SetOutputKey ¶
func (s *ValidateTemplateResponseBodyOutputs) SetOutputKey(v string) *ValidateTemplateResponseBodyOutputs
func (ValidateTemplateResponseBodyOutputs) String ¶
func (s ValidateTemplateResponseBodyOutputs) String() string
type ValidateTemplateResponseBodyResourceTypes ¶ added in v3.2.6
type ValidateTemplateResponseBodyResourceTypes struct { DataSources []*string `json:"DataSources,omitempty" xml:"DataSources,omitempty" type:"Repeated"` Resources []*string `json:"Resources,omitempty" xml:"Resources,omitempty" type:"Repeated"` }
func (ValidateTemplateResponseBodyResourceTypes) GoString ¶ added in v3.2.6
func (s ValidateTemplateResponseBodyResourceTypes) GoString() string
func (*ValidateTemplateResponseBodyResourceTypes) SetDataSources ¶ added in v3.2.6
func (s *ValidateTemplateResponseBodyResourceTypes) SetDataSources(v []*string) *ValidateTemplateResponseBodyResourceTypes
func (*ValidateTemplateResponseBodyResourceTypes) SetResources ¶ added in v3.2.6
func (s *ValidateTemplateResponseBodyResourceTypes) SetResources(v []*string) *ValidateTemplateResponseBodyResourceTypes
func (ValidateTemplateResponseBodyResourceTypes) String ¶ added in v3.2.6
func (s ValidateTemplateResponseBodyResourceTypes) String() string
Click to show internal directories.
Click to hide internal directories.