Class FlowTemplateDescription
- java.lang.Object
-
- software.amazon.awssdk.services.iotthingsgraph.model.FlowTemplateDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowTemplateDescription.Builder,FlowTemplateDescription>
@Generated("software.amazon.awssdk:codegen") public final class FlowTemplateDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowTemplateDescription.Builder,FlowTemplateDescription>
An object that contains a workflow's definition and summary information.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlowTemplateDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowTemplateDescription.Builderbuilder()DefinitionDocumentdefinition()A workflow's definition document.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FlowTemplateDescription.Builder>serializableBuilderClass()FlowTemplateSummarysummary()An object that contains summary information about a workflow.FlowTemplateDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongvalidatedNamespaceVersion()The version of the user's namespace against which the workflow was validated.-
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
-
summary
public final FlowTemplateSummary summary()
An object that contains summary information about a workflow.
- Returns:
- An object that contains summary information about a workflow.
-
definition
public final DefinitionDocument definition()
A workflow's definition document.
- Returns:
- A workflow's definition document.
-
validatedNamespaceVersion
public final Long validatedNamespaceVersion()
The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
- Returns:
- The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
-
toBuilder
public FlowTemplateDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowTemplateDescription.Builder,FlowTemplateDescription>
-
builder
public static FlowTemplateDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlowTemplateDescription.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.
-
-