public class DeliverConfigSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeliverConfigSnapshot operation
.
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, AWS Config sends following notifications using an Amazon SNS topic that you have specified.
NOOP
Constructor and Description |
---|
DeliverConfigSnapshotRequest() |
Modifier and Type | Method and Description |
---|---|
DeliverConfigSnapshotRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDeliveryChannelName()
The name of the delivery channel through which the snapshot is
delivered.
|
int |
hashCode() |
void |
setDeliveryChannelName(String deliveryChannelName)
The name of the delivery channel through which the snapshot is
delivered.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeliverConfigSnapshotRequest |
withDeliveryChannelName(String deliveryChannelName)
The name of the delivery channel through which the snapshot is
delivered.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getDeliveryChannelName()
Constraints:
Length: 1 - 256
public void setDeliveryChannelName(String deliveryChannelName)
Constraints:
Length: 1 - 256
deliveryChannelName
- The name of the delivery channel through which the snapshot is
delivered.public DeliverConfigSnapshotRequest withDeliveryChannelName(String deliveryChannelName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
deliveryChannelName
- The name of the delivery channel through which the snapshot is
delivered.public String toString()
toString
in class Object
Object.toString()
public DeliverConfigSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.