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