@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSchemaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateSchemaRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateSchemaRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getClientTokenId()
 The ID of the client token. | 
| String | getContent()
 The source of the schema definition. | 
| String | getDescription()
 The description of the schema. | 
| String | getRegistryName()
 The name of the registry. | 
| String | getSchemaName()
 The name of the schema. | 
| String | getType()
 The schema type for the events schema. | 
| int | hashCode() | 
| void | setClientTokenId(String clientTokenId)
 The ID of the client token. | 
| void | setContent(String content)
 The source of the schema definition. | 
| void | setDescription(String description)
 The description of the schema. | 
| void | setRegistryName(String registryName)
 The name of the registry. | 
| void | setSchemaName(String schemaName)
 The name of the schema. | 
| void | setType(String type)
 The schema type for the events schema. | 
| String | toString()Returns a string representation of this object. | 
| UpdateSchemaRequest | withClientTokenId(String clientTokenId)
 The ID of the client token. | 
| UpdateSchemaRequest | withContent(String content)
 The source of the schema definition. | 
| UpdateSchemaRequest | withDescription(String description)
 The description of the schema. | 
| UpdateSchemaRequest | withRegistryName(String registryName)
 The name of the registry. | 
| UpdateSchemaRequest | withSchemaName(String schemaName)
 The name of the schema. | 
| UpdateSchemaRequest | withType(String type)
 The schema type for the events schema. | 
| UpdateSchemaRequest | withType(Type type)
 The schema type for the events 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, withSdkRequestTimeoutpublic void setClientTokenId(String clientTokenId)
The ID of the client token.
clientTokenId - The ID of the client token.public String getClientTokenId()
The ID of the client token.
public UpdateSchemaRequest withClientTokenId(String clientTokenId)
The ID of the client token.
clientTokenId - The ID of the client token.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 UpdateSchemaRequest withContent(String content)
The source of the schema definition.
content - The source of the schema definition.public void setDescription(String description)
The description of the schema.
description - The description of the schema.public String getDescription()
The description of the schema.
public UpdateSchemaRequest withDescription(String description)
The description of the schema.
description - The 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 UpdateSchemaRequest 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 UpdateSchemaRequest withSchemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.public void setType(String type)
The schema type for the events schema.
type - The schema type for the events schema.Typepublic String getType()
The schema type for the events schema.
Typepublic UpdateSchemaRequest withType(String type)
The schema type for the events schema.
type - The schema type for the events schema.Typepublic UpdateSchemaRequest withType(Type type)
The schema type for the events schema.
type - The schema type for the events schema.Typepublic String toString()
toString in class ObjectObject.toString()public UpdateSchemaRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()