@Generated(value="software.amazon.awssdk:codegen") public class DescribeActivityTypeResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.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) |
int |
hashCode() |
static Class<? extends DescribeActivityTypeResponse.Builder> |
serializableBuilderClass() |
DescribeActivityTypeResponse.Builder |
toBuilder() |
String |
toString() |
ActivityTypeInfo |
typeInfo()
General information about the activity type.
|
setSdkHttpMetadata, setSdkResponseMetadatapublic ActivityTypeInfo typeInfo()
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
public ActivityTypeConfiguration configuration()
The configuration settings registered with the activity type.
public DescribeActivityTypeResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>public static DescribeActivityTypeResponse.Builder builder()
public static Class<? extends DescribeActivityTypeResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.