Class CodeGenEdge
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.CodeGenEdge
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CodeGenEdge.Builder,CodeGenEdge>
@Generated("software.amazon.awssdk:codegen") public final class CodeGenEdge extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeGenEdge.Builder,CodeGenEdge>
Represents a directional edge in a directed acyclic graph (DAG).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCodeGenEdge.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CodeGenEdge.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CodeGenEdge.Builder>serializableBuilderClass()Stringsource()The ID of the node at which the edge starts.Stringtarget()The ID of the node at which the edge ends.StringtargetParameter()The target of the edge.CodeGenEdge.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
source
public final String source()
The ID of the node at which the edge starts.
- Returns:
- The ID of the node at which the edge starts.
-
target
public final String target()
The ID of the node at which the edge ends.
- Returns:
- The ID of the node at which the edge ends.
-
targetParameter
public final String targetParameter()
The target of the edge.
- Returns:
- The target of the edge.
-
toBuilder
public CodeGenEdge.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CodeGenEdge.Builder,CodeGenEdge>
-
builder
public static CodeGenEdge.Builder builder()
-
serializableBuilderClass
public static Class<? extends CodeGenEdge.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-