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