@Generated(value="software.amazon.awssdk:codegen") public final class RevokeSnapshotAccessRequest extends RedshiftRequest implements ToCopyableBuilder<RevokeSnapshotAccessRequest.Builder,RevokeSnapshotAccessRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RevokeSnapshotAccessRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountWithRestoreAccess()
The identifier of the AWS customer account that can no longer restore the specified snapshot.
|
static RevokeSnapshotAccessRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RevokeSnapshotAccessRequest.Builder> |
serializableBuilderClass() |
String |
snapshotClusterIdentifier()
The identifier of the cluster the snapshot was created from.
|
String |
snapshotIdentifier()
The identifier of the snapshot that the account can no longer access.
|
RevokeSnapshotAccessRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String snapshotIdentifier()
The identifier of the snapshot that the account can no longer access.
public String snapshotClusterIdentifier()
The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
public String accountWithRestoreAccess()
The identifier of the AWS customer account that can no longer restore the specified snapshot.
public RevokeSnapshotAccessRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RevokeSnapshotAccessRequest.Builder,RevokeSnapshotAccessRequest>toBuilder in class RedshiftRequestpublic static RevokeSnapshotAccessRequest.Builder builder()
public static Class<? extends RevokeSnapshotAccessRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.