Class BackendEnvironment
java.lang.Object
software.amazon.awssdk.services.amplify.model.BackendEnvironment
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<BackendEnvironment.Builder,BackendEnvironment> 
@Generated("software.amazon.awssdk:codegen")
public final class BackendEnvironment
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<BackendEnvironment.Builder,BackendEnvironment> 
 Describes the backend environment associated with a Branch of a Gen 1 Amplify app. Amplify Gen 1
 applications are created using Amplify Studio or the Amplify command line interface (CLI).
 
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.static BackendEnvironment.Builderbuilder()final InstantThe creation date and time for a backend environment that is part of an Amplify app.final StringThe name of deployment artifacts.final StringThe name for a backend environment that is part of an Amplify app.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()static Class<? extends BackendEnvironment.Builder> final StringThe AWS CloudFormation stack name of a backend environment.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.final InstantThe last updated date and time for a backend environment that is part of an Amplify app.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
backendEnvironmentArn
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
- Returns:
 - The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
 
 - 
environmentName
The name for a backend environment that is part of an Amplify app.
- Returns:
 - The name for a backend environment that is part of an Amplify app.
 
 - 
stackName
The AWS CloudFormation stack name of a backend environment.
- Returns:
 - The AWS CloudFormation stack name of a backend environment.
 
 - 
deploymentArtifacts
The name of deployment artifacts.
- Returns:
 - The name of deployment artifacts.
 
 - 
createTime
The creation date and time for a backend environment that is part of an Amplify app.
- Returns:
 - The creation date and time for a backend environment that is part of an Amplify app.
 
 - 
updateTime
The last updated date and time for a backend environment that is part of an Amplify app.
- Returns:
 - The last updated date and time for a backend environment that is part of an Amplify app.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<BackendEnvironment.Builder,BackendEnvironment> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description 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 interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
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
 - 
sdkFields
 
 -