@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) |
boolean |
equalsBySdkFields(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()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ActivityType activityType()
The ActivityType type structure representing the activity type.
public final 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 final 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 final String description()
The description of the activity type provided in RegisterActivityType.
public final Instant creationDate()
The date and time this activity type was created through RegisterActivityType.
public final 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()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.