@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackendEnvironment extends Object implements Serializable, Cloneable, StructuredPojo
Backend environment for an Amplify App.
| Constructor and Description |
|---|
BackendEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
BackendEnvironment |
clone() |
boolean |
equals(Object obj) |
String |
getBackendEnvironmentArn()
Arn for a backend environment, part of an Amplify App.
|
Date |
getCreateTime()
Creation date and time for a backend environment, part of an Amplify App.
|
String |
getDeploymentArtifacts()
Name of deployment artifacts.
|
String |
getEnvironmentName()
Name for a backend environment, part of an Amplify App.
|
String |
getStackName()
CloudFormation stack name of backend environment.
|
Date |
getUpdateTime()
Last updated date and time for a backend environment, part of an Amplify App.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBackendEnvironmentArn(String backendEnvironmentArn)
Arn for a backend environment, part of an Amplify App.
|
void |
setCreateTime(Date createTime)
Creation date and time for a backend environment, part of an Amplify App.
|
void |
setDeploymentArtifacts(String deploymentArtifacts)
Name of deployment artifacts.
|
void |
setEnvironmentName(String environmentName)
Name for a backend environment, part of an Amplify App.
|
void |
setStackName(String stackName)
CloudFormation stack name of backend environment.
|
void |
setUpdateTime(Date updateTime)
Last updated date and time for a backend environment, part of an Amplify App.
|
String |
toString()
Returns a string representation of this object.
|
BackendEnvironment |
withBackendEnvironmentArn(String backendEnvironmentArn)
Arn for a backend environment, part of an Amplify App.
|
BackendEnvironment |
withCreateTime(Date createTime)
Creation date and time for a backend environment, part of an Amplify App.
|
BackendEnvironment |
withDeploymentArtifacts(String deploymentArtifacts)
Name of deployment artifacts.
|
BackendEnvironment |
withEnvironmentName(String environmentName)
Name for a backend environment, part of an Amplify App.
|
BackendEnvironment |
withStackName(String stackName)
CloudFormation stack name of backend environment.
|
BackendEnvironment |
withUpdateTime(Date updateTime)
Last updated date and time for a backend environment, part of an Amplify App.
|
public void setBackendEnvironmentArn(String backendEnvironmentArn)
Arn for a backend environment, part of an Amplify App.
backendEnvironmentArn - Arn for a backend environment, part of an Amplify App.public String getBackendEnvironmentArn()
Arn for a backend environment, part of an Amplify App.
public BackendEnvironment withBackendEnvironmentArn(String backendEnvironmentArn)
Arn for a backend environment, part of an Amplify App.
backendEnvironmentArn - Arn for a backend environment, part of an Amplify App.public void setEnvironmentName(String environmentName)
Name for a backend environment, part of an Amplify App.
environmentName - Name for a backend environment, part of an Amplify App.public String getEnvironmentName()
Name for a backend environment, part of an Amplify App.
public BackendEnvironment withEnvironmentName(String environmentName)
Name for a backend environment, part of an Amplify App.
environmentName - Name for a backend environment, part of an Amplify App.public void setStackName(String stackName)
CloudFormation stack name of backend environment.
stackName - CloudFormation stack name of backend environment.public String getStackName()
CloudFormation stack name of backend environment.
public BackendEnvironment withStackName(String stackName)
CloudFormation stack name of backend environment.
stackName - CloudFormation stack name of backend environment.public void setDeploymentArtifacts(String deploymentArtifacts)
Name of deployment artifacts.
deploymentArtifacts - Name of deployment artifacts.public String getDeploymentArtifacts()
Name of deployment artifacts.
public BackendEnvironment withDeploymentArtifacts(String deploymentArtifacts)
Name of deployment artifacts.
deploymentArtifacts - Name of deployment artifacts.public void setCreateTime(Date createTime)
Creation date and time for a backend environment, part of an Amplify App.
createTime - Creation date and time for a backend environment, part of an Amplify App.public Date getCreateTime()
Creation date and time for a backend environment, part of an Amplify App.
public BackendEnvironment withCreateTime(Date createTime)
Creation date and time for a backend environment, part of an Amplify App.
createTime - Creation date and time for a backend environment, part of an Amplify App.public void setUpdateTime(Date updateTime)
Last updated date and time for a backend environment, part of an Amplify App.
updateTime - Last updated date and time for a backend environment, part of an Amplify App.public Date getUpdateTime()
Last updated date and time for a backend environment, part of an Amplify App.
public BackendEnvironment withUpdateTime(Date updateTime)
Last updated date and time for a backend environment, part of an Amplify App.
updateTime - Last updated date and time for a backend environment, part of an Amplify App.public String toString()
toString in class ObjectObject.toString()public BackendEnvironment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.