@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserPendingChanges extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
UserPendingChanges() |
| Modifier and Type | Method and Description |
|---|---|
UserPendingChanges |
clone() |
boolean |
equals(Object obj) |
Boolean |
getConsoleAccess()
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
|
List<String> |
getGroups()
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
String |
getPendingChange()
Required.
|
int |
hashCode() |
Boolean |
isConsoleAccess()
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConsoleAccess(Boolean consoleAccess)
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
|
void |
setGroups(Collection<String> groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
void |
setPendingChange(String pendingChange)
Required.
|
String |
toString()
Returns a string representation of this object.
|
UserPendingChanges |
withConsoleAccess(Boolean consoleAccess)
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
|
UserPendingChanges |
withGroups(Collection<String> groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
UserPendingChanges |
withGroups(String... groups)
The list of groups (20 maximum) to which the ActiveMQ user belongs.
|
UserPendingChanges |
withPendingChange(ChangeType pendingChange)
Required.
|
UserPendingChanges |
withPendingChange(String pendingChange)
Required.
|
public void setConsoleAccess(Boolean consoleAccess)
consoleAccess - Enables access to the the ActiveMQ Web Console for the ActiveMQ user.public Boolean getConsoleAccess()
public UserPendingChanges withConsoleAccess(Boolean consoleAccess)
consoleAccess - Enables access to the the ActiveMQ Web Console for the ActiveMQ user.public Boolean isConsoleAccess()
public List<String> getGroups()
public void setGroups(Collection<String> groups)
groups - The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only
alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100
characters long.public UserPendingChanges withGroups(String... groups)
NOTE: This method appends the values to the existing list (if any). Use
setGroups(java.util.Collection) or withGroups(java.util.Collection) if you want to override the
existing values.
groups - The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only
alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100
characters long.public UserPendingChanges withGroups(Collection<String> groups)
groups - The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only
alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100
characters long.public void setPendingChange(String pendingChange)
pendingChange - Required. The type of change pending for the ActiveMQ user.ChangeTypepublic String getPendingChange()
ChangeTypepublic UserPendingChanges withPendingChange(String pendingChange)
pendingChange - Required. The type of change pending for the ActiveMQ user.ChangeTypepublic UserPendingChanges withPendingChange(ChangeType pendingChange)
pendingChange - Required. The type of change pending for the ActiveMQ user.ChangeTypepublic String toString()
toString in class ObjectObject.toString()public UserPendingChanges clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.