@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()
Returns the value of the CoreNetworkId property for this object.
|
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, wait
copy
public final String transitGatewayId()
The ID of the transit gateway.
public final String coreNetworkId()
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 SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.