@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)
Marshalls this structured data using the given
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.