@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; useful for testing and debugging.
|
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, withSdkRequestTimeout
public 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 Object
Object.toString()
public PutSchemaFromJsonRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.