public class UpdateUserSecurityProfilesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Assigns the specified security profiles to the specified user.
| Constructor and Description |
|---|
UpdateUserSecurityProfilesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
java.util.List<java.lang.String> |
getSecurityProfileIds()
The identifiers of the security profiles for the user.
|
java.lang.String |
getUserId()
The identifier of the user account.
|
int |
hashCode() |
void |
setInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setSecurityProfileIds(java.util.Collection<java.lang.String> securityProfileIds)
The identifiers of the security profiles for the user.
|
void |
setUserId(java.lang.String userId)
The identifier of the user account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateUserSecurityProfilesRequest |
withInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateUserSecurityProfilesRequest |
withSecurityProfileIds(java.util.Collection<java.lang.String> securityProfileIds)
The identifiers of the security profiles for the user.
|
UpdateUserSecurityProfilesRequest |
withSecurityProfileIds(java.lang.String... securityProfileIds)
The identifiers of the security profiles for the user.
|
UpdateUserSecurityProfilesRequest |
withUserId(java.lang.String userId)
The identifier of the user account.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.util.List<java.lang.String> getSecurityProfileIds()
The identifiers of the security profiles for the user.
The identifiers of the security profiles for the user.
public void setSecurityProfileIds(java.util.Collection<java.lang.String> securityProfileIds)
The identifiers of the security profiles for the user.
securityProfileIds - The identifiers of the security profiles for the user.
public UpdateUserSecurityProfilesRequest withSecurityProfileIds(java.lang.String... securityProfileIds)
The identifiers of the security profiles for the user.
Returns a reference to this object so that method calls can be chained together.
securityProfileIds - The identifiers of the security profiles for the user.
public UpdateUserSecurityProfilesRequest withSecurityProfileIds(java.util.Collection<java.lang.String> securityProfileIds)
The identifiers of the security profiles for the user.
Returns a reference to this object so that method calls can be chained together.
securityProfileIds - The identifiers of the security profiles for the user.
public java.lang.String getUserId()
The identifier of the user account.
The identifier of the user account.
public void setUserId(java.lang.String userId)
The identifier of the user account.
userId - The identifier of the user account.
public UpdateUserSecurityProfilesRequest withUserId(java.lang.String userId)
The identifier of the user account.
Returns a reference to this object so that method calls can be chained together.
userId - The identifier of the user account.
public java.lang.String getInstanceId()
The identifier of the Amazon Connect instance.
Constraints:
Length: 1 - 100
The identifier of the Amazon Connect instance.
public void setInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance.
Constraints:
Length: 1 - 100
instanceId - The identifier of the Amazon Connect instance.
public UpdateUserSecurityProfilesRequest withInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
instanceId - The identifier of the Amazon Connect instance.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.