Class DescribeWorkflowTypeResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.swf.model.SwfResponse
-
- software.amazon.awssdk.services.swf.model.DescribeWorkflowTypeResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeWorkflowTypeResponse.Builder,DescribeWorkflowTypeResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeWorkflowTypeResponse extends SwfResponse implements ToCopyableBuilder<DescribeWorkflowTypeResponse.Builder,DescribeWorkflowTypeResponse>
Contains details about a workflow type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeWorkflowTypeResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeWorkflowTypeResponse.Builderbuilder()WorkflowTypeConfigurationconfiguration()Configuration settings of the workflow type registered through RegisterWorkflowTypebooleanequals(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 DescribeWorkflowTypeResponse.Builder>serializableBuilderClass()DescribeWorkflowTypeResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.WorkflowTypeInfotypeInfo()General information about the workflow type.-
Methods inherited from class software.amazon.awssdk.services.swf.model.SwfResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
typeInfo
public final WorkflowTypeInfo typeInfo()
General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
-
REGISTERED– The type is registered and available. Workers supporting this type should be running. -
DEPRECATED– The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
- Returns:
- General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
-
REGISTERED– The type is registered and available. Workers supporting this type should be running. -
DEPRECATED– The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
-
-
-
configuration
public final WorkflowTypeConfiguration configuration()
Configuration settings of the workflow type registered through RegisterWorkflowType
- Returns:
- Configuration settings of the workflow type registered through RegisterWorkflowType
-
toBuilder
public DescribeWorkflowTypeResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeWorkflowTypeResponse.Builder,DescribeWorkflowTypeResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeWorkflowTypeResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeWorkflowTypeResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-