@Generated(value="software.amazon.awssdk:codegen") public final class AcceleratorEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AcceleratorEvent.Builder,AcceleratorEvent>
A complex type that contains a Timestamp value and Message for changes that you make to an
accelerator in Global Accelerator. Messages stored here provide progress or error information when you update an
accelerator from IPv4 to dual-stack, or from dual-stack to IPv4. Global Accelerator stores a maximum of ten event
messages.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AcceleratorEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AcceleratorEvent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A string that contains an
Event message describing changes or errors when you update an accelerator
in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AcceleratorEvent.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to
IPv4.
|
AcceleratorEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String message()
A string that contains an Event message describing changes or errors when you update an accelerator
in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
Event message describing changes or errors when you update an
accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.public final Instant timestamp()
A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
public AcceleratorEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AcceleratorEvent.Builder,AcceleratorEvent>public static AcceleratorEvent.Builder builder()
public static Class<? extends AcceleratorEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.