@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchSchemaVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SearchSchemaVersionSummary() |
| Modifier and Type | Method and Description |
|---|---|
SearchSchemaVersionSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedDate()
The date the schema version was created.
|
String |
getSchemaVersion()
The version number of the schema
|
String |
getType()
The type of schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreatedDate(Date createdDate)
The date the schema version was created.
|
void |
setSchemaVersion(String schemaVersion)
The version number of the schema
|
void |
setType(String type)
The type of schema.
|
String |
toString()
Returns a string representation of this object.
|
SearchSchemaVersionSummary |
withCreatedDate(Date createdDate)
The date the schema version was created.
|
SearchSchemaVersionSummary |
withSchemaVersion(String schemaVersion)
The version number of the schema
|
SearchSchemaVersionSummary |
withType(String type)
The type of schema.
|
SearchSchemaVersionSummary |
withType(Type type)
The type of schema.
|
public void setCreatedDate(Date createdDate)
The date the schema version was created.
createdDate - The date the schema version was created.public Date getCreatedDate()
The date the schema version was created.
public SearchSchemaVersionSummary withCreatedDate(Date createdDate)
The date the schema version was created.
createdDate - The date the schema version was created.public void setSchemaVersion(String schemaVersion)
The version number of the schema
schemaVersion - The version number of the schemapublic String getSchemaVersion()
The version number of the schema
public SearchSchemaVersionSummary withSchemaVersion(String schemaVersion)
The version number of the schema
schemaVersion - The version number of the schemapublic void setType(String type)
The type of schema.
type - The type of schema.Typepublic SearchSchemaVersionSummary withType(String type)
The type of schema.
type - The type of schema.Typepublic SearchSchemaVersionSummary withType(Type type)
The type of schema.
type - The type of schema.Typepublic String toString()
toString in class ObjectObject.toString()public SearchSchemaVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.