@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) |
AgentConfig |
getAgentConfig()
The distribution of agents between the instance and its replica(s).
|
String |
getArn()
The Amazon Resource Name (ARN) of the traffic distribution group.
|
String |
getId()
The identifier of the traffic distribution group.
|
SignInConfig |
getSignInConfig()
The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both
the instance and its replica(s).
|
TelephonyConfig |
getTelephonyConfig()
The distribution of traffic between the instance and its replicas.
|
int |
hashCode() |
void |
setAgentConfig(AgentConfig agentConfig)
The distribution of agents between the instance and its replica(s).
|
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 |
setSignInConfig(SignInConfig signInConfig)
The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both
the instance and its replica(s).
|
void |
setTelephonyConfig(TelephonyConfig telephonyConfig)
The distribution of traffic between the instance and its replicas.
|
String |
toString()
Returns a string representation of this object.
|
GetTrafficDistributionResult |
withAgentConfig(AgentConfig agentConfig)
The distribution of agents between the instance and its replica(s).
|
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 |
withSignInConfig(SignInConfig signInConfig)
The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both
the instance and its replica(s).
|
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 void setSignInConfig(SignInConfig signInConfig)
The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
signInConfig
- The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to
both the instance and its replica(s).public SignInConfig getSignInConfig()
The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
public GetTrafficDistributionResult withSignInConfig(SignInConfig signInConfig)
The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
signInConfig
- The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to
both the instance and its replica(s).public void setAgentConfig(AgentConfig agentConfig)
The distribution of agents between the instance and its replica(s).
agentConfig
- The distribution of agents between the instance and its replica(s).public AgentConfig getAgentConfig()
The distribution of agents between the instance and its replica(s).
public GetTrafficDistributionResult withAgentConfig(AgentConfig agentConfig)
The distribution of agents between the instance and its replica(s).
agentConfig
- The distribution of agents between the instance and its replica(s).public String toString()
toString
in class Object
Object.toString()
public GetTrafficDistributionResult clone()