@Generated(value="software.amazon.awssdk:codegen") public final class BackendEnvironment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BackendEnvironment.Builder,BackendEnvironment>
Describes the backend environment for an Amplify app.
Modifier and Type | Class and Description |
---|---|
static interface |
BackendEnvironment.Builder |
Modifier and Type | Method and Description |
---|---|
String |
backendEnvironmentArn()
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
|
static BackendEnvironment.Builder |
builder() |
Instant |
createTime()
The creation date and time for a backend environment that is part of an Amplify app.
|
String |
deploymentArtifacts()
The name of deployment artifacts.
|
String |
environmentName()
The name for a backend environment that is part of an Amplify app.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BackendEnvironment.Builder> |
serializableBuilderClass() |
String |
stackName()
The AWS CloudFormation stack name of a backend environment.
|
BackendEnvironment.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The last updated date and time for a backend environment that is part of an Amplify app.
|
copy
public final String backendEnvironmentArn()
The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
public final String environmentName()
The name for a backend environment that is part of an Amplify app.
public final String stackName()
The AWS CloudFormation stack name of a backend environment.
public final String deploymentArtifacts()
The name of deployment artifacts.
public final Instant createTime()
The creation date and time for a backend environment that is part of an Amplify app.
public final Instant updateTime()
The last updated date and time for a backend environment that is part of an Amplify app.
public BackendEnvironment.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BackendEnvironment.Builder,BackendEnvironment>
public static BackendEnvironment.Builder builder()
public static Class<? extends BackendEnvironment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()