public class UpdateUserPhoneConfigRequest extends AmazonWebServiceRequest implements java.io.Serializable
Updates the phone configuration settings for the specified user.
Constructor and Description |
---|
UpdateUserPhoneConfigRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
UserPhoneConfig |
getPhoneConfig()
Information about phone configuration settings 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 |
setPhoneConfig(UserPhoneConfig phoneConfig)
Information about phone configuration settings 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.
|
UpdateUserPhoneConfigRequest |
withInstanceId(java.lang.String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateUserPhoneConfigRequest |
withPhoneConfig(UserPhoneConfig phoneConfig)
Information about phone configuration settings for the user.
|
UpdateUserPhoneConfigRequest |
withUserId(java.lang.String userId)
The identifier of the user account.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public UserPhoneConfig getPhoneConfig()
Information about phone configuration settings for the user.
Information about phone configuration settings for the user.
public void setPhoneConfig(UserPhoneConfig phoneConfig)
Information about phone configuration settings for the user.
phoneConfig
- Information about phone configuration settings for the user.
public UpdateUserPhoneConfigRequest withPhoneConfig(UserPhoneConfig phoneConfig)
Information about phone configuration settings for the user.
Returns a reference to this object so that method calls can be chained together.
phoneConfig
- Information about phone configuration settings 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 UpdateUserPhoneConfigRequest 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 UpdateUserPhoneConfigRequest 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.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.