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