@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetAuthorizersCacheRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResetAuthorizersCacheRequest() |
Modifier and Type | Method and Description |
---|---|
ResetAuthorizersCacheRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApiId()
The API identifier.
|
String |
getStageName()
The stage name.
|
int |
hashCode() |
void |
setApiId(String apiId)
The API identifier.
|
void |
setStageName(String stageName)
The stage name.
|
String |
toString()
Returns a string representation of this object.
|
ResetAuthorizersCacheRequest |
withApiId(String apiId)
The API identifier.
|
ResetAuthorizersCacheRequest |
withStageName(String stageName)
The stage name.
|
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 setApiId(String apiId)
The API identifier.
apiId
- The API identifier.public String getApiId()
The API identifier.
public ResetAuthorizersCacheRequest withApiId(String apiId)
The API identifier.
apiId
- The API identifier.public void setStageName(String stageName)
The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.
stageName
- The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be
$default. Maximum length is 128 characters.public String getStageName()
The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.
public ResetAuthorizersCacheRequest withStageName(String stageName)
The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.
stageName
- The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be
$default. Maximum length is 128 characters.public String toString()
toString
in class Object
Object.toString()
public ResetAuthorizersCacheRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()