@Generated(value="software.amazon.awssdk:codegen") public final class ListedBridge extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListedBridge.Builder,ListedBridge>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListedBridge.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bridgeArn()
The ARN of the bridge.
|
BridgeState |
bridgeState()
Returns the value of the BridgeState property for this object.
|
String |
bridgeStateAsString()
Returns the value of the BridgeState property for this object.
|
String |
bridgeType()
The type of the bridge.
|
static ListedBridge.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the bridge.
|
String |
placementArn()
The ARN of the gateway associated with the bridge.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListedBridge.Builder> |
serializableBuilderClass() |
ListedBridge.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bridgeArn()
public final BridgeState bridgeState()
If the service returns an enum value that is not available in the current SDK version, bridgeState will
return BridgeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
bridgeStateAsString().
BridgeStatepublic final String bridgeStateAsString()
If the service returns an enum value that is not available in the current SDK version, bridgeState will
return BridgeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
bridgeStateAsString().
BridgeStatepublic final String bridgeType()
public final String name()
public final String placementArn()
public ListedBridge.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListedBridge.Builder,ListedBridge>public static ListedBridge.Builder builder()
public static Class<? extends ListedBridge.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.