@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PeeringTgwInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PeeringTgwInfo.Builder |
builder() |
String |
coreNetworkId()
The ID of the core network where the transit gateway peer is located.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ownerId()
The ID of the Amazon Web Services account that owns the transit gateway.
|
String |
region()
The Region of the transit gateway.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PeeringTgwInfo.Builder> |
serializableBuilderClass() |
PeeringTgwInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayId()
The ID of the transit gateway.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String transitGatewayId()
The ID of the transit gateway.
public final String coreNetworkId()
The ID of the core network where the transit gateway peer is located.
public final String ownerId()
The ID of the Amazon Web Services account that owns the transit gateway.
public final String region()
The Region of the transit gateway.
public PeeringTgwInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PeeringTgwInfo.Builder,PeeringTgwInfo>public static PeeringTgwInfo.Builder builder()
public static Class<? extends PeeringTgwInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.