@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserSummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
UserSummary() |
| Modifier and Type | Method and Description |
|---|---|
UserSummary |
clone() |
boolean |
equals(Object obj) |
String |
getPendingChange()
The type of change pending for the ActiveMQ user.
|
String |
getUsername()
Required.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPendingChange(String pendingChange)
The type of change pending for the ActiveMQ user.
|
void |
setUsername(String username)
Required.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UserSummary |
withPendingChange(ChangeType pendingChange)
The type of change pending for the ActiveMQ user.
|
UserSummary |
withPendingChange(String pendingChange)
The type of change pending for the ActiveMQ user.
|
UserSummary |
withUsername(String username)
Required.
|
public void setPendingChange(String pendingChange)
pendingChange - The type of change pending for the ActiveMQ user. Possible values: CREATE, UPDATE, DELETEChangeTypepublic String getPendingChange()
ChangeTypepublic UserSummary withPendingChange(String pendingChange)
pendingChange - The type of change pending for the ActiveMQ user. Possible values: CREATE, UPDATE, DELETEChangeTypepublic UserSummary withPendingChange(ChangeType pendingChange)
pendingChange - The type of change pending for the ActiveMQ user. Possible values: CREATE, UPDATE, DELETEChangeTypepublic void setUsername(String username)
username - Required. The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes,
periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.public String getUsername()
public UserSummary withUsername(String username)
username - Required. The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes,
periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.public String toString()
toString in class ObjectObject.toString()public UserSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.