Cloneable, ReadLimitInfo, ToCopyableBuilder<ResetSnapshotAttributeRequest.Builder,ResetSnapshotAttributeRequest>@Generated("software.amazon.awssdk:codegen") public class ResetSnapshotAttributeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ResetSnapshotAttributeRequest.Builder,ResetSnapshotAttributeRequest>
Contains the parameters for ResetSnapshotAttribute.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ResetSnapshotAttributeRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
String |
attribute() |
The attribute to reset.
|
static ResetSnapshotAttributeRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ResetSnapshotAttributeRequest.Builder> |
serializableBuilderClass() |
|
String |
snapshotId() |
The ID of the snapshot.
|
ResetSnapshotAttributeRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String attribute()
The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.
SnapshotAttributeNamepublic String snapshotId()
The ID of the snapshot.
public ResetSnapshotAttributeRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ResetSnapshotAttributeRequest.Builder,ResetSnapshotAttributeRequest>public static ResetSnapshotAttributeRequest.Builder builder()
public static Class<? extends ResetSnapshotAttributeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.