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