@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRestApiId()
The string identifier of the associated RestApi.
|
String |
getStageName()
The name of the stage to flush.
|
int |
hashCode() |
void |
setRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
void |
setStageName(String stageName)
The name of the stage to flush.
|
String |
toString()
Returns a string representation of this object.
|
FlushStageAuthorizersCacheRequest |
withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
FlushStageAuthorizersCacheRequest |
withStageName(String stageName)
The name of the stage to flush.
|
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 setRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.public String getRestApiId()
The string identifier of the associated RestApi.
public FlushStageAuthorizersCacheRequest withRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.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 Object
Object.toString()
public FlushStageAuthorizersCacheRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()