@Generated(value="software.amazon.awssdk:codegen") public final class ActivityListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActivityListItem.Builder,ActivityListItem>
Contains details about an activity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActivityListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
activityArn()
The Amazon Resource Name (ARN) that identifies the activity.
|
static ActivityListItem.Builder |
builder() |
Instant |
creationDate()
The date the activity is created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the activity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActivityListItem.Builder> |
serializableBuilderClass() |
ActivityListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String activityArn()
The Amazon Resource Name (ARN) that identifies the activity.
public String name()
The name of the activity.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
public Instant creationDate()
The date the activity is created.
public ActivityListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActivityListItem.Builder,ActivityListItem>public static ActivityListItem.Builder builder()
public static Class<? extends ActivityListItem.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.