Class PeeringTgwInfo
java.lang.Object
software.amazon.awssdk.services.ec2.model.PeeringTgwInfo
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PeeringTgwInfo.Builder,PeeringTgwInfo>
@Generated("software.amazon.awssdk:codegen")
public final class PeeringTgwInfo
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<PeeringTgwInfo.Builder,PeeringTgwInfo>
Information about the transit gateway in the peering attachment.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PeeringTgwInfo.Builderbuilder()final StringThe ID of the core network where the transit gateway peer is located.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringownerId()The ID of the Amazon Web Services account that owns the transit gateway.final Stringregion()The Region of the transit gateway.static Class<? extends PeeringTgwInfo.Builder>final StringtoString()Returns a string representation of this object.final StringThe ID of the transit gateway.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
transitGatewayId
The ID of the transit gateway.
- Returns:
- The ID of the transit gateway.
-
coreNetworkId
The ID of the core network where the transit gateway peer is located.
- Returns:
- The ID of the core network where the transit gateway peer is located.
-
ownerId
The ID of the Amazon Web Services account that owns the transit gateway.
- Returns:
- The ID of the Amazon Web Services account that owns the transit gateway.
-
region
The Region of the transit gateway.
- Returns:
- The Region of the transit gateway.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PeeringTgwInfo.Builder,PeeringTgwInfo>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-