@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSchemaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateSchemaRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSchemaRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSchemaRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSchemaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getContent()
The source of the schema definition.
|
String |
getDescription()
A description of the schema.
|
String |
getRegistryName()
The name of the registry.
|
String |
getSchemaName()
The name of the schema.
|
Map<String,String> |
getTags()
Tags associated with the schema.
|
String |
getType()
The type of schema.
|
int |
hashCode() |
void |
setContent(String content)
The source of the schema definition.
|
void |
setDescription(String description)
A description of the schema.
|
void |
setRegistryName(String registryName)
The name of the registry.
|
void |
setSchemaName(String schemaName)
The name of the schema.
|
void |
setTags(Map<String,String> tags)
Tags associated with the schema.
|
void |
setType(String type)
The type of schema.
|
String |
toString()
Returns a string representation of this object.
|
CreateSchemaRequest |
withContent(String content)
The source of the schema definition.
|
CreateSchemaRequest |
withDescription(String description)
A description of the schema.
|
CreateSchemaRequest |
withRegistryName(String registryName)
The name of the registry.
|
CreateSchemaRequest |
withSchemaName(String schemaName)
The name of the schema.
|
CreateSchemaRequest |
withTags(Map<String,String> tags)
Tags associated with the schema.
|
CreateSchemaRequest |
withType(String type)
The type of schema.
|
CreateSchemaRequest |
withType(Type type)
The type of schema.
|
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 setContent(String content)
The source of the schema definition.
content
- The source of the schema definition.public String getContent()
The source of the schema definition.
public CreateSchemaRequest withContent(String content)
The source of the schema definition.
content
- The source of the schema definition.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)
The name of the registry.
registryName
- The name of the registry.public String getRegistryName()
The name of the registry.
public CreateSchemaRequest withRegistryName(String registryName)
The name of the registry.
registryName
- The name of the registry.public void setSchemaName(String schemaName)
The name of the schema.
schemaName
- The name of the schema.public String getSchemaName()
The name of the schema.
public CreateSchemaRequest withSchemaName(String schemaName)
The name of the schema.
schemaName
- The name of the schema.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 void setType(String type)
The type of schema.
type
- The type of schema.Type
public CreateSchemaRequest withType(String type)
The type of schema.
type
- The type of schema.Type
public CreateSchemaRequest withType(Type type)
The type of schema.
type
- The type of schema.Type
public String toString()
toString
in class Object
Object.toString()
public CreateSchemaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()