public class GetTrafficPolicyInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetTrafficPolicyInstance operation.
Gets information about a specified traffic policy instance.
To get information about the traffic policy instance, send a
GET request to the
2013-04-01/trafficpolicyinstance resource.
NOTE:After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.
NOOP| Constructor and Description |
|---|
GetTrafficPolicyInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTrafficPolicyInstanceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the traffic policy instance that you want to get information
about.
|
int |
hashCode() |
void |
setId(String id)
The ID of the traffic policy instance that you want to get information
about.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTrafficPolicyInstanceRequest |
withId(String id)
The ID of the traffic policy instance that you want to get information
about.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getId()
Constraints:
Length: 0 - 36
public void setId(String id)
Constraints:
Length: 0 - 36
id - The ID of the traffic policy instance that you want to get information
about.public GetTrafficPolicyInstanceRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 36
id - The ID of the traffic policy instance that you want to get information
about.public String toString()
toString in class ObjectObject.toString()public GetTrafficPolicyInstanceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.