@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnapshotJobResult extends Object implements Serializable, Cloneable, StructuredPojo
An object that provides information on the result of a snapshot job. This object provides information about the job, the job status, and the location of the generated file.
| Constructor and Description |
|---|
SnapshotJobResult() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotJobResult |
clone() |
boolean |
equals(Object obj) |
List<AnonymousUserSnapshotJobResult> |
getAnonymousUsers()
A list of
AnonymousUserSnapshotJobResult objects that contain information on anonymous users and
their user configurations. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAnonymousUsers(Collection<AnonymousUserSnapshotJobResult> anonymousUsers)
A list of
AnonymousUserSnapshotJobResult objects that contain information on anonymous users and
their user configurations. |
String |
toString()
Returns a string representation of this object.
|
SnapshotJobResult |
withAnonymousUsers(AnonymousUserSnapshotJobResult... anonymousUsers)
A list of
AnonymousUserSnapshotJobResult objects that contain information on anonymous users and
their user configurations. |
SnapshotJobResult |
withAnonymousUsers(Collection<AnonymousUserSnapshotJobResult> anonymousUsers)
A list of
AnonymousUserSnapshotJobResult objects that contain information on anonymous users and
their user configurations. |
public List<AnonymousUserSnapshotJobResult> getAnonymousUsers()
A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and
their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API
call.
AnonymousUserSnapshotJobResult objects that contain information on anonymous users
and their user configurations. This data provided by you when you make a
StartDashboardSnapshotJob API call.public void setAnonymousUsers(Collection<AnonymousUserSnapshotJobResult> anonymousUsers)
A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and
their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API
call.
anonymousUsers - A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users
and their user configurations. This data provided by you when you make a
StartDashboardSnapshotJob API call.public SnapshotJobResult withAnonymousUsers(AnonymousUserSnapshotJobResult... anonymousUsers)
A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and
their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API
call.
NOTE: This method appends the values to the existing list (if any). Use
setAnonymousUsers(java.util.Collection) or withAnonymousUsers(java.util.Collection) if you want
to override the existing values.
anonymousUsers - A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users
and their user configurations. This data provided by you when you make a
StartDashboardSnapshotJob API call.public SnapshotJobResult withAnonymousUsers(Collection<AnonymousUserSnapshotJobResult> anonymousUsers)
A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and
their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API
call.
anonymousUsers - A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users
and their user configurations. This data provided by you when you make a
StartDashboardSnapshotJob API call.public String toString()
toString in class ObjectObject.toString()public SnapshotJobResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.