@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResourceShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateResourceShareResult() |
Modifier and Type | Method and Description |
---|---|
UpdateResourceShareResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency identifier associated with this request.
|
ResourceShare |
getResourceShare()
Information about the resource share.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The idempotency identifier associated with this request.
|
void |
setResourceShare(ResourceShare resourceShare)
Information about the resource share.
|
String |
toString()
Returns a string representation of this object.
|
UpdateResourceShareResult |
withClientToken(String clientToken)
The idempotency identifier associated with this request.
|
UpdateResourceShareResult |
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 UpdateResourceShareResult withResourceShare(ResourceShare resourceShare)
Information about the resource share.
resourceShare
- Information about the resource share.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 UpdateResourceShareResult 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 UpdateResourceShareResult clone()