@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateUserProfileRequest() |
Modifier and Type | Method and Description |
---|---|
CreateUserProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainId()
The ID of the associated Domain.
|
String |
getSingleSignOnUserIdentifier()
A specifier for the type of value specified in SingleSignOnUserValue.
|
String |
getSingleSignOnUserValue()
The username of the associated AWS Single Sign-On User for this UserProfile.
|
List<Tag> |
getTags()
Each tag consists of a key and an optional value.
|
String |
getUserProfileName()
A name for the UserProfile.
|
UserSettings |
getUserSettings()
A collection of settings.
|
int |
hashCode() |
void |
setDomainId(String domainId)
The ID of the associated Domain.
|
void |
setSingleSignOnUserIdentifier(String singleSignOnUserIdentifier)
A specifier for the type of value specified in SingleSignOnUserValue.
|
void |
setSingleSignOnUserValue(String singleSignOnUserValue)
The username of the associated AWS Single Sign-On User for this UserProfile.
|
void |
setTags(Collection<Tag> tags)
Each tag consists of a key and an optional value.
|
void |
setUserProfileName(String userProfileName)
A name for the UserProfile.
|
void |
setUserSettings(UserSettings userSettings)
A collection of settings.
|
String |
toString()
Returns a string representation of this object.
|
CreateUserProfileRequest |
withDomainId(String domainId)
The ID of the associated Domain.
|
CreateUserProfileRequest |
withSingleSignOnUserIdentifier(String singleSignOnUserIdentifier)
A specifier for the type of value specified in SingleSignOnUserValue.
|
CreateUserProfileRequest |
withSingleSignOnUserValue(String singleSignOnUserValue)
The username of the associated AWS Single Sign-On User for this UserProfile.
|
CreateUserProfileRequest |
withTags(Collection<Tag> tags)
Each tag consists of a key and an optional value.
|
CreateUserProfileRequest |
withTags(Tag... tags)
Each tag consists of a key and an optional value.
|
CreateUserProfileRequest |
withUserProfileName(String userProfileName)
A name for the UserProfile.
|
CreateUserProfileRequest |
withUserSettings(UserSettings userSettings)
A collection of settings.
|
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 setDomainId(String domainId)
The ID of the associated Domain.
domainId
- The ID of the associated Domain.public String getDomainId()
The ID of the associated Domain.
public CreateUserProfileRequest withDomainId(String domainId)
The ID of the associated Domain.
domainId
- The ID of the associated Domain.public void setUserProfileName(String userProfileName)
A name for the UserProfile.
userProfileName
- A name for the UserProfile.public String getUserProfileName()
A name for the UserProfile.
public CreateUserProfileRequest withUserProfileName(String userProfileName)
A name for the UserProfile.
userProfileName
- A name for the UserProfile.public void setSingleSignOnUserIdentifier(String singleSignOnUserIdentifier)
A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.
singleSignOnUserIdentifier
- A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value
is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not
SSO, this field cannot be specified.public String getSingleSignOnUserIdentifier()
A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.
public CreateUserProfileRequest withSingleSignOnUserIdentifier(String singleSignOnUserIdentifier)
A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.
singleSignOnUserIdentifier
- A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value
is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not
SSO, this field cannot be specified.public void setSingleSignOnUserValue(String singleSignOnUserValue)
The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.
singleSignOnUserValue
- The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is
SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's
AuthMode is not SSO, this field cannot be specified.public String getSingleSignOnUserValue()
The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.
public CreateUserProfileRequest withSingleSignOnUserValue(String singleSignOnUserValue)
The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.
singleSignOnUserValue
- The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is
SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's
AuthMode is not SSO, this field cannot be specified.public List<Tag> getTags()
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
public void setTags(Collection<Tag> tags)
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
tags
- Each tag consists of a key and an optional value. Tag keys must be unique per resource.public CreateUserProfileRequest withTags(Tag... tags)
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Each tag consists of a key and an optional value. Tag keys must be unique per resource.public CreateUserProfileRequest withTags(Collection<Tag> tags)
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
tags
- Each tag consists of a key and an optional value. Tag keys must be unique per resource.public void setUserSettings(UserSettings userSettings)
A collection of settings.
userSettings
- A collection of settings.public UserSettings getUserSettings()
A collection of settings.
public CreateUserProfileRequest withUserSettings(UserSettings userSettings)
A collection of settings.
userSettings
- A collection of settings.public String toString()
toString
in class Object
Object.toString()
public CreateUserProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()