@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteResourceServerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteResourceServerRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteResourceServerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIdentifier()
The identifier for the resource server.
|
String |
getUserPoolId()
The user pool ID for the user pool that hosts the resource server.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
The identifier for the resource server.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool that hosts the resource server.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteResourceServerRequest |
withIdentifier(String identifier)
The identifier for the resource server.
|
DeleteResourceServerRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool that hosts the resource server.
|
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 setUserPoolId(String userPoolId)
The user pool ID for the user pool that hosts the resource server.
userPoolId
- The user pool ID for the user pool that hosts the resource server.public String getUserPoolId()
The user pool ID for the user pool that hosts the resource server.
public DeleteResourceServerRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool that hosts the resource server.
userPoolId
- The user pool ID for the user pool that hosts the resource server.public void setIdentifier(String identifier)
The identifier for the resource server.
identifier
- The identifier for the resource server.public String getIdentifier()
The identifier for the resource server.
public DeleteResourceServerRequest withIdentifier(String identifier)
The identifier for the resource server.
identifier
- The identifier for the resource server.public String toString()
toString
in class Object
Object.toString()
public DeleteResourceServerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.