@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserPendingChanges extends Object implements Serializable, Cloneable, StructuredPojo
Returns information about the status of the changes pending for the ActiveMQ user.
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)
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
consoleAccess
- Enables access to the the ActiveMQ Web Console for the ActiveMQ user.public Boolean getConsoleAccess()
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
public UserPendingChanges withConsoleAccess(Boolean consoleAccess)
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
consoleAccess
- Enables access to the the ActiveMQ Web Console for the ActiveMQ user.public Boolean isConsoleAccess()
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
public List<String> getGroups()
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 setGroups(Collection<String> 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.
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)
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.
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)
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.
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)
Required. The type of change pending for the ActiveMQ user.
pendingChange
- Required. The type of change pending for the ActiveMQ user.ChangeType
public String getPendingChange()
Required. The type of change pending for the ActiveMQ user.
ChangeType
public UserPendingChanges withPendingChange(String pendingChange)
Required. The type of change pending for the ActiveMQ user.
pendingChange
- Required. The type of change pending for the ActiveMQ user.ChangeType
public UserPendingChanges withPendingChange(ChangeType pendingChange)
Required. The type of change pending for the ActiveMQ user.
pendingChange
- Required. The type of change pending for the ActiveMQ user.ChangeType
public String toString()
toString
in class Object
Object.toString()
public UserPendingChanges clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.