public class CreateTrafficDistributionGroupResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateTrafficDistributionGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the traffic distribution group.
|
java.lang.String |
getId()
The identifier of the traffic distribution group.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
|
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.
|
CreateTrafficDistributionGroupResult |
withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
|
CreateTrafficDistributionGroupResult |
withId(java.lang.String id)
The identifier of the traffic distribution group.
|
public CreateTrafficDistributionGroupResult()
public java.lang.String getId()
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:
^[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 setId(java.lang.String id)
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:
^[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. 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 CreateTrafficDistributionGroupResult withId(java.lang.String id)
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:
^[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. 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.String getArn()
The Amazon Resource Name (ARN) 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 Amazon Resource Name (ARN) of the traffic distribution group.
public void setArn(java.lang.String arn)
The Amazon Resource Name (ARN) 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}$
arn - The Amazon Resource Name (ARN) of the traffic distribution group.
public CreateTrafficDistributionGroupResult withArn(java.lang.String arn)
The Amazon Resource Name (ARN) 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}$
arn - The Amazon Resource Name (ARN) 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