Class ListedWorkflow
- java.lang.Object
-
- software.amazon.awssdk.services.transfer.model.ListedWorkflow
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListedWorkflow.Builder,ListedWorkflow>
@Generated("software.amazon.awssdk:codegen") public final class ListedWorkflow extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListedWorkflow.Builder,ListedWorkflow>
Contains the identifier, text description, and Amazon Resource Name (ARN) for the workflow.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListedWorkflow.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()Specifies the unique Amazon Resource Name (ARN) for the workflow.static ListedWorkflow.Builderbuilder()Stringdescription()Specifies the text description for the workflow.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 ListedWorkflow.Builder>serializableBuilderClass()ListedWorkflow.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkflowId()A unique identifier for the workflow.-
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
-
workflowId
public final String workflowId()
A unique identifier for the workflow.
- Returns:
- A unique identifier for the workflow.
-
description
public final String description()
Specifies the text description for the workflow.
- Returns:
- Specifies the text description for the workflow.
-
arn
public final String arn()
Specifies the unique Amazon Resource Name (ARN) for the workflow.
- Returns:
- Specifies the unique Amazon Resource Name (ARN) for the workflow.
-
toBuilder
public ListedWorkflow.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListedWorkflow.Builder,ListedWorkflow>
-
builder
public static ListedWorkflow.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListedWorkflow.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
-
-