@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutSchemaFromJsonRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutSchemaFromJsonRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutSchemaFromJsonRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDocument()
The replacement JSON schema.
|
String |
getSchemaArn()
The ARN of the schema to update.
|
int |
hashCode() |
void |
setDocument(String document)
The replacement JSON schema.
|
void |
setSchemaArn(String schemaArn)
The ARN of the schema to update.
|
String |
toString()
Returns a string representation of this object.
|
PutSchemaFromJsonRequest |
withDocument(String document)
The replacement JSON schema.
|
PutSchemaFromJsonRequest |
withSchemaArn(String schemaArn)
The ARN of the schema to update.
|
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 setSchemaArn(String schemaArn)
The ARN of the schema to update.
schemaArn - The ARN of the schema to update.public String getSchemaArn()
The ARN of the schema to update.
public PutSchemaFromJsonRequest withSchemaArn(String schemaArn)
The ARN of the schema to update.
schemaArn - The ARN of the schema to update.public void setDocument(String document)
The replacement JSON schema.
document - The replacement JSON schema.public String getDocument()
The replacement JSON schema.
public PutSchemaFromJsonRequest withDocument(String document)
The replacement JSON schema.
document - The replacement JSON schema.public String toString()
toString in class ObjectObject.toString()public PutSchemaFromJsonRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()