Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeliverConfigSnapshotRequest.Builder,DeliverConfigSnapshotRequest>
@Generated("software.amazon.awssdk:codegen") public class DeliverConfigSnapshotRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeliverConfigSnapshotRequest.Builder,DeliverConfigSnapshotRequest>
The input for the DeliverConfigSnapshot action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeliverConfigSnapshotRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeliverConfigSnapshotRequest.Builder |
builder() |
|
String |
deliveryChannelName() |
The name of the delivery channel through which the snapshot is delivered.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeliverConfigSnapshotRequest.Builder> |
serializableBuilderClass() |
|
DeliverConfigSnapshotRequest.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, withSdkClientExecutionTimeout
public String deliveryChannelName()
The name of the delivery channel through which the snapshot is delivered.
public DeliverConfigSnapshotRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeliverConfigSnapshotRequest.Builder,DeliverConfigSnapshotRequest>
public static DeliverConfigSnapshotRequest.Builder builder()
public static Class<? extends DeliverConfigSnapshotRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.