Class CoreNetworkChangeEvent
- java.lang.Object
-
- software.amazon.awssdk.services.networkmanager.model.CoreNetworkChangeEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CoreNetworkChangeEvent.Builder,CoreNetworkChangeEvent>
@Generated("software.amazon.awssdk:codegen") public final class CoreNetworkChangeEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CoreNetworkChangeEvent.Builder,CoreNetworkChangeEvent>
Describes a core network change event. This can be a change to a segment, attachment, route, etc.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCoreNetworkChangeEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeActionaction()The action taken for the change event.StringactionAsString()The action taken for the change event.static CoreNetworkChangeEvent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)InstanteventTime()The timestamp for an event change in status.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentifierPath()Uniquely identifies the path for a change within the changeset.List<SdkField<?>>sdkFields()static Class<? extends CoreNetworkChangeEvent.Builder>serializableBuilderClass()ChangeStatusstatus()The status of the core network change event.StringstatusAsString()The status of the core network change event.CoreNetworkChangeEvent.BuildertoBuilder()StringtoString()Returns a string representation of this object.ChangeTypetype()Describes the type of change event.StringtypeAsString()Describes the type of change event.CoreNetworkChangeEventValuesvalues()Details of the change event.-
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
-
type
public final ChangeType type()
Describes the type of change event.
If the service returns an enum value that is not available in the current SDK version,
typewill returnChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Describes the type of change event.
- See Also:
ChangeType
-
typeAsString
public final String typeAsString()
Describes the type of change event.
If the service returns an enum value that is not available in the current SDK version,
typewill returnChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Describes the type of change event.
- See Also:
ChangeType
-
action
public final ChangeAction action()
The action taken for the change event.
If the service returns an enum value that is not available in the current SDK version,
actionwill returnChangeAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionAsString().- Returns:
- The action taken for the change event.
- See Also:
ChangeAction
-
actionAsString
public final String actionAsString()
The action taken for the change event.
If the service returns an enum value that is not available in the current SDK version,
actionwill returnChangeAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionAsString().- Returns:
- The action taken for the change event.
- See Also:
ChangeAction
-
identifierPath
public final String identifierPath()
Uniquely identifies the path for a change within the changeset. For example, the
IdentifierPathfor a core network segment change might be"CORE_NETWORK_SEGMENT/us-east-1/devsegment".- Returns:
- Uniquely identifies the path for a change within the changeset. For example, the
IdentifierPathfor a core network segment change might be"CORE_NETWORK_SEGMENT/us-east-1/devsegment".
-
eventTime
public final Instant eventTime()
The timestamp for an event change in status.
- Returns:
- The timestamp for an event change in status.
-
status
public final ChangeStatus status()
The status of the core network change event.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnChangeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the core network change event.
- See Also:
ChangeStatus
-
statusAsString
public final String statusAsString()
The status of the core network change event.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnChangeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the core network change event.
- See Also:
ChangeStatus
-
values
public final CoreNetworkChangeEventValues values()
Details of the change event.
- Returns:
- Details of the change event.
-
toBuilder
public CoreNetworkChangeEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CoreNetworkChangeEvent.Builder,CoreNetworkChangeEvent>
-
builder
public static CoreNetworkChangeEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends CoreNetworkChangeEvent.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.
-
-