@Generated(value="software.amazon.awssdk:codegen") public final class CoreNetworkChangeEventValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CoreNetworkChangeEventValues.Builder,CoreNetworkChangeEventValues>
Describes a core network change event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CoreNetworkChangeEventValues.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attachmentId()
The ID of the attachment if the change event is associated with an attachment.
|
static CoreNetworkChangeEventValues.Builder |
builder() |
String |
cidr()
For a
STATIC_ROUTE event, this is the IP address. |
String |
edgeLocation()
The edge location for the core network change event.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
segmentName()
The segment name if the change event is associated with a segment.
|
static Class<? extends CoreNetworkChangeEventValues.Builder> |
serializableBuilderClass() |
CoreNetworkChangeEventValues.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String edgeLocation()
The edge location for the core network change event.
public final String segmentName()
The segment name if the change event is associated with a segment.
public final String attachmentId()
The ID of the attachment if the change event is associated with an attachment.
public final String cidr()
For a STATIC_ROUTE event, this is the IP address.
STATIC_ROUTE event, this is the IP address.public CoreNetworkChangeEventValues.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CoreNetworkChangeEventValues.Builder,CoreNetworkChangeEventValues>public static CoreNetworkChangeEventValues.Builder builder()
public static Class<? extends CoreNetworkChangeEventValues.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.