@Generated(value="software.amazon.awssdk:codegen") public final class BackendEnvironment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BackendEnvironment.Builder,BackendEnvironment>
Backend environment for an Amplify App.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackendEnvironment.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backendEnvironmentArn()
Arn for a backend environment, part of an Amplify App.
|
static BackendEnvironment.Builder |
builder() |
Instant |
createTime()
Creation date and time for a backend environment, part of an Amplify App.
|
String |
deploymentArtifacts()
Name of deployment artifacts.
|
String |
environmentName()
Name for a backend environment, part of an Amplify App.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BackendEnvironment.Builder> |
serializableBuilderClass() |
String |
stackName()
CloudFormation stack name of backend environment.
|
BackendEnvironment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
Last updated date and time for a backend environment, part of an Amplify App.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String backendEnvironmentArn()
Arn for a backend environment, part of an Amplify App.
public String environmentName()
Name for a backend environment, part of an Amplify App.
public String stackName()
CloudFormation stack name of backend environment.
public String deploymentArtifacts()
Name of deployment artifacts.
public Instant createTime()
Creation date and time for a backend environment, part of an Amplify App.
public Instant updateTime()
Last updated date and time for a backend environment, part of an Amplify App.
public BackendEnvironment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BackendEnvironment.Builder,BackendEnvironment>public static BackendEnvironment.Builder builder()
public static Class<? extends BackendEnvironment.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.