@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JoinInstruction extends Object implements Serializable, Cloneable, StructuredPojo
Join instruction.
| Constructor and Description |
|---|
JoinInstruction() |
| Modifier and Type | Method and Description |
|---|---|
JoinInstruction |
clone() |
boolean |
equals(Object obj) |
String |
getLeftOperand()
Left operand.
|
String |
getOnClause()
On Clause.
|
String |
getRightOperand()
Right operand.
|
String |
getType()
Type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLeftOperand(String leftOperand)
Left operand.
|
void |
setOnClause(String onClause)
On Clause.
|
void |
setRightOperand(String rightOperand)
Right operand.
|
void |
setType(String type)
Type.
|
String |
toString()
Returns a string representation of this object.
|
JoinInstruction |
withLeftOperand(String leftOperand)
Left operand.
|
JoinInstruction |
withOnClause(String onClause)
On Clause.
|
JoinInstruction |
withRightOperand(String rightOperand)
Right operand.
|
JoinInstruction |
withType(JoinType type)
Type.
|
JoinInstruction |
withType(String type)
Type.
|
public void setLeftOperand(String leftOperand)
Left operand.
leftOperand - Left operand.public String getLeftOperand()
Left operand.
public JoinInstruction withLeftOperand(String leftOperand)
Left operand.
leftOperand - Left operand.public void setRightOperand(String rightOperand)
Right operand.
rightOperand - Right operand.public String getRightOperand()
Right operand.
public JoinInstruction withRightOperand(String rightOperand)
Right operand.
rightOperand - Right operand.public JoinInstruction withType(String type)
Type.
type - Type.JoinTypepublic JoinInstruction withType(JoinType type)
Type.
type - Type.JoinTypepublic void setOnClause(String onClause)
On Clause.
onClause - On Clause.public String getOnClause()
On Clause.
public JoinInstruction withOnClause(String onClause)
On Clause.
onClause - On Clause.public String toString()
toString in class ObjectObject.toString()public JoinInstruction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.