Class CoreNetworkNetworkFunctionGroupIdentifier
- java.lang.Object
-
- software.amazon.awssdk.services.networkmanager.model.CoreNetworkNetworkFunctionGroupIdentifier
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CoreNetworkNetworkFunctionGroupIdentifier.Builder,CoreNetworkNetworkFunctionGroupIdentifier>
@Generated("software.amazon.awssdk:codegen") public final class CoreNetworkNetworkFunctionGroupIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CoreNetworkNetworkFunctionGroupIdentifier.Builder,CoreNetworkNetworkFunctionGroupIdentifier>
Describes a core network
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCoreNetworkNetworkFunctionGroupIdentifier.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CoreNetworkNetworkFunctionGroupIdentifier.Builderbuilder()StringcoreNetworkId()The ID of the core network.StringedgeLocation()The location for the core network edge.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnetworkFunctionGroupName()The network function group name.List<SdkField<?>>sdkFields()static Class<? extends CoreNetworkNetworkFunctionGroupIdentifier.Builder>serializableBuilderClass()CoreNetworkNetworkFunctionGroupIdentifier.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
-
coreNetworkId
public final String coreNetworkId()
The ID of the core network.
- Returns:
- The ID of the core network.
-
networkFunctionGroupName
public final String networkFunctionGroupName()
The network function group name.
- Returns:
- The network function group name.
-
edgeLocation
public final String edgeLocation()
The location for the core network edge.
- Returns:
- The location for the core network edge.
-
toBuilder
public CoreNetworkNetworkFunctionGroupIdentifier.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CoreNetworkNetworkFunctionGroupIdentifier.Builder,CoreNetworkNetworkFunctionGroupIdentifier>
-
builder
public static CoreNetworkNetworkFunctionGroupIdentifier.Builder builder()
-
serializableBuilderClass
public static Class<? extends CoreNetworkNetworkFunctionGroupIdentifier.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.
-
-