@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateTrafficDistributionGroupUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateTrafficDistributionGroupUserRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateTrafficDistributionGroupUserRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getTrafficDistributionGroupId()
The identifier of the traffic distribution group.
|
String |
getUserId()
The identifier of the user account.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setTrafficDistributionGroupId(String trafficDistributionGroupId)
The identifier of the traffic distribution group.
|
void |
setUserId(String userId)
The identifier of the user account.
|
String |
toString()
Returns a string representation of this object.
|
AssociateTrafficDistributionGroupUserRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateTrafficDistributionGroupUserRequest |
withTrafficDistributionGroupId(String trafficDistributionGroupId)
The identifier of the traffic distribution group.
|
AssociateTrafficDistributionGroupUserRequest |
withUserId(String userId)
The identifier of the user account.
|
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 AssociateTrafficDistributionGroupUserRequest()
public void setTrafficDistributionGroupId(String trafficDistributionGroupId)
The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
trafficDistributionGroupId
- The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called
in the Region where the traffic distribution group was created. The ARN must be provided if the call is
from the replicated Region.public String getTrafficDistributionGroupId()
The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
public AssociateTrafficDistributionGroupUserRequest withTrafficDistributionGroupId(String trafficDistributionGroupId)
The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
trafficDistributionGroupId
- The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called
in the Region where the traffic distribution group was created. The ARN must be provided if the call is
from the replicated Region.public void setUserId(String userId)
The identifier of the user account. This can be the ID or the ARN of the user.
userId
- The identifier of the user account. This can be the ID or the ARN of the user.public String getUserId()
The identifier of the user account. This can be the ID or the ARN of the user.
public AssociateTrafficDistributionGroupUserRequest withUserId(String userId)
The identifier of the user account. This can be the ID or the ARN of the user.
userId
- The identifier of the user account. This can be the ID or the ARN of the user.public void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public AssociateTrafficDistributionGroupUserRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public String toString()
toString
in class Object
Object.toString()
public AssociateTrafficDistributionGroupUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()