@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSchemaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateSchemaRequest() |
addHandlerContext, copyBaseTo, 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 setContent(String content)
content - public String getContent()
public CreateSchemaRequest withContent(String content)
content - public void setDescription(String description)
A description of the schema.
description - A description of the schema.public String getDescription()
A description of the schema.
public CreateSchemaRequest withDescription(String description)
A description of the schema.
description - A description of the schema.public void setRegistryName(String registryName)
registryName - public String getRegistryName()
public CreateSchemaRequest withRegistryName(String registryName)
registryName - public void setSchemaName(String schemaName)
schemaName - public String getSchemaName()
public CreateSchemaRequest withSchemaName(String schemaName)
schemaName - public Map<String,String> getTags()
Tags associated with the schema.
public void setTags(Map<String,String> tags)
Tags associated with the schema.
tags - Tags associated with the schema.public CreateSchemaRequest withTags(Map<String,String> tags)
Tags associated with the schema.
tags - Tags associated with the schema.public CreateSchemaRequest addTagsEntry(String key, String value)
public CreateSchemaRequest clearTagsEntries()
public CreateSchemaRequest withType(String type)
type - Typepublic CreateSchemaRequest withType(Type type)
type - Typepublic String toString()
toString in class ObjectObject.toString()public CreateSchemaRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.