@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)
Marshalls this structured data using the given
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.JoinType
public JoinInstruction withType(JoinType type)
Type.
type
- Type.JoinType
public 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 Object
Object.toString()
public JoinInstruction 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.