@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryLanguageVersion extends Object implements Serializable, Cloneable, StructuredPojo
Structure for expressing the query language version.
Constructor and Description |
---|
QueryLanguageVersion() |
Modifier and Type | Method and Description |
---|---|
QueryLanguageVersion |
clone() |
boolean |
equals(Object obj) |
String |
getVersion()
The version of the query language.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setVersion(String version)
The version of the query language.
|
String |
toString()
Returns a string representation of this object.
|
QueryLanguageVersion |
withVersion(String version)
The version of the query language.
|
public void setVersion(String version)
The version of the query language.
version
- The version of the query language.public String getVersion()
The version of the query language.
public QueryLanguageVersion withVersion(String version)
The version of the query language.
version
- The version of the query language.public String toString()
toString
in class Object
Object.toString()
public QueryLanguageVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.