public class DeleteTrafficPolicyInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteTrafficPolicyInstance operation.
Deletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance.
To delete a traffic policy instance, send a DELETE
request to the 2013-04-01/trafficpolicy/traffic policy instance
ID resource.
IMPORTANT:When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.
NOOP| Constructor and Description |
|---|
DeleteTrafficPolicyInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTrafficPolicyInstanceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the traffic policy instance that you want to delete.
|
int |
hashCode() |
void |
setId(String id)
The ID of the traffic policy instance that you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTrafficPolicyInstanceRequest |
withId(String id)
The ID of the traffic policy instance that you want to delete.
|
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 delete.
public DeleteTrafficPolicyInstanceRequest 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 delete.
public String toString()
toString in class ObjectObject.toString()public DeleteTrafficPolicyInstanceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.