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