Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeSnapshotAttributeRequest.Builder,DescribeSnapshotAttributeRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeSnapshotAttributeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeSnapshotAttributeRequest.Builder,DescribeSnapshotAttributeRequest>
Contains the parameters for DescribeSnapshotAttribute.
| Modifier and Type | Class | Description | 
|---|---|---|
| static interface  | DescribeSnapshotAttributeRequest.Builder | 
NOOP| Modifier and Type | Method | Description | 
|---|---|---|
| String | attribute() | 
 The snapshot attribute you would like to view. | 
| static DescribeSnapshotAttributeRequest.Builder | builder() | |
| boolean | equals(Object obj) | |
| int | hashCode() | |
| static Class<? extends DescribeSnapshotAttributeRequest.Builder> | serializableBuilderClass() | |
| String | snapshotId() | 
 The ID of the EBS snapshot. | 
| DescribeSnapshotAttributeRequest.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 snapshot attribute you would like to view.
SnapshotAttributeNamepublic String snapshotId()
The ID of the EBS snapshot.
public DescribeSnapshotAttributeRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeSnapshotAttributeRequest.Builder,DescribeSnapshotAttributeRequest>public static DescribeSnapshotAttributeRequest.Builder builder()
public static Class<? extends DescribeSnapshotAttributeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.