@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() |
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, copyBaseTo, 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()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.