@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteResourceShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteResourceShareResult() |
Modifier and Type | Method and Description |
---|---|
DeleteResourceShareResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency identifier associated with this request.
|
Boolean |
getReturnValue()
A return value of
true indicates that the request succeeded. |
int |
hashCode() |
Boolean |
isReturnValue()
A return value of
true indicates that the request succeeded. |
void |
setClientToken(String clientToken)
The idempotency identifier associated with this request.
|
void |
setReturnValue(Boolean returnValue)
A return value of
true indicates that the request succeeded. |
String |
toString()
Returns a string representation of this object.
|
DeleteResourceShareResult |
withClientToken(String clientToken)
The idempotency identifier associated with this request.
|
DeleteResourceShareResult |
withReturnValue(Boolean returnValue)
A return value of
true indicates that the request succeeded. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReturnValue(Boolean returnValue)
A return value of true
indicates that the request succeeded. A value of false
indicates
that the request failed.
returnValue
- A return value of true
indicates that the request succeeded. A value of false
indicates that the request failed.public Boolean getReturnValue()
A return value of true
indicates that the request succeeded. A value of false
indicates
that the request failed.
true
indicates that the request succeeded. A value of false
indicates that the request failed.public DeleteResourceShareResult withReturnValue(Boolean returnValue)
A return value of true
indicates that the request succeeded. A value of false
indicates
that the request failed.
returnValue
- A return value of true
indicates that the request succeeded. A value of false
indicates that the request failed.public Boolean isReturnValue()
A return value of true
indicates that the request succeeded. A value of false
indicates
that the request failed.
true
indicates that the request succeeded. A value of false
indicates that the request failed.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 DeleteResourceShareResult 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 DeleteResourceShareResult clone()