@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApiAccess()
The option to indicate whether the user can use the
GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations. |
String |
getApiAccessPrincipalArn()
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user. |
String |
getClientToken()
A token that ensures idempotency.
|
String |
getFirstName()
The first name of the user.
|
String |
getLastName()
The last name of the user.
|
String |
getType()
The option to indicate the type of user.
|
String |
getUserId()
The unique identifier for the user that you want to update.
|
int |
hashCode() |
void |
setApiAccess(String apiAccess)
The option to indicate whether the user can use the
GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations. |
void |
setApiAccessPrincipalArn(String apiAccessPrincipalArn)
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user. |
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setFirstName(String firstName)
The first name of the user.
|
void |
setLastName(String lastName)
The last name of the user.
|
void |
setType(String type)
The option to indicate the type of user.
|
void |
setUserId(String userId)
The unique identifier for the user that you want to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUserRequest |
withApiAccess(ApiAccess apiAccess)
The option to indicate whether the user can use the
GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations. |
UpdateUserRequest |
withApiAccess(String apiAccess)
The option to indicate whether the user can use the
GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations. |
UpdateUserRequest |
withApiAccessPrincipalArn(String apiAccessPrincipalArn)
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user. |
UpdateUserRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdateUserRequest |
withFirstName(String firstName)
The first name of the user.
|
UpdateUserRequest |
withLastName(String lastName)
The last name of the user.
|
UpdateUserRequest |
withType(String type)
The option to indicate the type of user.
|
UpdateUserRequest |
withType(UserType type)
The option to indicate the type of user.
|
UpdateUserRequest |
withUserId(String userId)
The unique identifier for the user that you want to update.
|
addHandlerContext, 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 setUserId(String userId)
The unique identifier for the user that you want to update.
userId
- The unique identifier for the user that you want to update.public String getUserId()
The unique identifier for the user that you want to update.
public UpdateUserRequest withUserId(String userId)
The unique identifier for the user that you want to update.
userId
- The unique identifier for the user that you want to update.public void setType(String type)
The option to indicate the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions by
adding them to a permission group.
type
- The option to indicate the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions
by adding them to a permission group.
UserType
public String getType()
The option to indicate the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions by
adding them to a permission group.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions
by adding them to a permission group.
UserType
public UpdateUserRequest withType(String type)
The option to indicate the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions by
adding them to a permission group.
type
- The option to indicate the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions
by adding them to a permission group.
UserType
public UpdateUserRequest withType(UserType type)
The option to indicate the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions by
adding them to a permission group.
type
- The option to indicate the type of user.
SUPER_USER
– A user with permission to all the functionality and data in FinSpace.
APP_USER
– A user with specific permissions in FinSpace. The users are assigned permissions
by adding them to a permission group.
UserType
public void setFirstName(String firstName)
The first name of the user.
firstName
- The first name of the user.public String getFirstName()
The first name of the user.
public UpdateUserRequest withFirstName(String firstName)
The first name of the user.
firstName
- The first name of the user.public void setLastName(String lastName)
The last name of the user.
lastName
- The last name of the user.public String getLastName()
The last name of the user.
public UpdateUserRequest withLastName(String lastName)
The last name of the user.
lastName
- The last name of the user.public void setApiAccess(String apiAccess)
The option to indicate whether the user can use the GetProgrammaticAccessCredentials
API to obtain
credentials that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
apiAccess
- The option to indicate whether the user can use the GetProgrammaticAccessCredentials
API to
obtain credentials that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
ApiAccess
public String getApiAccess()
The option to indicate whether the user can use the GetProgrammaticAccessCredentials
API to obtain
credentials that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
GetProgrammaticAccessCredentials
API to
obtain credentials that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
ApiAccess
public UpdateUserRequest withApiAccess(String apiAccess)
The option to indicate whether the user can use the GetProgrammaticAccessCredentials
API to obtain
credentials that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
apiAccess
- The option to indicate whether the user can use the GetProgrammaticAccessCredentials
API to
obtain credentials that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
ApiAccess
public UpdateUserRequest withApiAccess(ApiAccess apiAccess)
The option to indicate whether the user can use the GetProgrammaticAccessCredentials
API to obtain
credentials that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
apiAccess
- The option to indicate whether the user can use the GetProgrammaticAccessCredentials
API to
obtain credentials that can then be used to access other FinSpace Data API operations.
ENABLED
– The user has permissions to use the APIs.
DISABLED
– The user does not have permissions to use any APIs.
ApiAccess
public void setApiAccessPrincipalArn(String apiAccessPrincipalArn)
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace user.
This must be an IAM role within your FinSpace account.
apiAccessPrincipalArn
- The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace
user. This must be an IAM role within your FinSpace account.public String getApiAccessPrincipalArn()
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace user.
This must be an IAM role within your FinSpace account.
GetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace
user. This must be an IAM role within your FinSpace account.public UpdateUserRequest withApiAccessPrincipalArn(String apiAccessPrincipalArn)
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace user.
This must be an IAM role within your FinSpace account.
apiAccessPrincipalArn
- The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials
API to obtain a credentials token for a specific FinSpace
user. This must be an IAM role within your FinSpace account.public void setClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public String getClientToken()
A token that ensures idempotency. This token expires in 10 minutes.
public UpdateUserRequest withClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public String toString()
toString
in class Object
Object.toString()
public UpdateUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()