@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; useful for testing and debugging.
|
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. Possible values: CREATE, UPDATE, DELETEChangeType
public String getPendingChange()
ChangeType
public UserPendingChanges withPendingChange(String pendingChange)
pendingChange
- Required. The type of change pending for the ActiveMQ user. Possible values: CREATE, UPDATE, DELETEChangeType
public UserPendingChanges withPendingChange(ChangeType pendingChange)
pendingChange
- Required. The type of change pending for the ActiveMQ user. Possible values: CREATE, UPDATE, DELETEChangeType
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.