@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointUser extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
EndpointUser() |
Modifier and Type | Method and Description |
---|---|
EndpointUser |
addUserAttributesEntry(String key,
List<String> value) |
EndpointUser |
clearUserAttributesEntries()
Removes all the entries added into UserAttributes.
|
EndpointUser |
clone() |
boolean |
equals(Object obj) |
Map<String,List<String>> |
getUserAttributes()
Custom attributes specific to the user.
|
String |
getUserId()
The unique ID of the user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUserAttributes(Map<String,List<String>> userAttributes)
Custom attributes specific to the user.
|
void |
setUserId(String userId)
The unique ID of the user.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EndpointUser |
withUserAttributes(Map<String,List<String>> userAttributes)
Custom attributes specific to the user.
|
EndpointUser |
withUserId(String userId)
The unique ID of the user.
|
public Map<String,List<String>> getUserAttributes()
public void setUserAttributes(Map<String,List<String>> userAttributes)
userAttributes
- Custom attributes specific to the user.public EndpointUser withUserAttributes(Map<String,List<String>> userAttributes)
userAttributes
- Custom attributes specific to the user.public EndpointUser addUserAttributesEntry(String key, List<String> value)
public EndpointUser clearUserAttributesEntries()
public void setUserId(String userId)
userId
- The unique ID of the user.public String getUserId()
public EndpointUser withUserId(String userId)
userId
- The unique ID of the user.public String toString()
toString
in class Object
Object.toString()
public EndpointUser 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.