@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSchemaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteSchemaRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteSchemaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
SchemaId |
getSchemaId()
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
int |
hashCode() |
void |
setSchemaId(SchemaId schemaId)
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
String |
toString()
Returns a string representation of this object.
|
DeleteSchemaRequest |
withSchemaId(SchemaId schemaId)
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
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 setSchemaId(SchemaId schemaId)
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
schemaId
- This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).public SchemaId getSchemaId()
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
public DeleteSchemaRequest withSchemaId(SchemaId schemaId)
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
schemaId
- This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).public String toString()
toString
in class Object
Object.toString()
public DeleteSchemaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()