@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RejectResourceShareInvitationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RejectResourceShareInvitationResult() |
| Modifier and Type | Method and Description |
|---|---|
RejectResourceShareInvitationResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ResourceShareInvitation |
getResourceShareInvitation()
Information about the invitation.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setResourceShareInvitation(ResourceShareInvitation resourceShareInvitation)
Information about the invitation.
|
String |
toString()
Returns a string representation of this object.
|
RejectResourceShareInvitationResult |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
RejectResourceShareInvitationResult |
withResourceShareInvitation(ResourceShareInvitation resourceShareInvitation)
Information about the invitation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setResourceShareInvitation(ResourceShareInvitation resourceShareInvitation)
Information about the invitation.
resourceShareInvitation - Information about the invitation.public ResourceShareInvitation getResourceShareInvitation()
Information about the invitation.
public RejectResourceShareInvitationResult withResourceShareInvitation(ResourceShareInvitation resourceShareInvitation)
Information about the invitation.
resourceShareInvitation - Information about the invitation.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 RejectResourceShareInvitationResult 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 ObjectObject.toString()public RejectResourceShareInvitationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.