@Generated(value="software.amazon.awssdk:codegen") public class RemovePermissionRequest extends software.amazon.awssdk.AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
Input for RemovePermission action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemovePermissionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RemovePermissionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
label()
The unique label of the statement you want to remove.
|
static Class<? extends RemovePermissionRequest.Builder> |
serializableBuilderClass() |
RemovePermissionRequest.Builder |
toBuilder() |
String |
topicArn()
The ARN of the topic whose access control policy you wish to modify.
|
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setSdkClientExecutionTimeout, withGeneralProgressListener, withSdkClientExecutionTimeoutpublic String topicArn()
The ARN of the topic whose access control policy you wish to modify.
public String label()
The unique label of the statement you want to remove.
public RemovePermissionRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>public static RemovePermissionRequest.Builder builder()
public static Class<? extends RemovePermissionRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.