@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlushStageAuthorizersCacheRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to flush authorizer cache entries on a specified stage.
NOOP| Constructor and Description |
|---|
FlushStageAuthorizersCacheRequest() |
| Modifier and Type | Method and Description |
|---|---|
FlushStageAuthorizersCacheRequest |
clone() |
boolean |
equals(Object obj) |
String |
getRestApiId()
The API identifier of the stage to flush.
|
String |
getStageName()
The name of the stage to flush.
|
int |
hashCode() |
void |
setRestApiId(String restApiId)
The API identifier of the stage to flush.
|
void |
setStageName(String stageName)
The name of the stage to flush.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FlushStageAuthorizersCacheRequest |
withRestApiId(String restApiId)
The API identifier of the stage to flush.
|
FlushStageAuthorizersCacheRequest |
withStageName(String stageName)
The name of the stage to flush.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRestApiId(String restApiId)
The API identifier of the stage to flush.
restApiId - The API identifier of the stage to flush.public String getRestApiId()
The API identifier of the stage to flush.
public FlushStageAuthorizersCacheRequest withRestApiId(String restApiId)
The API identifier of the stage to flush.
restApiId - The API identifier of the stage to flush.public void setStageName(String stageName)
The name of the stage to flush.
stageName - The name of the stage to flush.public String getStageName()
The name of the stage to flush.
public FlushStageAuthorizersCacheRequest withStageName(String stageName)
The name of the stage to flush.
stageName - The name of the stage to flush.public String toString()
toString in class ObjectObject.toString()public FlushStageAuthorizersCacheRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.