@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayConnectPeerAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayConnectPeerAssociation.Builder,TransitGatewayConnectPeerAssociation>
Describes a transit gateway Connect peer association.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransitGatewayConnectPeerAssociation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransitGatewayConnectPeerAssociation.Builder |
builder() |
String |
deviceId()
The ID of the device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalNetworkId()
The ID of the global network.
|
int |
hashCode() |
String |
linkId()
The ID of the link.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayConnectPeerAssociation.Builder> |
serializableBuilderClass() |
TransitGatewayConnectPeerAssociationState |
state()
The state of the association.
|
String |
stateAsString()
The state of the association.
|
TransitGatewayConnectPeerAssociation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayConnectPeerArn()
The Amazon Resource Name (ARN) of the transit gateway Connect peer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String transitGatewayConnectPeerArn()
The Amazon Resource Name (ARN) of the transit gateway Connect peer.
public final String globalNetworkId()
The ID of the global network.
public final String deviceId()
The ID of the device.
public final String linkId()
The ID of the link.
public final TransitGatewayConnectPeerAssociationState state()
The state of the association.
If the service returns an enum value that is not available in the current SDK version, state will return
TransitGatewayConnectPeerAssociationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from stateAsString().
TransitGatewayConnectPeerAssociationStatepublic final String stateAsString()
The state of the association.
If the service returns an enum value that is not available in the current SDK version, state will return
TransitGatewayConnectPeerAssociationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from stateAsString().
TransitGatewayConnectPeerAssociationStatepublic TransitGatewayConnectPeerAssociation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransitGatewayConnectPeerAssociation.Builder,TransitGatewayConnectPeerAssociation>public static TransitGatewayConnectPeerAssociation.Builder builder()
public static Class<? extends TransitGatewayConnectPeerAssociation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.