public class DeliverConfigSnapshotRequest extends AmazonWebServiceRequest implements Serializable
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 |
---|---|
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, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, 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()
Copyright © 2014. All rights reserved.