@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptResourceShareInvitationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AcceptResourceShareInvitationResult() |
Modifier and Type | Method and Description |
---|---|
AcceptResourceShareInvitationResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency identifier associated with this request.
|
ResourceShareInvitation |
getResourceShareInvitation()
An object that contains information about the specified invitation.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The idempotency identifier associated with this request.
|
void |
setResourceShareInvitation(ResourceShareInvitation resourceShareInvitation)
An object that contains information about the specified invitation.
|
String |
toString()
Returns a string representation of this object.
|
AcceptResourceShareInvitationResult |
withClientToken(String clientToken)
The idempotency identifier associated with this request.
|
AcceptResourceShareInvitationResult |
withResourceShareInvitation(ResourceShareInvitation resourceShareInvitation)
An object that contains information about the specified invitation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceShareInvitation(ResourceShareInvitation resourceShareInvitation)
An object that contains information about the specified invitation.
resourceShareInvitation
- An object that contains information about the specified invitation.public ResourceShareInvitation getResourceShareInvitation()
An object that contains information about the specified invitation.
public AcceptResourceShareInvitationResult withResourceShareInvitation(ResourceShareInvitation resourceShareInvitation)
An object that contains information about the specified invitation.
resourceShareInvitation
- An object that contains information about the specified invitation.public void setClientToken(String clientToken)
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken
- The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of
that later call. All other parameters must also have the same values that you used in the first call.public String getClientToken()
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken
request parameter of
that later call. All other parameters must also have the same values that you used in the first call.public AcceptResourceShareInvitationResult withClientToken(String clientToken)
The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of that
later call. All other parameters must also have the same values that you used in the first call.
clientToken
- The idempotency identifier associated with this request. If you want to repeat the same operation in an
idempotent manner then you must include this value in the clientToken
request parameter of
that later call. All other parameters must also have the same values that you used in the first call.public String toString()
toString
in class Object
Object.toString()
public AcceptResourceShareInvitationResult clone()