Class CoreNetworkChangeEventValues
- java.lang.Object
-
- software.amazon.awssdk.services.networkmanager.model.CoreNetworkChangeEventValues
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CoreNetworkChangeEventValues.Builder,CoreNetworkChangeEventValues>
@Generated("software.amazon.awssdk:codegen") public final class CoreNetworkChangeEventValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CoreNetworkChangeEventValues.Builder,CoreNetworkChangeEventValues>
Describes a core network change event.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCoreNetworkChangeEventValues.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringattachmentId()The ID of the attachment if the change event is associated with an attachment.static CoreNetworkChangeEventValues.Builderbuilder()Stringcidr()For aSTATIC_ROUTEevent, this is the IP address.StringedgeLocation()The edge location for the core network change event.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsegmentName()The segment name if the change event is associated with a segment.static Class<? extends CoreNetworkChangeEventValues.Builder>serializableBuilderClass()CoreNetworkChangeEventValues.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
edgeLocation
public final String edgeLocation()
The edge location for the core network change event.
- Returns:
- The edge location for the core network change event.
-
segmentName
public final String segmentName()
The segment name if the change event is associated with a segment.
- Returns:
- The segment name if the change event is associated with a segment.
-
attachmentId
public final String attachmentId()
The ID of the attachment if the change event is associated with an attachment.
- Returns:
- The ID of the attachment if the change event is associated with an attachment.
-
cidr
public final String cidr()
For a
STATIC_ROUTEevent, this is the IP address.- Returns:
- For a
STATIC_ROUTEevent, this is the IP address.
-
toBuilder
public CoreNetworkChangeEventValues.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CoreNetworkChangeEventValues.Builder,CoreNetworkChangeEventValues>
-
builder
public static CoreNetworkChangeEventValues.Builder builder()
-
serializableBuilderClass
public static Class<? extends CoreNetworkChangeEventValues.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-