@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, wait
copy
public String transitGatewayId()
The ID of the transit gateway.
public String ownerId()
The AWS account ID of the owner of the transit gateway.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.