@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivateTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ActivateTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
ActivateTypeResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the activated extension, in this account and region.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the activated extension, in this account and region.
|
String |
toString()
Returns a string representation of this object.
|
ActivateTypeResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the activated extension, in this account and region.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
The Amazon Resource Name (ARN) of the activated extension, in this account and region.
arn - The Amazon Resource Name (ARN) of the activated extension, in this account and region.public String getArn()
The Amazon Resource Name (ARN) of the activated extension, in this account and region.
public ActivateTypeResult withArn(String arn)
The Amazon Resource Name (ARN) of the activated extension, in this account and region.
arn - The Amazon Resource Name (ARN) of the activated extension, in this account and region.public String toString()
toString in class ObjectObject.toString()public ActivateTypeResult clone()
Copyright © 2023. All rights reserved.