@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnapshotUserConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains information about the users that the dashboard snapshot is generated for.
| Constructor and Description |
|---|
SnapshotUserConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotUserConfiguration |
clone() |
boolean |
equals(Object obj) |
List<SnapshotAnonymousUser> |
getAnonymousUsers()
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAnonymousUsers(Collection<SnapshotAnonymousUser> anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
|
String |
toString()
Returns a string representation of this object.
|
SnapshotUserConfiguration |
withAnonymousUsers(Collection<SnapshotAnonymousUser> anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
|
SnapshotUserConfiguration |
withAnonymousUsers(SnapshotAnonymousUser... anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
|
public List<SnapshotAnonymousUser> getAnonymousUsers()
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
public void setAnonymousUsers(Collection<SnapshotAnonymousUser> anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
anonymousUsers - An array of records that describe the anonymous users that the dashboard snapshot is generated for.public SnapshotUserConfiguration withAnonymousUsers(SnapshotAnonymousUser... anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
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 - An array of records that describe the anonymous users that the dashboard snapshot is generated for.public SnapshotUserConfiguration withAnonymousUsers(Collection<SnapshotAnonymousUser> anonymousUsers)
An array of records that describe the anonymous users that the dashboard snapshot is generated for.
anonymousUsers - An array of records that describe the anonymous users that the dashboard snapshot is generated for.public String toString()
toString in class ObjectObject.toString()public SnapshotUserConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.