@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public SqlParameter 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.