public class GetTrafficDistributionRequest
extends com.amazonaws.AmazonWebServiceRequest
implements java.io.Serializable
Retrieves the current traffic distribution for a given traffic distribution group.
| Constructor and Description |
|---|
GetTrafficDistributionRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getId()
The identifier of the traffic distribution group.
|
int |
hashCode() |
void |
setId(java.lang.String id)
The identifier of the traffic distribution group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTrafficDistributionRequest |
withId(java.lang.String id)
The identifier of the traffic distribution group.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getId()
The identifier of the traffic distribution group.
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.
public void setId(java.lang.String id)
The identifier of the traffic distribution group.
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}$
id - The identifier of the traffic distribution group.
public GetTrafficDistributionRequest withId(java.lang.String id)
The identifier of the traffic distribution group.
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}$
id - The identifier of the traffic distribution group.
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