@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateUserProfileRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateUserProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain in which a user profile is updated.
|
String |
getStatus()
The status of the user profile that are to be updated.
|
String |
getType()
The type of the user profile that are to be updated.
|
String |
getUserIdentifier()
The identifier of the user whose user profile is to be updated.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a user profile is updated.
|
void |
setStatus(String status)
The status of the user profile that are to be updated.
|
void |
setType(String type)
The type of the user profile that are to be updated.
|
void |
setUserIdentifier(String userIdentifier)
The identifier of the user whose user profile is to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUserProfileRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a user profile is updated.
|
UpdateUserProfileRequest |
withStatus(String status)
The status of the user profile that are to be updated.
|
UpdateUserProfileRequest |
withStatus(UserProfileStatus status)
The status of the user profile that are to be updated.
|
UpdateUserProfileRequest |
withType(String type)
The type of the user profile that are to be updated.
|
UpdateUserProfileRequest |
withType(UserProfileType type)
The type of the user profile that are to be updated.
|
UpdateUserProfileRequest |
withUserIdentifier(String userIdentifier)
The identifier of the user whose user profile is to be updated.
|
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 setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a user profile is updated.
domainIdentifier
- The identifier of the Amazon DataZone domain in which a user profile is updated.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which a user profile is updated.
public UpdateUserProfileRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a user profile is updated.
domainIdentifier
- The identifier of the Amazon DataZone domain in which a user profile is updated.public void setStatus(String status)
The status of the user profile that are to be updated.
status
- The status of the user profile that are to be updated.UserProfileStatus
public String getStatus()
The status of the user profile that are to be updated.
UserProfileStatus
public UpdateUserProfileRequest withStatus(String status)
The status of the user profile that are to be updated.
status
- The status of the user profile that are to be updated.UserProfileStatus
public UpdateUserProfileRequest withStatus(UserProfileStatus status)
The status of the user profile that are to be updated.
status
- The status of the user profile that are to be updated.UserProfileStatus
public void setType(String type)
The type of the user profile that are to be updated.
type
- The type of the user profile that are to be updated.UserProfileType
public String getType()
The type of the user profile that are to be updated.
UserProfileType
public UpdateUserProfileRequest withType(String type)
The type of the user profile that are to be updated.
type
- The type of the user profile that are to be updated.UserProfileType
public UpdateUserProfileRequest withType(UserProfileType type)
The type of the user profile that are to be updated.
type
- The type of the user profile that are to be updated.UserProfileType
public void setUserIdentifier(String userIdentifier)
The identifier of the user whose user profile is to be updated.
userIdentifier
- The identifier of the user whose user profile is to be updated.public String getUserIdentifier()
The identifier of the user whose user profile is to be updated.
public UpdateUserProfileRequest withUserIdentifier(String userIdentifier)
The identifier of the user whose user profile is to be updated.
userIdentifier
- The identifier of the user whose user profile is to be updated.public String toString()
toString
in class Object
Object.toString()
public UpdateUserProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()