Class DescribeActivityTypeResponse
- 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.DescribeActivityTypeResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeActivityTypeResponse extends SwfResponse implements ToCopyableBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>
Detailed information about an activity type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeActivityTypeResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeActivityTypeResponse.Builderbuilder()ActivityTypeConfigurationconfiguration()The configuration settings registered with the activity type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DescribeActivityTypeResponse.Builder>serializableBuilderClass()DescribeActivityTypeResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.ActivityTypeInfotypeInfo()General information about the activity 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 ActivityTypeInfo typeInfo()
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
- Returns:
- General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo 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 DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
-
-
-
configuration
public final ActivityTypeConfiguration configuration()
The configuration settings registered with the activity type.
- Returns:
- The configuration settings registered with the activity type.
-
toBuilder
public DescribeActivityTypeResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeActivityTypeResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeActivityTypeResponse.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
-
-