Class TransitGatewayRegistration
- java.lang.Object
-
- software.amazon.awssdk.services.networkmanager.model.TransitGatewayRegistration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TransitGatewayRegistration.Builder,TransitGatewayRegistration>
@Generated("software.amazon.awssdk:codegen") public final class TransitGatewayRegistration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayRegistration.Builder,TransitGatewayRegistration>
Describes the registration of a transit gateway to a global network.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTransitGatewayRegistration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransitGatewayRegistration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringglobalNetworkId()The ID of the global network.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TransitGatewayRegistration.Builder>serializableBuilderClass()TransitGatewayRegistrationStateReasonstate()The state of the transit gateway registration.TransitGatewayRegistration.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtransitGatewayArn()The Amazon Resource Name (ARN) of the transit gateway.-
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
-
globalNetworkId
public final String globalNetworkId()
The ID of the global network.
- Returns:
- The ID of the global network.
-
transitGatewayArn
public final String transitGatewayArn()
The Amazon Resource Name (ARN) of the transit gateway.
- Returns:
- The Amazon Resource Name (ARN) of the transit gateway.
-
state
public final TransitGatewayRegistrationStateReason state()
The state of the transit gateway registration.
- Returns:
- The state of the transit gateway registration.
-
toBuilder
public TransitGatewayRegistration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TransitGatewayRegistration.Builder,TransitGatewayRegistration>
-
builder
public static TransitGatewayRegistration.Builder builder()
-
serializableBuilderClass
public static Class<? extends TransitGatewayRegistration.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.
-
-