Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeSnapshotScheduleRequest.Builder,DescribeSnapshotScheduleRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeSnapshotScheduleRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeSnapshotScheduleRequest.Builder,DescribeSnapshotScheduleRequest>
A JSON object containing the DescribeSnapshotScheduleInput$VolumeARN of the volume.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeSnapshotScheduleRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static DescribeSnapshotScheduleRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DescribeSnapshotScheduleRequest.Builder> |
serializableBuilderClass() |
|
DescribeSnapshotScheduleRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
volumeARN() |
The Amazon Resource Name (ARN) of the volume.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String volumeARN()
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
public DescribeSnapshotScheduleRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeSnapshotScheduleRequest.Builder,DescribeSnapshotScheduleRequest>public static DescribeSnapshotScheduleRequest.Builder builder()
public static Class<? extends DescribeSnapshotScheduleRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.