@Generated(value="software.amazon.awssdk:codegen") public final class ActionHistory extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionHistory.Builder,ActionHistory>
The historical records for a budget action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionHistory.Builder |
| Modifier and Type | Method and Description |
|---|---|
ActionHistoryDetails |
actionHistoryDetails()
The description of the details for the event.
|
static ActionHistory.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EventType |
eventType()
This distinguishes between whether the events are triggered by the user or are generated by the system.
|
String |
eventTypeAsString()
This distinguishes between whether the events are triggered by the user or are generated by the system.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActionHistory.Builder> |
serializableBuilderClass() |
ActionStatus |
status()
The status of action at the time of the event.
|
String |
statusAsString()
The status of action at the time of the event.
|
Instant |
timestamp()
Returns the value of the Timestamp property for this object.
|
ActionHistory.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant timestamp()
public final ActionStatus status()
The status of action at the time of the event.
If the service returns an enum value that is not available in the current SDK version, status will
return ActionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ActionStatuspublic final String statusAsString()
The status of action at the time of the event.
If the service returns an enum value that is not available in the current SDK version, status will
return ActionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ActionStatuspublic final EventType eventType()
This distinguishes between whether the events are triggered by the user or are generated by the system.
If the service returns an enum value that is not available in the current SDK version, eventType will
return EventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventTypeAsString().
EventTypepublic final String eventTypeAsString()
This distinguishes between whether the events are triggered by the user or are generated by the system.
If the service returns an enum value that is not available in the current SDK version, eventType will
return EventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventTypeAsString().
EventTypepublic final ActionHistoryDetails actionHistoryDetails()
The description of the details for the event.
public ActionHistory.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionHistory.Builder,ActionHistory>public static ActionHistory.Builder builder()
public static Class<? extends ActionHistory.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.