@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTrafficDistributionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTrafficDistributionRequest() |
Modifier and Type | Method and Description |
---|---|
GetTrafficDistributionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The identifier of the traffic distribution group.
|
int |
hashCode() |
void |
setId(String id)
The identifier of the traffic distribution group.
|
String |
toString()
Returns a string representation of this object.
|
GetTrafficDistributionRequest |
withId(String id)
The identifier of the traffic distribution group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 GetTrafficDistributionRequest 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 String toString()
toString
in class Object
Object.toString()
public GetTrafficDistributionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()