@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 ARN to update of your Amazon MWAA environment.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN to update of your Amazon MWAA environment.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEnvironmentResult |
withArn(String arn)
The ARN to update of your Amazon MWAA environment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
The ARN to update of your Amazon MWAA environment.
arn - The ARN to update of your Amazon MWAA environment.public String getArn()
The ARN to update of your Amazon MWAA environment.
public UpdateEnvironmentResult withArn(String arn)
The ARN to update of your Amazon MWAA environment.
arn - The ARN to update of your Amazon MWAA environment.public String toString()
toString in class ObjectObject.toString()public UpdateEnvironmentResult clone()
Copyright © 2021. All rights reserved.