@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.Type
public SearchSchemaVersionSummary withType(String type)
The type of schema.
type
- The type of schema.Type
public SearchSchemaVersionSummary withType(Type type)
The type of schema.
type
- The type of schema.Type
public String toString()
toString
in class Object
Object.toString()
public SearchSchemaVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.