@Generated(value="software.amazon.awssdk:codegen") public final class Bridge extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Bridge.Builder,Bridge>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Bridge.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bridgeArn()
The Amazon Resource Number (ARN) of the bridge.
|
List<MessageDetail> |
bridgeMessages()
Returns the value of the BridgeMessages property for this object.
|
BridgeState |
bridgeState()
Returns the value of the BridgeState property for this object.
|
String |
bridgeStateAsString()
Returns the value of the BridgeState property for this object.
|
static Bridge.Builder |
builder() |
EgressGatewayBridge |
egressGatewayBridge()
Returns the value of the EgressGatewayBridge property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasBridgeMessages()
For responses, this returns true if the service returned a value for the BridgeMessages property.
|
int |
hashCode() |
boolean |
hasOutputs()
For responses, this returns true if the service returned a value for the Outputs property.
|
boolean |
hasSources()
For responses, this returns true if the service returned a value for the Sources property.
|
IngressGatewayBridge |
ingressGatewayBridge()
Returns the value of the IngressGatewayBridge property for this object.
|
String |
name()
The name of the bridge.
|
List<BridgeOutput> |
outputs()
The outputs on this bridge.
|
String |
placementArn()
The placement Amazon Resource Number (ARN) of the bridge.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Bridge.Builder> |
serializableBuilderClass() |
FailoverConfig |
sourceFailoverConfig()
Returns the value of the SourceFailoverConfig property for this object.
|
List<BridgeSource> |
sources()
The sources on this bridge.
|
Bridge.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bridgeArn()
public final boolean hasBridgeMessages()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<MessageDetail> bridgeMessages()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasBridgeMessages() method.
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 EgressGatewayBridge egressGatewayBridge()
public final IngressGatewayBridge ingressGatewayBridge()
public final String name()
public final boolean hasOutputs()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<BridgeOutput> outputs()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasOutputs() method.
public final String placementArn()
public final FailoverConfig sourceFailoverConfig()
public final boolean hasSources()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<BridgeSource> sources()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSources() method.
public Bridge.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Bridge.Builder,Bridge>public static Bridge.Builder builder()
public static Class<? extends Bridge.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.