public class EndpointUser extends Object implements Serializable, Cloneable
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 attributesd specific to the user.
|
String |
getUserId()
The unique ID of the user.
|
int |
hashCode() |
void |
setUserAttributes(Map<String,List<String>> userAttributes)
Custom attributesd 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 attributesd 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 attributesd specific to the user.public EndpointUser withUserAttributes(Map<String,List<String>> userAttributes)
userAttributes
- Custom attributesd 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.