Cloneable
, ReadLimitInfo
, ToCopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
@Generated("software.amazon.awssdk:codegen") public class RemovePermissionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
Input for RemovePermission action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RemovePermissionRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topicArn() |
The ARN of the topic whose access control policy you wish to modify.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RemovePermissionRequest.Builder,RemovePermissionRequest>
public static RemovePermissionRequest.Builder builder()
public static Class<? extends RemovePermissionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.