Class CoreNetworkChange
- java.lang.Object
-
- software.amazon.awssdk.services.networkmanager.model.CoreNetworkChange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CoreNetworkChange.Builder,CoreNetworkChange>
@Generated("software.amazon.awssdk:codegen") public final class CoreNetworkChange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CoreNetworkChange.Builder,CoreNetworkChange>
Details describing a core network change.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCoreNetworkChange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeActionaction()The action to take for a core network.StringactionAsString()The action to take for a core network.static CoreNetworkChange.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentifier()The resource identifier.StringidentifierPath()Uniquely identifies the path for a change within the changeset.CoreNetworkChangeValuesnewValues()The new value for a core networkCoreNetworkChangeValuespreviousValues()The previous values for a core network.List<SdkField<?>>sdkFields()static Class<? extends CoreNetworkChange.Builder>serializableBuilderClass()CoreNetworkChange.BuildertoBuilder()StringtoString()Returns a string representation of this object.ChangeTypetype()The type of change.StringtypeAsString()The type of change.-
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()
The type of change.
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:
- The type of change.
- See Also:
ChangeType
-
typeAsString
public final String typeAsString()
The type of change.
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:
- The type of change.
- See Also:
ChangeType
-
action
public final ChangeAction action()
The action to take for a core network.
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 to take for a core network.
- See Also:
ChangeAction
-
actionAsString
public final String actionAsString()
The action to take for a core network.
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 to take for a core network.
- See Also:
ChangeAction
-
identifier
public final String identifier()
The resource identifier.
- Returns:
- The resource identifier.
-
previousValues
public final CoreNetworkChangeValues previousValues()
The previous values for a core network.
- Returns:
- The previous values for a core network.
-
newValues
public final CoreNetworkChangeValues newValues()
The new value for a core network
- Returns:
- The new value for a core network
-
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".
-
toBuilder
public CoreNetworkChange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CoreNetworkChange.Builder,CoreNetworkChange>
-
builder
public static CoreNetworkChange.Builder builder()
-
serializableBuilderClass
public static Class<? extends CoreNetworkChange.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.
-
-