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