@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateUserRequest() |
Modifier and Type | Method and Description |
---|---|
CreateUserRequest |
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 |
getEmailAddress()
The email address of the user that you want to register.
|
String |
getFirstName()
The first name of the user that you want to register.
|
String |
getLastName()
The last name of the user that you want to register.
|
String |
getType()
The option to indicate the type of user.
|
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 |
setEmailAddress(String emailAddress)
The email address of the user that you want to register.
|
void |
setFirstName(String firstName)
The first name of the user that you want to register.
|
void |
setLastName(String lastName)
The last name of the user that you want to register.
|
void |
setType(String type)
The option to indicate the type of user.
|
String |
toString()
Returns a string representation of this object.
|
CreateUserRequest |
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. |
CreateUserRequest |
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. |
CreateUserRequest |
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. |
CreateUserRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
CreateUserRequest |
withEmailAddress(String emailAddress)
The email address of the user that you want to register.
|
CreateUserRequest |
withFirstName(String firstName)
The first name of the user that you want to register.
|
CreateUserRequest |
withLastName(String lastName)
The last name of the user that you want to register.
|
CreateUserRequest |
withType(String type)
The option to indicate the type of user.
|
CreateUserRequest |
withType(UserType type)
The option to indicate the type of user.
|
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 setEmailAddress(String emailAddress)
The email address of the user that you want to register. The email address serves as a uniquer identifier for each user and cannot be changed after it's created.
emailAddress
- The email address of the user that you want to register. The email address serves as a uniquer identifier
for each user and cannot be changed after it's created.public String getEmailAddress()
The email address of the user that you want to register. The email address serves as a uniquer identifier for each user and cannot be changed after it's created.
public CreateUserRequest withEmailAddress(String emailAddress)
The email address of the user that you want to register. The email address serves as a uniquer identifier for each user and cannot be changed after it's created.
emailAddress
- The email address of the user that you want to register. The email address serves as a uniquer identifier
for each user and cannot be changed after it's created.public void setType(String type)
The option to indicate the type of user. Use one of the following options to specify this parameter:
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. Use one of the following options to specify this parameter:
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. Use one of the following options to specify this parameter:
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 CreateUserRequest withType(String type)
The option to indicate the type of user. Use one of the following options to specify this parameter:
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. Use one of the following options to specify this parameter:
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 CreateUserRequest withType(UserType type)
The option to indicate the type of user. Use one of the following options to specify this parameter:
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. Use one of the following options to specify this parameter:
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 that you want to register.
firstName
- The first name of the user that you want to register.public String getFirstName()
The first name of the user that you want to register.
public CreateUserRequest withFirstName(String firstName)
The first name of the user that you want to register.
firstName
- The first name of the user that you want to register.public void setLastName(String lastName)
The last name of the user that you want to register.
lastName
- The last name of the user that you want to register.public String getLastName()
The last name of the user that you want to register.
public CreateUserRequest withLastName(String lastName)
The last name of the user that you want to register.
lastName
- The last name of the user that you want to register.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 CreateUserRequest 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 CreateUserRequest 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 CreateUserRequest 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 CreateUserRequest 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 CreateUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()