@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SqlParameter extends Object implements Serializable, Cloneable, StructuredPojo
A parameter used in a SQL statement.
| Constructor and Description |
|---|
SqlParameter() |
| Modifier and Type | Method and Description |
|---|---|
SqlParameter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the parameter.
|
Field |
getValue()
The value of the parameter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the parameter.
|
void |
setValue(Field value)
The value of the parameter.
|
String |
toString()
Returns a string representation of this object.
|
SqlParameter |
withName(String name)
The name of the parameter.
|
SqlParameter |
withValue(Field value)
The value of the parameter.
|
public void setName(String name)
The name of the parameter.
name - The name of the parameter.public String getName()
The name of the parameter.
public SqlParameter withName(String name)
The name of the parameter.
name - The name of the parameter.public void setValue(Field value)
The value of the parameter.
value - The value of the parameter.public Field getValue()
The value of the parameter.
public SqlParameter withValue(Field value)
The value of the parameter.
value - The value of the parameter.public String toString()
toString in class ObjectObject.toString()public SqlParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.