@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayPeeringAttachmentOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayPeeringAttachmentOptions.Builder,TransitGatewayPeeringAttachmentOptions>
Describes dynamic routing for the transit gateway peering attachment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransitGatewayPeeringAttachmentOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransitGatewayPeeringAttachmentOptions.Builder |
builder() |
DynamicRoutingValue |
dynamicRouting()
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
|
String |
dynamicRoutingAsString()
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayPeeringAttachmentOptions.Builder> |
serializableBuilderClass() |
TransitGatewayPeeringAttachmentOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DynamicRoutingValue dynamicRouting()
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
If the service returns an enum value that is not available in the current SDK version, dynamicRouting
will return DynamicRoutingValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from dynamicRoutingAsString().
DynamicRoutingValuepublic final String dynamicRoutingAsString()
Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.
If the service returns an enum value that is not available in the current SDK version, dynamicRouting
will return DynamicRoutingValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from dynamicRoutingAsString().
DynamicRoutingValuepublic TransitGatewayPeeringAttachmentOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransitGatewayPeeringAttachmentOptions.Builder,TransitGatewayPeeringAttachmentOptions>public static TransitGatewayPeeringAttachmentOptions.Builder builder()
public static Class<? extends TransitGatewayPeeringAttachmentOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.