Class GetTemplateRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetTemplateRequest.Builder,GetTemplateRequest>
The input for a GetTemplate action.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic GetTemplateRequest.Builderbuilder()final StringThe name or Amazon Resource Name (ARN) of a change set for which CloudFormation returns the associated template.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends GetTemplateRequest.Builder>final StringThe name or the unique stack ID that's associated with the stack, which aren't always interchangeable:final TemplateStageFor templates that include transforms, the stage of the template that CloudFormation returns.final StringFor templates that include transforms, the stage of the template that CloudFormation returns.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
stackName
The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:
-
Running stacks: You can specify either the stack's name or its unique stack ID.
-
Deleted stacks: You must specify the unique stack ID.
- Returns:
- The name or the unique stack ID that's associated with the stack, which aren't always
interchangeable:
-
Running stacks: You can specify either the stack's name or its unique stack ID.
-
Deleted stacks: You must specify the unique stack ID.
-
-
-
changeSetName
The name or Amazon Resource Name (ARN) of a change set for which CloudFormation returns the associated template. If you specify a name, you must also specify the
StackName.- Returns:
- The name or Amazon Resource Name (ARN) of a change set for which CloudFormation returns the associated
template. If you specify a name, you must also specify the
StackName.
-
templateStage
For templates that include transforms, the stage of the template that CloudFormation returns. To get the user-submitted template, specify
Original. To get the template after CloudFormation has processed all transforms, specifyProcessed.If the template doesn't include transforms,
OriginalandProcessedreturn the same template. By default, CloudFormation specifiesProcessed.If the service returns an enum value that is not available in the current SDK version,
templateStagewill returnTemplateStage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtemplateStageAsString().- Returns:
- For templates that include transforms, the stage of the template that CloudFormation returns. To get the
user-submitted template, specify
Original. To get the template after CloudFormation has processed all transforms, specifyProcessed.If the template doesn't include transforms,
OriginalandProcessedreturn the same template. By default, CloudFormation specifiesProcessed. - See Also:
-
templateStageAsString
For templates that include transforms, the stage of the template that CloudFormation returns. To get the user-submitted template, specify
Original. To get the template after CloudFormation has processed all transforms, specifyProcessed.If the template doesn't include transforms,
OriginalandProcessedreturn the same template. By default, CloudFormation specifiesProcessed.If the service returns an enum value that is not available in the current SDK version,
templateStagewill returnTemplateStage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtemplateStageAsString().- Returns:
- For templates that include transforms, the stage of the template that CloudFormation returns. To get the
user-submitted template, specify
Original. To get the template after CloudFormation has processed all transforms, specifyProcessed.If the template doesn't include transforms,
OriginalandProcessedreturn the same template. By default, CloudFormation specifiesProcessed. - See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetTemplateRequest.Builder,GetTemplateRequest> - Specified by:
toBuilderin classCloudFormationRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-