@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() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ownerId()
The AWS account ID of the owner of 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 ownerId()
The AWS account ID of the owner of 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 © 2021. All rights reserved.