@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnapshotFileGroup extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains the information on the snapshot files.
Constructor and Description |
---|
SnapshotFileGroup() |
Modifier and Type | Method and Description |
---|---|
SnapshotFileGroup |
clone() |
boolean |
equals(Object obj) |
List<SnapshotFile> |
getFiles()
A list of
SnapshotFile objects that contain the information on the snapshot files that need to be
generated. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFiles(Collection<SnapshotFile> files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to be
generated. |
String |
toString()
Returns a string representation of this object.
|
SnapshotFileGroup |
withFiles(Collection<SnapshotFile> files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to be
generated. |
SnapshotFileGroup |
withFiles(SnapshotFile... files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to be
generated. |
public List<SnapshotFile> getFiles()
A list of SnapshotFile
objects that contain the information on the snapshot files that need to be
generated. This structure can hold 1 configuration at a time.
SnapshotFile
objects that contain the information on the snapshot files that need
to be generated. This structure can hold 1 configuration at a time.public void setFiles(Collection<SnapshotFile> files)
A list of SnapshotFile
objects that contain the information on the snapshot files that need to be
generated. This structure can hold 1 configuration at a time.
files
- A list of SnapshotFile
objects that contain the information on the snapshot files that need
to be generated. This structure can hold 1 configuration at a time.public SnapshotFileGroup withFiles(SnapshotFile... files)
A list of SnapshotFile
objects that contain the information on the snapshot files that need to be
generated. This structure can hold 1 configuration at a time.
NOTE: This method appends the values to the existing list (if any). Use
setFiles(java.util.Collection)
or withFiles(java.util.Collection)
if you want to override the
existing values.
files
- A list of SnapshotFile
objects that contain the information on the snapshot files that need
to be generated. This structure can hold 1 configuration at a time.public SnapshotFileGroup withFiles(Collection<SnapshotFile> files)
A list of SnapshotFile
objects that contain the information on the snapshot files that need to be
generated. This structure can hold 1 configuration at a time.
files
- A list of SnapshotFile
objects that contain the information on the snapshot files that need
to be generated. This structure can hold 1 configuration at a time.public String toString()
toString
in class Object
Object.toString()
public SnapshotFileGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.