@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnonymousUserSnapshotJobResult extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains the file groups that are requested for the artifact generation in a
StartDashboardSnapshotJob API call.
| Constructor and Description |
|---|
AnonymousUserSnapshotJobResult() |
| Modifier and Type | Method and Description |
|---|---|
AnonymousUserSnapshotJobResult |
clone() |
boolean |
equals(Object obj) |
List<SnapshotJobResultFileGroup> |
getFileGroups()
A list of
SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFileGroups(Collection<SnapshotJobResultFileGroup> fileGroups)
A list of
SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. |
String |
toString()
Returns a string representation of this object.
|
AnonymousUserSnapshotJobResult |
withFileGroups(Collection<SnapshotJobResultFileGroup> fileGroups)
A list of
SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. |
AnonymousUserSnapshotJobResult |
withFileGroups(SnapshotJobResultFileGroup... fileGroups)
A list of
SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. |
public List<SnapshotJobResultFileGroup> getFileGroups()
A list of SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. If the job succeeds, these objects contain
the location where the snapshot artifacts are stored. If the job fails, the objects contain information about the
error that caused the job to fail.
SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. If the job succeeds, these objects
contain the location where the snapshot artifacts are stored. If the job fails, the objects contain
information about the error that caused the job to fail.public void setFileGroups(Collection<SnapshotJobResultFileGroup> fileGroups)
A list of SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. If the job succeeds, these objects contain
the location where the snapshot artifacts are stored. If the job fails, the objects contain information about the
error that caused the job to fail.
fileGroups - A list of SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. If the job succeeds, these objects
contain the location where the snapshot artifacts are stored. If the job fails, the objects contain
information about the error that caused the job to fail.public AnonymousUserSnapshotJobResult withFileGroups(SnapshotJobResultFileGroup... fileGroups)
A list of SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. If the job succeeds, these objects contain
the location where the snapshot artifacts are stored. If the job fails, the objects contain information about the
error that caused the job to fail.
NOTE: This method appends the values to the existing list (if any). Use
setFileGroups(java.util.Collection) or withFileGroups(java.util.Collection) if you want to
override the existing values.
fileGroups - A list of SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. If the job succeeds, these objects
contain the location where the snapshot artifacts are stored. If the job fails, the objects contain
information about the error that caused the job to fail.public AnonymousUserSnapshotJobResult withFileGroups(Collection<SnapshotJobResultFileGroup> fileGroups)
A list of SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. If the job succeeds, these objects contain
the location where the snapshot artifacts are stored. If the job fails, the objects contain information about the
error that caused the job to fail.
fileGroups - A list of SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. If the job succeeds, these objects
contain the location where the snapshot artifacts are stored. If the job fails, the objects contain
information about the error that caused the job to fail.public String toString()
toString in class ObjectObject.toString()public AnonymousUserSnapshotJobResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.