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