public class DeleteAuthorizerRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Request to delete an existing Authorizer resource.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
authorizerId
The identifier of the Authorizer resource.
|
private java.lang.String |
restApiId
The RestApi identifier for the Authorizer resource.
|
NOOP
Constructor and Description |
---|
DeleteAuthorizerRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAuthorizerRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAuthorizerId()
The identifier of the Authorizer resource.
|
java.lang.String |
getRestApiId()
The RestApi identifier for the Authorizer resource.
|
int |
hashCode() |
void |
setAuthorizerId(java.lang.String authorizerId)
The identifier of the Authorizer resource.
|
void |
setRestApiId(java.lang.String restApiId)
The RestApi identifier for the Authorizer resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteAuthorizerRequest |
withAuthorizerId(java.lang.String authorizerId)
The identifier of the Authorizer resource.
|
DeleteAuthorizerRequest |
withRestApiId(java.lang.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
private java.lang.String restApiId
The RestApi identifier for the Authorizer resource.
private java.lang.String authorizerId
The identifier of the Authorizer resource.
public void setRestApiId(java.lang.String restApiId)
The RestApi identifier for the Authorizer resource.
restApiId
- The RestApi identifier for the Authorizer resource.public java.lang.String getRestApiId()
The RestApi identifier for the Authorizer resource.
public DeleteAuthorizerRequest withRestApiId(java.lang.String restApiId)
The RestApi identifier for the Authorizer resource.
restApiId
- The RestApi identifier for the Authorizer resource.public void setAuthorizerId(java.lang.String authorizerId)
The identifier of the Authorizer resource.
authorizerId
- The identifier of the Authorizer resource.public java.lang.String getAuthorizerId()
The identifier of the Authorizer resource.
public DeleteAuthorizerRequest withAuthorizerId(java.lang.String authorizerId)
The identifier of the Authorizer resource.
authorizerId
- The identifier of the Authorizer resource.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteAuthorizerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()