@Generated(value="software.amazon.awssdk:codegen") public final class DescribeActivityTypeResponse extends SwfResponse implements ToCopyableBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>
Detailed information about an activity type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeActivityTypeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeActivityTypeResponse.Builder |
builder() |
ActivityTypeConfiguration |
configuration()
The configuration settings registered with the activity type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeActivityTypeResponse.Builder> |
serializableBuilderClass() |
DescribeActivityTypeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ActivityTypeInfo |
typeInfo()
General information about the activity type.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
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.
public ActivityTypeConfiguration configuration()
The configuration settings registered with the activity type.
public DescribeActivityTypeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>toBuilder in class AwsResponsepublic static DescribeActivityTypeResponse.Builder builder()
public static Class<? extends DescribeActivityTypeResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.