Class AssociatedCoreNetwork
- java.lang.Object
-
- software.amazon.awssdk.services.directconnect.model.AssociatedCoreNetwork
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssociatedCoreNetwork.Builder,AssociatedCoreNetwork>
@Generated("software.amazon.awssdk:codegen") public final class AssociatedCoreNetwork extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociatedCoreNetwork.Builder,AssociatedCoreNetwork>
The Amazon Web Services Cloud WAN core network that the Direct Connect attachment is associated with.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssociatedCoreNetwork.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringattachmentId()the ID of the Direct Connect attachmentstatic AssociatedCoreNetwork.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the Cloud WAN core network.StringownerAccount()The account owner of the Cloud WAN core network.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AssociatedCoreNetwork.Builder>serializableBuilderClass()AssociatedCoreNetwork.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
-
id
public final String id()
The ID of the Cloud WAN core network.
- Returns:
- The ID of the Cloud WAN core network.
-
ownerAccount
public final String ownerAccount()
The account owner of the Cloud WAN core network.
- Returns:
- The account owner of the Cloud WAN core network.
-
attachmentId
public final String attachmentId()
the ID of the Direct Connect attachment
- Returns:
- the ID of the Direct Connect attachment
-
toBuilder
public AssociatedCoreNetwork.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociatedCoreNetwork.Builder,AssociatedCoreNetwork>
-
builder
public static AssociatedCoreNetwork.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssociatedCoreNetwork.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-