@Generated(value="software.amazon.awssdk:codegen") public final class ByoipCidrEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ByoipCidrEvent.Builder,ByoipCidrEvent>
A complex type that contains a Message and a Timestamp value for changes that you make in
the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
| Modifier and Type | Class and Description |
|---|---|
static interface |
ByoipCidrEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ByoipCidrEvent.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 that you make in the status of an IP
address range that you bring to Global Accelerator through bring your own IP address (BYOIP). |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ByoipCidrEvent.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
A timestamp for when you make a status change for an IP address range that you bring to Global Accelerator
through bring your own IP address (BYOIP).
|
ByoipCidrEvent.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 that you make in the status of an IP
address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
Event message describing changes that you make in the status of an
IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).public final Instant timestamp()
A timestamp for when you make a status change for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
public ByoipCidrEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ByoipCidrEvent.Builder,ByoipCidrEvent>public static ByoipCidrEvent.Builder builder()
public static Class<? extends ByoipCidrEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.