Class EnvironmentTemplateSummary
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<EnvironmentTemplateSummary.Builder,- EnvironmentTemplateSummary> 
The environment template data.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the environment template.builder()final InstantThe time when the environment template was created.final StringA description of the environment template.final StringThe name of the environment template as displayed in the developer interface.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe time when the environment template was last modified.final Stringname()The name of the environment template.final ProvisioningWhen included, indicates that the environment template is for customer provisioned and managed infrastructure.final StringWhen included, indicates that the environment template is for customer provisioned and managed infrastructure.final StringThe recommended version of the environment template.static Class<? extends EnvironmentTemplateSummary.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
arnThe Amazon Resource Name (ARN) of the environment template. - Returns:
- The Amazon Resource Name (ARN) of the environment template.
 
- 
createdAtThe time when the environment template was created. - Returns:
- The time when the environment template was created.
 
- 
descriptionA description of the environment template. - Returns:
- A description of the environment template.
 
- 
displayNameThe name of the environment template as displayed in the developer interface. - Returns:
- The name of the environment template as displayed in the developer interface.
 
- 
lastModifiedAtThe time when the environment template was last modified. - Returns:
- The time when the environment template was last modified.
 
- 
nameThe name of the environment template. - Returns:
- The name of the environment template.
 
- 
provisioningWhen included, indicates that the environment template is for customer provisioned and managed infrastructure. If the service returns an enum value that is not available in the current SDK version, provisioningwill returnProvisioning.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprovisioningAsString().- Returns:
- When included, indicates that the environment template is for customer provisioned and managed infrastructure.
- See Also:
 
- 
provisioningAsStringWhen included, indicates that the environment template is for customer provisioned and managed infrastructure. If the service returns an enum value that is not available in the current SDK version, provisioningwill returnProvisioning.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprovisioningAsString().- Returns:
- When included, indicates that the environment template is for customer provisioned and managed infrastructure.
- See Also:
 
- 
recommendedVersionThe recommended version of the environment template. - Returns:
- The recommended version of the environment template.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<EnvironmentTemplateSummary.Builder,- EnvironmentTemplateSummary> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
 
-