ToCopyableBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeActivityTypeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>
Detailed information about an activity type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeActivityTypeResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
ActivityTypeInfo |
typeInfo() |
General information about the activity type.
|
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>
public static DescribeActivityTypeResponse.Builder builder()
public static Class<? extends DescribeActivityTypeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.