@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyLunaClientResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ModifyLunaClientResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyLunaClientResult | clone() | 
| boolean | equals(Object obj) | 
| String | getClientArn()
 The ARN of the client. | 
| int | hashCode() | 
| void | setClientArn(String clientArn)
 The ARN of the client. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| ModifyLunaClientResult | withClientArn(String clientArn)
 The ARN of the client. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setClientArn(String clientArn)
The ARN of the client.
clientArn - The ARN of the client.public String getClientArn()
The ARN of the client.
public ModifyLunaClientResult withClientArn(String clientArn)
The ARN of the client.
clientArn - The ARN of the client.public String toString()
toString in class ObjectObject.toString()public ModifyLunaClientResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.