@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaListItem extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains minimal details for a schema.
Constructor and Description |
---|
SchemaListItem() |
Modifier and Type | Method and Description |
---|---|
SchemaListItem |
clone() |
boolean |
equals(Object obj) |
String |
getCreatedTime()
The date and time that a schema was created.
|
String |
getDescription()
A description for the schema.
|
String |
getRegistryName()
the name of the registry where the schema resides.
|
String |
getSchemaArn()
The Amazon Resource Name (ARN) for the schema.
|
String |
getSchemaName()
The name of the schema.
|
String |
getSchemaStatus()
The status of the schema.
|
String |
getUpdatedTime()
The date and time that a schema was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTime(String createdTime)
The date and time that a schema was created.
|
void |
setDescription(String description)
A description for the schema.
|
void |
setRegistryName(String registryName)
the name of the registry where the schema resides.
|
void |
setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) for the schema.
|
void |
setSchemaName(String schemaName)
The name of the schema.
|
void |
setSchemaStatus(String schemaStatus)
The status of the schema.
|
void |
setUpdatedTime(String updatedTime)
The date and time that a schema was updated.
|
String |
toString()
Returns a string representation of this object.
|
SchemaListItem |
withCreatedTime(String createdTime)
The date and time that a schema was created.
|
SchemaListItem |
withDescription(String description)
A description for the schema.
|
SchemaListItem |
withRegistryName(String registryName)
the name of the registry where the schema resides.
|
SchemaListItem |
withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) for the schema.
|
SchemaListItem |
withSchemaName(String schemaName)
The name of the schema.
|
SchemaListItem |
withSchemaStatus(SchemaStatus schemaStatus)
The status of the schema.
|
SchemaListItem |
withSchemaStatus(String schemaStatus)
The status of the schema.
|
SchemaListItem |
withUpdatedTime(String updatedTime)
The date and time that a schema was updated.
|
public void setRegistryName(String registryName)
the name of the registry where the schema resides.
registryName
- the name of the registry where the schema resides.public String getRegistryName()
the name of the registry where the schema resides.
public SchemaListItem withRegistryName(String registryName)
the name of the registry where the schema resides.
registryName
- the name of the registry where the schema resides.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 SchemaListItem withSchemaName(String schemaName)
The name of the schema.
schemaName
- The name of the schema.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 SchemaListItem withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) for the schema.
schemaArn
- The Amazon Resource Name (ARN) for the schema.public void setDescription(String description)
A description for the schema.
description
- A description for the schema.public String getDescription()
A description for the schema.
public SchemaListItem withDescription(String description)
A description for the schema.
description
- A description for the schema.public void setSchemaStatus(String schemaStatus)
The status of the schema.
schemaStatus
- The status of the schema.SchemaStatus
public String getSchemaStatus()
The status of the schema.
SchemaStatus
public SchemaListItem withSchemaStatus(String schemaStatus)
The status of the schema.
schemaStatus
- The status of the schema.SchemaStatus
public SchemaListItem withSchemaStatus(SchemaStatus schemaStatus)
The status of the schema.
schemaStatus
- The status of the schema.SchemaStatus
public void setCreatedTime(String createdTime)
The date and time that a schema was created.
createdTime
- The date and time that a schema was created.public String getCreatedTime()
The date and time that a schema was created.
public SchemaListItem withCreatedTime(String createdTime)
The date and time that a schema was created.
createdTime
- The date and time that a schema was created.public void setUpdatedTime(String updatedTime)
The date and time that a schema was updated.
updatedTime
- The date and time that a schema was updated.public String getUpdatedTime()
The date and time that a schema was updated.
public SchemaListItem withUpdatedTime(String updatedTime)
The date and time that a schema was updated.
updatedTime
- The date and time that a schema was updated.public String toString()
toString
in class Object
Object.toString()
public SchemaListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.