@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveSchemaVersionMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveSchemaVersionMetadataRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveSchemaVersionMetadataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
MetadataKeyValuePair |
getMetadataKeyValue()
The value of the metadata key.
|
SchemaId |
getSchemaId()
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
String |
getSchemaVersionId()
The unique version ID of the schema version.
|
SchemaVersionNumber |
getSchemaVersionNumber()
The version number of the schema.
|
int |
hashCode() |
void |
setMetadataKeyValue(MetadataKeyValuePair metadataKeyValue)
The value of the metadata key.
|
void |
setSchemaId(SchemaId schemaId)
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
void |
setSchemaVersionId(String schemaVersionId)
The unique version ID of the schema version.
|
void |
setSchemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
The version number of the schema.
|
String |
toString()
Returns a string representation of this object.
|
RemoveSchemaVersionMetadataRequest |
withMetadataKeyValue(MetadataKeyValuePair metadataKeyValue)
The value of the metadata key.
|
RemoveSchemaVersionMetadataRequest |
withSchemaId(SchemaId schemaId)
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
RemoveSchemaVersionMetadataRequest |
withSchemaVersionId(String schemaVersionId)
The unique version ID of the schema version.
|
RemoveSchemaVersionMetadataRequest |
withSchemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
The version number of the 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 setSchemaId(SchemaId schemaId)
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
schemaId
- A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).public SchemaId getSchemaId()
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
public RemoveSchemaVersionMetadataRequest withSchemaId(SchemaId schemaId)
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
schemaId
- A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).public void setSchemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
The version number of the schema.
schemaVersionNumber
- The version number of the schema.public SchemaVersionNumber getSchemaVersionNumber()
The version number of the schema.
public RemoveSchemaVersionMetadataRequest withSchemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
The version number of the schema.
schemaVersionNumber
- The version number of the schema.public void setSchemaVersionId(String schemaVersionId)
The unique version ID of the schema version.
schemaVersionId
- The unique version ID of the schema version.public String getSchemaVersionId()
The unique version ID of the schema version.
public RemoveSchemaVersionMetadataRequest withSchemaVersionId(String schemaVersionId)
The unique version ID of the schema version.
schemaVersionId
- The unique version ID of the schema version.public void setMetadataKeyValue(MetadataKeyValuePair metadataKeyValue)
The value of the metadata key.
metadataKeyValue
- The value of the metadata key.public MetadataKeyValuePair getMetadataKeyValue()
The value of the metadata key.
public RemoveSchemaVersionMetadataRequest withMetadataKeyValue(MetadataKeyValuePair metadataKeyValue)
The value of the metadata key.
metadataKeyValue
- The value of the metadata key.public String toString()
toString
in class Object
Object.toString()
public RemoveSchemaVersionMetadataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()