@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelSchemaExtensionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelSchemaExtensionRequest() |
Modifier and Type | Method and Description |
---|---|
CancelSchemaExtensionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory whose schema extension will be canceled.
|
String |
getSchemaExtensionId()
The identifier of the schema extension that will be canceled.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory whose schema extension will be canceled.
|
void |
setSchemaExtensionId(String schemaExtensionId)
The identifier of the schema extension that will be canceled.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CancelSchemaExtensionRequest |
withDirectoryId(String directoryId)
The identifier of the directory whose schema extension will be canceled.
|
CancelSchemaExtensionRequest |
withSchemaExtensionId(String schemaExtensionId)
The identifier of the schema extension that will be canceled.
|
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 setDirectoryId(String directoryId)
The identifier of the directory whose schema extension will be canceled.
directoryId
- The identifier of the directory whose schema extension will be canceled.public String getDirectoryId()
The identifier of the directory whose schema extension will be canceled.
public CancelSchemaExtensionRequest withDirectoryId(String directoryId)
The identifier of the directory whose schema extension will be canceled.
directoryId
- The identifier of the directory whose schema extension will be canceled.public void setSchemaExtensionId(String schemaExtensionId)
The identifier of the schema extension that will be canceled.
schemaExtensionId
- The identifier of the schema extension that will be canceled.public String getSchemaExtensionId()
The identifier of the schema extension that will be canceled.
public CancelSchemaExtensionRequest withSchemaExtensionId(String schemaExtensionId)
The identifier of the schema extension that will be canceled.
schemaExtensionId
- The identifier of the schema extension that will be canceled.public String toString()
toString
in class Object
Object.toString()
public CancelSchemaExtensionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.