@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnapshotDestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains information on the Amazon S3 destinations of the generated snapshot.
| Constructor and Description |
|---|
SnapshotDestinationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotDestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
List<SnapshotS3DestinationConfiguration> |
getS3Destinations()
A list of
SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination
configurations. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3Destinations(Collection<SnapshotS3DestinationConfiguration> s3Destinations)
A list of
SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination
configurations. |
String |
toString()
Returns a string representation of this object.
|
SnapshotDestinationConfiguration |
withS3Destinations(Collection<SnapshotS3DestinationConfiguration> s3Destinations)
A list of
SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination
configurations. |
SnapshotDestinationConfiguration |
withS3Destinations(SnapshotS3DestinationConfiguration... s3Destinations)
A list of
SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination
configurations. |
public List<SnapshotS3DestinationConfiguration> getS3Destinations()
A list of SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination
configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.
SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination
configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.public void setS3Destinations(Collection<SnapshotS3DestinationConfiguration> s3Destinations)
A list of SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination
configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.
s3Destinations - A list of SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination
configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.public SnapshotDestinationConfiguration withS3Destinations(SnapshotS3DestinationConfiguration... s3Destinations)
A list of SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination
configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.
NOTE: This method appends the values to the existing list (if any). Use
setS3Destinations(java.util.Collection) or withS3Destinations(java.util.Collection) if you want
to override the existing values.
s3Destinations - A list of SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination
configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.public SnapshotDestinationConfiguration withS3Destinations(Collection<SnapshotS3DestinationConfiguration> s3Destinations)
A list of SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination
configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.
s3Destinations - A list of SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination
configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.public String toString()
toString in class ObjectObject.toString()public SnapshotDestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.