@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutDeliveryDestinationPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutDeliveryDestinationPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutDeliveryDestinationPolicyRequest |
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 to assign this policy to.
|
String |
getDeliveryDestinationPolicy()
The contents of the policy.
|
int |
hashCode() |
void |
setDeliveryDestinationName(String deliveryDestinationName)
The name of the delivery destination to assign this policy to.
|
void |
setDeliveryDestinationPolicy(String deliveryDestinationPolicy)
The contents of the policy.
|
String |
toString()
Returns a string representation of this object.
|
PutDeliveryDestinationPolicyRequest |
withDeliveryDestinationName(String deliveryDestinationName)
The name of the delivery destination to assign this policy to.
|
PutDeliveryDestinationPolicyRequest |
withDeliveryDestinationPolicy(String deliveryDestinationPolicy)
The contents of the policy.
|
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 void setDeliveryDestinationName(String deliveryDestinationName)
The name of the delivery destination to assign this policy to.
deliveryDestinationName - The name of the delivery destination to assign this policy to.public String getDeliveryDestinationName()
The name of the delivery destination to assign this policy to.
public PutDeliveryDestinationPolicyRequest withDeliveryDestinationName(String deliveryDestinationName)
The name of the delivery destination to assign this policy to.
deliveryDestinationName - The name of the delivery destination to assign this policy to.public void setDeliveryDestinationPolicy(String deliveryDestinationPolicy)
The contents of the policy.
deliveryDestinationPolicy - The contents of the policy.public String getDeliveryDestinationPolicy()
The contents of the policy.
public PutDeliveryDestinationPolicyRequest withDeliveryDestinationPolicy(String deliveryDestinationPolicy)
The contents of the policy.
deliveryDestinationPolicy - The contents of the policy.public String toString()
toString in class ObjectObject.toString()public PutDeliveryDestinationPolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()