@Generated(value="software.amazon.awssdk:codegen") public final class JoinInstruction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JoinInstruction.Builder,JoinInstruction>
Join instruction.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JoinInstruction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JoinInstruction.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
leftOperand()
Left operand.
|
String |
onClause()
On Clause.
|
String |
rightOperand()
Right operand.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JoinInstruction.Builder> |
serializableBuilderClass() |
JoinInstruction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
JoinType |
type()
Type.
|
String |
typeAsString()
Type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String leftOperand()
Left operand.
public String rightOperand()
Right operand.
public JoinType type()
Type.
If the service returns an enum value that is not available in the current SDK version, type will return
JoinType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
JoinTypepublic String typeAsString()
Type.
If the service returns an enum value that is not available in the current SDK version, type will return
JoinType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
JoinTypepublic String onClause()
On Clause.
public JoinInstruction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JoinInstruction.Builder,JoinInstruction>public static JoinInstruction.Builder builder()
public static Class<? extends JoinInstruction.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.