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