@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterSchemaVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterSchemaVersionResult() |
Modifier and Type | Method and Description |
---|---|
RegisterSchemaVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getSchemaVersionId()
The unique ID that represents the version of this schema.
|
String |
getStatus()
The status of the schema version.
|
Long |
getVersionNumber()
The version of this schema (for sync flow only, in case this is the first version).
|
int |
hashCode() |
void |
setSchemaVersionId(String schemaVersionId)
The unique ID that represents the version of this schema.
|
void |
setStatus(String status)
The status of the schema version.
|
void |
setVersionNumber(Long versionNumber)
The version of this schema (for sync flow only, in case this is the first version).
|
String |
toString()
Returns a string representation of this object.
|
RegisterSchemaVersionResult |
withSchemaVersionId(String schemaVersionId)
The unique ID that represents the version of this schema.
|
RegisterSchemaVersionResult |
withStatus(SchemaVersionStatus status)
The status of the schema version.
|
RegisterSchemaVersionResult |
withStatus(String status)
The status of the schema version.
|
RegisterSchemaVersionResult |
withVersionNumber(Long versionNumber)
The version of this schema (for sync flow only, in case this is the first version).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSchemaVersionId(String schemaVersionId)
The unique ID that represents the version of this schema.
schemaVersionId
- The unique ID that represents the version of this schema.public String getSchemaVersionId()
The unique ID that represents the version of this schema.
public RegisterSchemaVersionResult withSchemaVersionId(String schemaVersionId)
The unique ID that represents the version of this schema.
schemaVersionId
- The unique ID that represents the version of this schema.public void setVersionNumber(Long versionNumber)
The version of this schema (for sync flow only, in case this is the first version).
versionNumber
- The version of this schema (for sync flow only, in case this is the first version).public Long getVersionNumber()
The version of this schema (for sync flow only, in case this is the first version).
public RegisterSchemaVersionResult withVersionNumber(Long versionNumber)
The version of this schema (for sync flow only, in case this is the first version).
versionNumber
- The version of this schema (for sync flow only, in case this is the first version).public void setStatus(String status)
The status of the schema version.
status
- The status of the schema version.SchemaVersionStatus
public String getStatus()
The status of the schema version.
SchemaVersionStatus
public RegisterSchemaVersionResult withStatus(String status)
The status of the schema version.
status
- The status of the schema version.SchemaVersionStatus
public RegisterSchemaVersionResult withStatus(SchemaVersionStatus status)
The status of the schema version.
status
- The status of the schema version.SchemaVersionStatus
public String toString()
toString
in class Object
Object.toString()
public RegisterSchemaVersionResult clone()