@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveSchemaVersionMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RemoveSchemaVersionMetadataResult() |
Modifier and Type | Method and Description |
---|---|
RemoveSchemaVersionMetadataResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getLatestVersion()
The latest version of the schema.
|
String |
getMetadataKey()
The metadata key.
|
String |
getMetadataValue()
The value of the metadata key.
|
String |
getRegistryName()
The name of the registry.
|
String |
getSchemaArn()
The Amazon Resource Name (ARN) of the schema.
|
String |
getSchemaName()
The name of the schema.
|
String |
getSchemaVersionId()
The version ID for the schema version.
|
Long |
getVersionNumber()
The version number of the schema.
|
int |
hashCode() |
Boolean |
isLatestVersion()
The latest version of the schema.
|
void |
setLatestVersion(Boolean latestVersion)
The latest version of the schema.
|
void |
setMetadataKey(String metadataKey)
The metadata key.
|
void |
setMetadataValue(String metadataValue)
The value of the metadata key.
|
void |
setRegistryName(String registryName)
The name of the registry.
|
void |
setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
void |
setSchemaName(String schemaName)
The name of the schema.
|
void |
setSchemaVersionId(String schemaVersionId)
The version ID for the schema version.
|
void |
setVersionNumber(Long versionNumber)
The version number of the schema.
|
String |
toString()
Returns a string representation of this object.
|
RemoveSchemaVersionMetadataResult |
withLatestVersion(Boolean latestVersion)
The latest version of the schema.
|
RemoveSchemaVersionMetadataResult |
withMetadataKey(String metadataKey)
The metadata key.
|
RemoveSchemaVersionMetadataResult |
withMetadataValue(String metadataValue)
The value of the metadata key.
|
RemoveSchemaVersionMetadataResult |
withRegistryName(String registryName)
The name of the registry.
|
RemoveSchemaVersionMetadataResult |
withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
RemoveSchemaVersionMetadataResult |
withSchemaName(String schemaName)
The name of the schema.
|
RemoveSchemaVersionMetadataResult |
withSchemaVersionId(String schemaVersionId)
The version ID for the schema version.
|
RemoveSchemaVersionMetadataResult |
withVersionNumber(Long versionNumber)
The version number of the schema.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
schemaArn
- The Amazon Resource Name (ARN) of the schema.public String getSchemaArn()
The Amazon Resource Name (ARN) of the schema.
public RemoveSchemaVersionMetadataResult withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
schemaArn
- The Amazon Resource Name (ARN) of the schema.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 RemoveSchemaVersionMetadataResult withSchemaName(String schemaName)
The name of the schema.
schemaName
- The name 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 RemoveSchemaVersionMetadataResult withRegistryName(String registryName)
The name of the registry.
registryName
- The name of the registry.public void setLatestVersion(Boolean latestVersion)
The latest version of the schema.
latestVersion
- The latest version of the schema.public Boolean getLatestVersion()
The latest version of the schema.
public RemoveSchemaVersionMetadataResult withLatestVersion(Boolean latestVersion)
The latest version of the schema.
latestVersion
- The latest version of the schema.public Boolean isLatestVersion()
The latest version of the schema.
public void setVersionNumber(Long versionNumber)
The version number of the schema.
versionNumber
- The version number of the schema.public Long getVersionNumber()
The version number of the schema.
public RemoveSchemaVersionMetadataResult withVersionNumber(Long versionNumber)
The version number of the schema.
versionNumber
- The version number of the schema.public void setSchemaVersionId(String schemaVersionId)
The version ID for the schema version.
schemaVersionId
- The version ID for the schema version.public String getSchemaVersionId()
The version ID for the schema version.
public RemoveSchemaVersionMetadataResult withSchemaVersionId(String schemaVersionId)
The version ID for the schema version.
schemaVersionId
- The version ID for the schema version.public void setMetadataKey(String metadataKey)
The metadata key.
metadataKey
- The metadata key.public String getMetadataKey()
The metadata key.
public RemoveSchemaVersionMetadataResult withMetadataKey(String metadataKey)
The metadata key.
metadataKey
- The metadata key.public void setMetadataValue(String metadataValue)
The value of the metadata key.
metadataValue
- The value of the metadata key.public String getMetadataValue()
The value of the metadata key.
public RemoveSchemaVersionMetadataResult withMetadataValue(String metadataValue)
The value of the metadata key.
metadataValue
- The value of the metadata key.public String toString()
toString
in class Object
Object.toString()
public RemoveSchemaVersionMetadataResult clone()