@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaVersionListItem extends Object implements Serializable, Cloneable, StructuredPojo
An object containing the details about a schema version.
Constructor and Description |
---|
SchemaVersionListItem() |
Modifier and Type | Method and Description |
---|---|
SchemaVersionListItem |
clone() |
boolean |
equals(Object obj) |
String |
getCreatedTime()
The date and time the schema version was created.
|
String |
getSchemaArn()
The Amazon Resource Name (ARN) of the schema.
|
String |
getSchemaVersionId()
The unique identifier of the schema version.
|
String |
getStatus()
The status of the schema version.
|
Long |
getVersionNumber()
The version number of the schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTime(String createdTime)
The date and time the schema version was created.
|
void |
setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
void |
setSchemaVersionId(String schemaVersionId)
The unique identifier of the schema version.
|
void |
setStatus(String status)
The status of the schema version.
|
void |
setVersionNumber(Long versionNumber)
The version number of the schema.
|
String |
toString()
Returns a string representation of this object.
|
SchemaVersionListItem |
withCreatedTime(String createdTime)
The date and time the schema version was created.
|
SchemaVersionListItem |
withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
SchemaVersionListItem |
withSchemaVersionId(String schemaVersionId)
The unique identifier of the schema version.
|
SchemaVersionListItem |
withStatus(SchemaVersionStatus status)
The status of the schema version.
|
SchemaVersionListItem |
withStatus(String status)
The status of the schema version.
|
SchemaVersionListItem |
withVersionNumber(Long versionNumber)
The version number of the schema.
|
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 SchemaVersionListItem withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
schemaArn
- The Amazon Resource Name (ARN) of the schema.public void setSchemaVersionId(String schemaVersionId)
The unique identifier of the schema version.
schemaVersionId
- The unique identifier of the schema version.public String getSchemaVersionId()
The unique identifier of the schema version.
public SchemaVersionListItem withSchemaVersionId(String schemaVersionId)
The unique identifier of the schema version.
schemaVersionId
- The unique identifier of the schema version.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 SchemaVersionListItem withVersionNumber(Long versionNumber)
The version number of the schema.
versionNumber
- The version number of the schema.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 SchemaVersionListItem withStatus(String status)
The status of the schema version.
status
- The status of the schema version.SchemaVersionStatus
public SchemaVersionListItem withStatus(SchemaVersionStatus status)
The status of the schema version.
status
- The status of the schema version.SchemaVersionStatus
public void setCreatedTime(String createdTime)
The date and time the schema version was created.
createdTime
- The date and time the schema version was created.public String getCreatedTime()
The date and time the schema version was created.
public SchemaVersionListItem withCreatedTime(String createdTime)
The date and time the schema version was created.
createdTime
- The date and time the schema version was created.public String toString()
toString
in class Object
Object.toString()
public SchemaVersionListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.