@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSchemaMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetSchemaMappingRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSchemaMappingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSchemaName()
The name of the schema to be retrieved.
|
int |
hashCode() |
void |
setSchemaName(String schemaName)
The name of the schema to be retrieved.
|
String |
toString()
Returns a string representation of this object.
|
GetSchemaMappingRequest |
withSchemaName(String schemaName)
The name of the schema to be retrieved.
|
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, withSdkRequestTimeoutpublic void setSchemaName(String schemaName)
The name of the schema to be retrieved.
schemaName - The name of the schema to be retrieved.public String getSchemaName()
The name of the schema to be retrieved.
public GetSchemaMappingRequest withSchemaName(String schemaName)
The name of the schema to be retrieved.
schemaName - The name of the schema to be retrieved.public String toString()
toString in class ObjectObject.toString()public GetSchemaMappingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()