@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDeliveryDestinationPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDeliveryDestinationPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDeliveryDestinationPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeliveryDestinationName()
The name of the delivery destination that you want to delete the policy for.
|
int |
hashCode() |
void |
setDeliveryDestinationName(String deliveryDestinationName)
The name of the delivery destination that you want to delete the policy for.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDeliveryDestinationPolicyRequest |
withDeliveryDestinationName(String deliveryDestinationName)
The name of the delivery destination that you want to delete the policy for.
|
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, withSdkRequestTimeoutpublic DeleteDeliveryDestinationPolicyRequest()
public void setDeliveryDestinationName(String deliveryDestinationName)
The name of the delivery destination that you want to delete the policy for.
deliveryDestinationName - The name of the delivery destination that you want to delete the policy for.public String getDeliveryDestinationName()
The name of the delivery destination that you want to delete the policy for.
public DeleteDeliveryDestinationPolicyRequest withDeliveryDestinationName(String deliveryDestinationName)
The name of the delivery destination that you want to delete the policy for.
deliveryDestinationName - The name of the delivery destination that you want to delete the policy for.public String toString()
toString in class ObjectObject.toString()public DeleteDeliveryDestinationPolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()