@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsAmazonMqBrokerUsersDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the broker usernames for the specified broker. Doesn't apply to RabbitMQ brokers.
Constructor and Description |
---|
AwsAmazonMqBrokerUsersDetails() |
Modifier and Type | Method and Description |
---|---|
AwsAmazonMqBrokerUsersDetails |
clone() |
boolean |
equals(Object obj) |
String |
getPendingChange()
The type of change pending for the broker user.
|
String |
getUsername()
The username of the broker user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPendingChange(String pendingChange)
The type of change pending for the broker user.
|
void |
setUsername(String username)
The username of the broker user.
|
String |
toString()
Returns a string representation of this object.
|
AwsAmazonMqBrokerUsersDetails |
withPendingChange(String pendingChange)
The type of change pending for the broker user.
|
AwsAmazonMqBrokerUsersDetails |
withUsername(String username)
The username of the broker user.
|
public void setPendingChange(String pendingChange)
The type of change pending for the broker user.
pendingChange
- The type of change pending for the broker user.public String getPendingChange()
The type of change pending for the broker user.
public AwsAmazonMqBrokerUsersDetails withPendingChange(String pendingChange)
The type of change pending for the broker user.
pendingChange
- The type of change pending for the broker user.public void setUsername(String username)
The username of the broker user.
username
- The username of the broker user.public String getUsername()
The username of the broker user.
public AwsAmazonMqBrokerUsersDetails withUsername(String username)
The username of the broker user.
username
- The username of the broker user.public String toString()
toString
in class Object
Object.toString()
public AwsAmazonMqBrokerUsersDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.