public class DeleteAuthorizerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to delete an existing Authorizer resource.
NOOP
Constructor and Description |
---|
DeleteAuthorizerRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAuthorizerRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAuthorizerId()
The identifier of the Authorizer resource.
|
String |
getRestApiId()
The RestApi identifier for the Authorizer resource.
|
int |
hashCode() |
void |
setAuthorizerId(String authorizerId)
The identifier of the Authorizer resource.
|
void |
setRestApiId(String restApiId)
The RestApi identifier for the Authorizer resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteAuthorizerRequest |
withAuthorizerId(String authorizerId)
The identifier of the Authorizer resource.
|
DeleteAuthorizerRequest |
withRestApiId(String restApiId)
The RestApi identifier for the Authorizer resource.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRestApiId(String restApiId)
The RestApi identifier for the Authorizer resource.
restApiId
- The RestApi identifier for the Authorizer resource.public String getRestApiId()
The RestApi identifier for the Authorizer resource.
public DeleteAuthorizerRequest withRestApiId(String restApiId)
The RestApi identifier for the Authorizer resource.
restApiId
- The RestApi identifier for the Authorizer resource.public void setAuthorizerId(String authorizerId)
The identifier of the Authorizer resource.
authorizerId
- The identifier of the Authorizer resource.public String getAuthorizerId()
The identifier of the Authorizer resource.
public DeleteAuthorizerRequest withAuthorizerId(String authorizerId)
The identifier of the Authorizer resource.
authorizerId
- The identifier of the Authorizer resource.public String toString()
toString
in class Object
Object.toString()
public DeleteAuthorizerRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.