@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) |
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() |
String |
getDescription()
A description of the schema.
|
String |
getRegistryName() |
String |
getSchemaName() |
Map<String,String> |
getTags()
Tags associated with the schema.
|
String |
getType() |
int |
hashCode() |
void |
setContent(String content) |
void |
setDescription(String description)
A description of the schema.
|
void |
setRegistryName(String registryName) |
void |
setSchemaName(String schemaName) |
void |
setTags(Map<String,String> tags)
Tags associated with the schema.
|
void |
setType(String type) |
String |
toString()
Returns a string representation of this object.
|
CreateSchemaRequest |
withContent(String content) |
CreateSchemaRequest |
withDescription(String description)
A description of the schema.
|
CreateSchemaRequest |
withRegistryName(String registryName) |
CreateSchemaRequest |
withSchemaName(String schemaName) |
CreateSchemaRequest |
withTags(Map<String,String> tags)
Tags associated with the schema.
|
CreateSchemaRequest |
withType(String type) |
CreateSchemaRequest |
withType(Type type) |
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)
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
- Type
public CreateSchemaRequest withType(Type type)
type
- Type
public String toString()
toString
in class Object
Object.toString()
public CreateSchemaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.