@Generated(value="software.amazon.awssdk:codegen") public final class EventTrackerSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventTrackerSummary.Builder,EventTrackerSummary>
Provides a summary of the properties of an event tracker. For a complete listing, call the DescribeEventTracker API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventTrackerSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EventTrackerSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix time) that the event tracker was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventTrackerArn()
The Amazon Resource Name (ARN) of the event tracker.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time (in Unix time) that the event tracker was last updated.
|
String |
name()
The name of the event tracker.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventTrackerSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the event tracker.
|
EventTrackerSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the event tracker.
public final String eventTrackerArn()
The Amazon Resource Name (ARN) of the event tracker.
public final String status()
The status of the event tracker.
An event tracker can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
An event tracker can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
public final Instant creationDateTime()
The date and time (in Unix time) that the event tracker was created.
public final Instant lastUpdatedDateTime()
The date and time (in Unix time) that the event tracker was last updated.
public EventTrackerSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventTrackerSummary.Builder,EventTrackerSummary>public static EventTrackerSummary.Builder builder()
public static Class<? extends EventTrackerSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.