@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateUserRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateUserRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityStoreId()
The globally unique identifier for the identity store.
|
List<AttributeOperation> |
getOperations()
A list of
AttributeOperation objects to apply to the requested user. |
String |
getUserId()
The identifier for a user in the identity store.
|
int |
hashCode() |
void |
setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
void |
setOperations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested user. |
void |
setUserId(String userId)
The identifier for a user in the identity store.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUserRequest |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
UpdateUserRequest |
withOperations(AttributeOperation... operations)
A list of
AttributeOperation objects to apply to the requested user. |
UpdateUserRequest |
withOperations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested user. |
UpdateUserRequest |
withUserId(String userId)
The identifier for a user in the identity store.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public String getIdentityStoreId()
The globally unique identifier for the identity store.
public UpdateUserRequest withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public void setUserId(String userId)
The identifier for a user in the identity store.
userId
- The identifier for a user in the identity store.public String getUserId()
The identifier for a user in the identity store.
public UpdateUserRequest withUserId(String userId)
The identifier for a user in the identity store.
userId
- The identifier for a user in the identity store.public List<AttributeOperation> getOperations()
A list of AttributeOperation
objects to apply to the requested user. These operations might add,
replace, or remove an attribute.
AttributeOperation
objects to apply to the requested user. These operations might
add, replace, or remove an attribute.public void setOperations(Collection<AttributeOperation> operations)
A list of AttributeOperation
objects to apply to the requested user. These operations might add,
replace, or remove an attribute.
operations
- A list of AttributeOperation
objects to apply to the requested user. These operations might
add, replace, or remove an attribute.public UpdateUserRequest withOperations(AttributeOperation... operations)
A list of AttributeOperation
objects to apply to the requested user. These operations might add,
replace, or remove an attribute.
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection)
or withOperations(java.util.Collection)
if you want to
override the existing values.
operations
- A list of AttributeOperation
objects to apply to the requested user. These operations might
add, replace, or remove an attribute.public UpdateUserRequest withOperations(Collection<AttributeOperation> operations)
A list of AttributeOperation
objects to apply to the requested user. These operations might add,
replace, or remove an attribute.
operations
- A list of AttributeOperation
objects to apply to the requested user. These operations might
add, replace, or remove an attribute.public String toString()
toString
in class Object
Object.toString()
public UpdateUserRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.