@Generated(value="software.amazon.awssdk:codegen") public class ActivityTypeInfo extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<ActivityTypeInfo.Builder,ActivityTypeInfo>
Detailed information about an activity type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActivityTypeInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
ActivityType |
activityType()
The ActivityType type structure representing the activity type.
|
static ActivityTypeInfo.Builder |
builder() |
Date |
creationDate()
The date and time this activity type was created through RegisterActivityType.
|
Date |
deprecationDate()
If DEPRECATED, the date and time DeprecateActivityType was called.
|
String |
description()
The description of the activity type provided in RegisterActivityType.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends ActivityTypeInfo.Builder> |
serializableBuilderClass() |
String |
status()
The current status of the activity type.
|
ActivityTypeInfo.Builder |
toBuilder() |
String |
toString() |
public ActivityType activityType()
The ActivityType type structure representing the activity type.
public String status()
The current status of the activity type.
RegistrationStatuspublic String description()
The description of the activity type provided in RegisterActivityType.
public Date creationDate()
The date and time this activity type was created through RegisterActivityType.
public Date deprecationDate()
If DEPRECATED, the date and time DeprecateActivityType was called.
public ActivityTypeInfo.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ActivityTypeInfo.Builder,ActivityTypeInfo>public static ActivityTypeInfo.Builder builder()
public static Class<? extends ActivityTypeInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.