@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 |
getCompatibility()
The new compatibility setting for the schema.
|
String |
getDescription()
The new description for the schema.
|
SchemaId |
getSchemaId()
This is a wrapper structure to contain schema identity fields.
|
SchemaVersionNumber |
getSchemaVersionNumber()
Version number required for check pointing.
|
int |
hashCode() |
void |
setCompatibility(String compatibility)
The new compatibility setting for the schema.
|
void |
setDescription(String description)
The new description for the schema.
|
void |
setSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields.
|
void |
setSchemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
Version number required for check pointing.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSchemaRequest |
withCompatibility(Compatibility compatibility)
The new compatibility setting for the schema.
|
UpdateSchemaRequest |
withCompatibility(String compatibility)
The new compatibility setting for the schema.
|
UpdateSchemaRequest |
withDescription(String description)
The new description for the schema.
|
UpdateSchemaRequest |
withSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields.
|
UpdateSchemaRequest |
withSchemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
Version number required for check pointing.
|
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 setSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has to be
provided.
schemaId - This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has
to be provided.
public SchemaId getSchemaId()
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has to be
provided.
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has
to be provided.
public UpdateSchemaRequest withSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has to be
provided.
schemaId - This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has
to be provided.
public void setSchemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
Version number required for check pointing. One of VersionNumber or Compatibility has
to be provided.
schemaVersionNumber - Version number required for check pointing. One of VersionNumber or
Compatibility has to be provided.public SchemaVersionNumber getSchemaVersionNumber()
Version number required for check pointing. One of VersionNumber or Compatibility has
to be provided.
VersionNumber or
Compatibility has to be provided.public UpdateSchemaRequest withSchemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
Version number required for check pointing. One of VersionNumber or Compatibility has
to be provided.
schemaVersionNumber - Version number required for check pointing. One of VersionNumber or
Compatibility has to be provided.public void setCompatibility(String compatibility)
The new compatibility setting for the schema.
compatibility - The new compatibility setting for the schema.Compatibilitypublic String getCompatibility()
The new compatibility setting for the schema.
Compatibilitypublic UpdateSchemaRequest withCompatibility(String compatibility)
The new compatibility setting for the schema.
compatibility - The new compatibility setting for the schema.Compatibilitypublic UpdateSchemaRequest withCompatibility(Compatibility compatibility)
The new compatibility setting for the schema.
compatibility - The new compatibility setting for the schema.Compatibilitypublic void setDescription(String description)
The new description for the schema.
description - The new description for the schema.public String getDescription()
The new description for the schema.
public UpdateSchemaRequest withDescription(String description)
The new description for the schema.
description - The new description for the schema.public String toString()
toString in class ObjectObject.toString()public UpdateSchemaRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()