@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateResourceShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateResourceShareResult() |
Modifier and Type | Method and Description |
---|---|
CreateResourceShareResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ResourceShare |
getResourceShare()
Information about the resource share.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setResourceShare(ResourceShare resourceShare)
Information about the resource share.
|
String |
toString()
Returns a string representation of this object.
|
CreateResourceShareResult |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateResourceShareResult |
withResourceShare(ResourceShare resourceShare)
Information about the resource share.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceShare(ResourceShare resourceShare)
Information about the resource share.
resourceShare
- Information about the resource share.public ResourceShare getResourceShare()
Information about the resource share.
public CreateResourceShareResult withResourceShare(ResourceShare resourceShare)
Information about the resource share.
resourceShare
- Information about the resource share.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public CreateResourceShareResult withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public CreateResourceShareResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.