@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetDistributionCacheRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResetDistributionCacheRequest() |
Modifier and Type | Method and Description |
---|---|
ResetDistributionCacheRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDistributionName()
The name of the distribution for which to reset cache.
|
int |
hashCode() |
void |
setDistributionName(String distributionName)
The name of the distribution for which to reset cache.
|
String |
toString()
Returns a string representation of this object.
|
ResetDistributionCacheRequest |
withDistributionName(String distributionName)
The name of the distribution for which to reset cache.
|
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, withSdkRequestTimeout
public void setDistributionName(String distributionName)
The name of the distribution for which to reset cache.
Use the GetDistributions
action to get a list of distribution names that you can specify.
distributionName
- The name of the distribution for which to reset cache.
Use the GetDistributions
action to get a list of distribution names that you can specify.
public String getDistributionName()
The name of the distribution for which to reset cache.
Use the GetDistributions
action to get a list of distribution names that you can specify.
Use the GetDistributions
action to get a list of distribution names that you can specify.
public ResetDistributionCacheRequest withDistributionName(String distributionName)
The name of the distribution for which to reset cache.
Use the GetDistributions
action to get a list of distribution names that you can specify.
distributionName
- The name of the distribution for which to reset cache.
Use the GetDistributions
action to get a list of distribution names that you can specify.
public String toString()
toString
in class Object
Object.toString()
public ResetDistributionCacheRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()