@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateEnvironmentResult() |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the Amazon MWAA environment.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the Amazon MWAA environment.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEnvironmentResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the Amazon MWAA environment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example,
arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment
.
arn
- The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example,
arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment
.public String getArn()
The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example,
arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment
.
arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment
.public UpdateEnvironmentResult withArn(String arn)
The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example,
arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment
.
arn
- The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example,
arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment
.public String toString()
toString
in class Object
Object.toString()
public UpdateEnvironmentResult clone()
Copyright © 2021. All rights reserved.