@Generated(value="software.amazon.awssdk:codegen") public final class User extends Object implements StructuredPojo, ToCopyableBuilder<User.Builder,User>
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
User.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static User.Builder | 
builder()  | 
Boolean | 
consoleAccess()
Enables access to the the ActiveMQ Web Console for the ActiveMQ user. 
 | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
List<String> | 
groups()
The list of groups (20 maximum) to which the ActiveMQ user belongs. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
String | 
password()
Required. 
 | 
static Class<? extends User.Builder> | 
serializableBuilderClass()  | 
User.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
String | 
username()
Required. 
 | 
copypublic Boolean consoleAccess()
public List<String> groups()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String password()
public String username()
public User.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<User.Builder,User>public static User.Builder builder()
public static Class<? extends User.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.