@Generated(value="software.amazon.awssdk:codegen") public final class DeletePermissionResponse extends RamResponse implements ToCopyableBuilder<DeletePermissionResponse.Builder,DeletePermissionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeletePermissionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeletePermissionResponse.Builder |
builder() |
String |
clientToken()
The idempotency identifier associated with this request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PermissionStatus |
permissionStatus()
This operation is performed asynchronously, and this response parameter indicates the current status.
|
String |
permissionStatusAsString()
This operation is performed asynchronously, and this response parameter indicates the current status.
|
Boolean |
returnValue()
A boolean that indicates whether the delete operations succeeded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeletePermissionResponse.Builder> |
serializableBuilderClass() |
DeletePermissionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean returnValue()
A boolean that indicates whether the delete operations succeeded.
public final 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 request parameter of
that later call. All other parameters must also have the same values that you used in the first call.public final PermissionStatus permissionStatus()
This operation is performed asynchronously, and this response parameter indicates the current status.
If the service returns an enum value that is not available in the current SDK version, permissionStatus
will return PermissionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from permissionStatusAsString().
PermissionStatuspublic final String permissionStatusAsString()
This operation is performed asynchronously, and this response parameter indicates the current status.
If the service returns an enum value that is not available in the current SDK version, permissionStatus
will return PermissionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from permissionStatusAsString().
PermissionStatuspublic DeletePermissionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeletePermissionResponse.Builder,DeletePermissionResponse>toBuilder in class AwsResponsepublic static DeletePermissionResponse.Builder builder()
public static Class<? extends DeletePermissionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.