@Generated(value="software.amazon.awssdk:codegen") public final class ActivityTypeInfo extends Object implements SdkPojo, Serializable, 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() |
Instant |
creationDate()
The date and time this activity type was created through RegisterActivityType.
|
Instant |
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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActivityTypeInfo.Builder> |
serializableBuilderClass() |
RegistrationStatus |
status()
The current status of the activity type.
|
String |
statusAsString()
The current status of the activity type.
|
ActivityTypeInfo.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ActivityType activityType()
The ActivityType type structure representing the activity type.
public RegistrationStatus status()
The current status of the activity type.
If the service returns an enum value that is not available in the current SDK version, status will
return RegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RegistrationStatuspublic String statusAsString()
The current status of the activity type.
If the service returns an enum value that is not available in the current SDK version, status will
return RegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RegistrationStatuspublic String description()
The description of the activity type provided in RegisterActivityType.
public Instant creationDate()
The date and time this activity type was created through RegisterActivityType.
public Instant deprecationDate()
If DEPRECATED, the date and time DeprecateActivityType was called.
public ActivityTypeInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActivityTypeInfo.Builder,ActivityTypeInfo>public static ActivityTypeInfo.Builder builder()
public static Class<? extends ActivityTypeInfo.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.