@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() |
String |
getSchemaVersion()
The version number of the schema
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedDate(Date createdDate) |
void |
setSchemaVersion(String schemaVersion)
The version number of the schema
|
String |
toString()
Returns a string representation of this object.
|
SearchSchemaVersionSummary |
withCreatedDate(Date createdDate) |
SearchSchemaVersionSummary |
withSchemaVersion(String schemaVersion)
The version number of the schema
|
public void setCreatedDate(Date createdDate)
createdDate - public Date getCreatedDate()
public SearchSchemaVersionSummary withCreatedDate(Date createdDate)
createdDate - 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 String toString()
toString in class ObjectObject.toString()public SearchSchemaVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.