@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTrafficDistributionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTrafficDistributionResult() |
Modifier and Type | Method and Description |
---|---|
GetTrafficDistributionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the traffic distribution group.
|
String |
getId()
The identifier of the traffic distribution group.
|
TelephonyConfig |
getTelephonyConfig()
The distribution of traffic between the instance and its replicas.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
|
void |
setId(String id)
The identifier of the traffic distribution group.
|
void |
setTelephonyConfig(TelephonyConfig telephonyConfig)
The distribution of traffic between the instance and its replicas.
|
String |
toString()
Returns a string representation of this object.
|
GetTrafficDistributionResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
|
GetTrafficDistributionResult |
withId(String id)
The identifier of the traffic distribution group.
|
GetTrafficDistributionResult |
withTelephonyConfig(TelephonyConfig telephonyConfig)
The distribution of traffic between the instance and its replicas.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTelephonyConfig(TelephonyConfig telephonyConfig)
The distribution of traffic between the instance and its replicas.
telephonyConfig
- The distribution of traffic between the instance and its replicas.public TelephonyConfig getTelephonyConfig()
The distribution of traffic between the instance and its replicas.
public GetTrafficDistributionResult withTelephonyConfig(TelephonyConfig telephonyConfig)
The distribution of traffic between the instance and its replicas.
telephonyConfig
- The distribution of traffic between the instance and its replicas.public void setId(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.
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 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.
public GetTrafficDistributionResult withId(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.
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 void setArn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
arn
- The Amazon Resource Name (ARN) of the traffic distribution group.public String getArn()
The Amazon Resource Name (ARN) of the traffic distribution group.
public GetTrafficDistributionResult withArn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
arn
- The Amazon Resource Name (ARN) of the traffic distribution group.public String toString()
toString
in class Object
Object.toString()
public GetTrafficDistributionResult clone()