public class ListTrafficDistributionGroupUsersRequest
extends com.amazonaws.AmazonWebServiceRequest
implements java.io.Serializable
Lists traffic distribution group users.
| Constructor and Description |
|---|
ListTrafficDistributionGroupUsersRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of results to return per page.
|
java.lang.String |
getNextToken()
The token for the next set of results.
|
java.lang.String |
getTrafficDistributionGroupId()
The identifier of the traffic distribution group.
|
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per page.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of results.
|
void |
setTrafficDistributionGroupId(java.lang.String trafficDistributionGroupId)
The identifier of the traffic distribution group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTrafficDistributionGroupUsersRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per page.
|
ListTrafficDistributionGroupUsersRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of results.
|
ListTrafficDistributionGroupUsersRequest |
withTrafficDistributionGroupId(java.lang.String trafficDistributionGroupId)
The identifier of the traffic distribution group.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic ListTrafficDistributionGroupUsersRequest()
public java.lang.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.
Constraints:
Pattern:
^(arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z-]+-[0-9]{1}:[
0-9]{1,20}:traffic
-distribution-group/)?[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4
}-[a-f0-9]{4}-[a-f0-9]{12}$
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 setTrafficDistributionGroupId(java.lang.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.
Constraints:
Pattern:
^(arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z-]+-[0-9]{1}:[
0-9]{1,20}:traffic
-distribution-group/)?[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4
}-[a-f0-9]{4}-[a-f0-9]{12}$
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 ListTrafficDistributionGroupUsersRequest withTrafficDistributionGroupId(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern:
^(arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z-]+-[0-9]{1}:[
0-9]{1,20}:traffic
-distribution-group/)?[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4
}-[a-f0-9]{4}-[a-f0-9]{12}$
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 java.lang.Integer getMaxResults()
The maximum number of results to return per page.
Constraints:
Range: 1 - 10
The maximum number of results to return per page.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per page.
Constraints:
Range: 1 - 10
maxResults - The maximum number of results to return per page.
public ListTrafficDistributionGroupUsersRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per page.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 10
maxResults - The maximum number of results to return per page.
public java.lang.String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public void setNextToken(java.lang.String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListTrafficDistributionGroupUsersRequest withNextToken(java.lang.String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
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.Object