public class FlushStageCacheRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Requests Amazon API Gateway to flush a stage's cache.
NOOP| Constructor and Description |
|---|
FlushStageCacheRequest() |
| Modifier and Type | Method and Description |
|---|---|
FlushStageCacheRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getRestApiId()
The API identifier of the stage to flush its cache.
|
String |
getStageName()
The name of the stage to flush its cache.
|
int |
hashCode() |
void |
setRestApiId(String restApiId)
The API identifier of the stage to flush its cache.
|
void |
setStageName(String stageName)
The name of the stage to flush its cache.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
FlushStageCacheRequest |
withRestApiId(String restApiId)
The API identifier of the stage to flush its cache.
|
FlushStageCacheRequest |
withStageName(String stageName)
The name of the stage to flush its cache.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRestApiId(String restApiId)
The API identifier of the stage to flush its cache.
restApiId - The API identifier of the stage to flush its cache.public String getRestApiId()
The API identifier of the stage to flush its cache.
public FlushStageCacheRequest withRestApiId(String restApiId)
The API identifier of the stage to flush its cache.
restApiId - The API identifier of the stage to flush its cache.public void setStageName(String stageName)
The name of the stage to flush its cache.
stageName - The name of the stage to flush its cache.public String getStageName()
The name of the stage to flush its cache.
public FlushStageCacheRequest withStageName(String stageName)
The name of the stage to flush its cache.
stageName - The name of the stage to flush its cache.public String toString()
toString in class ObjectObject.toString()public FlushStageCacheRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.