@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Bridge extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Bridge() |
| Modifier and Type | Method and Description |
|---|---|
Bridge |
clone() |
boolean |
equals(Object obj) |
String |
getBridgeArn()
The Amazon Resource Number (ARN) of the bridge.
|
List<MessageDetail> |
getBridgeMessages() |
String |
getBridgeState() |
EgressGatewayBridge |
getEgressGatewayBridge() |
IngressGatewayBridge |
getIngressGatewayBridge() |
String |
getName()
The name of the bridge.
|
List<BridgeOutput> |
getOutputs()
The outputs on this bridge.
|
String |
getPlacementArn()
The placement Amazon Resource Number (ARN) of the bridge.
|
FailoverConfig |
getSourceFailoverConfig() |
List<BridgeSource> |
getSources()
The sources on this bridge.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBridgeArn(String bridgeArn)
The Amazon Resource Number (ARN) of the bridge.
|
void |
setBridgeMessages(Collection<MessageDetail> bridgeMessages) |
void |
setBridgeState(String bridgeState) |
void |
setEgressGatewayBridge(EgressGatewayBridge egressGatewayBridge) |
void |
setIngressGatewayBridge(IngressGatewayBridge ingressGatewayBridge) |
void |
setName(String name)
The name of the bridge.
|
void |
setOutputs(Collection<BridgeOutput> outputs)
The outputs on this bridge.
|
void |
setPlacementArn(String placementArn)
The placement Amazon Resource Number (ARN) of the bridge.
|
void |
setSourceFailoverConfig(FailoverConfig sourceFailoverConfig) |
void |
setSources(Collection<BridgeSource> sources)
The sources on this bridge.
|
String |
toString()
Returns a string representation of this object.
|
Bridge |
withBridgeArn(String bridgeArn)
The Amazon Resource Number (ARN) of the bridge.
|
Bridge |
withBridgeMessages(Collection<MessageDetail> bridgeMessages) |
Bridge |
withBridgeMessages(MessageDetail... bridgeMessages)
NOTE: This method appends the values to the existing list (if any).
|
Bridge |
withBridgeState(BridgeState bridgeState) |
Bridge |
withBridgeState(String bridgeState) |
Bridge |
withEgressGatewayBridge(EgressGatewayBridge egressGatewayBridge) |
Bridge |
withIngressGatewayBridge(IngressGatewayBridge ingressGatewayBridge) |
Bridge |
withName(String name)
The name of the bridge.
|
Bridge |
withOutputs(BridgeOutput... outputs)
The outputs on this bridge.
|
Bridge |
withOutputs(Collection<BridgeOutput> outputs)
The outputs on this bridge.
|
Bridge |
withPlacementArn(String placementArn)
The placement Amazon Resource Number (ARN) of the bridge.
|
Bridge |
withSourceFailoverConfig(FailoverConfig sourceFailoverConfig) |
Bridge |
withSources(BridgeSource... sources)
The sources on this bridge.
|
Bridge |
withSources(Collection<BridgeSource> sources)
The sources on this bridge.
|
public void setBridgeArn(String bridgeArn)
bridgeArn - The Amazon Resource Number (ARN) of the bridge.public String getBridgeArn()
public Bridge withBridgeArn(String bridgeArn)
bridgeArn - The Amazon Resource Number (ARN) of the bridge.public List<MessageDetail> getBridgeMessages()
public void setBridgeMessages(Collection<MessageDetail> bridgeMessages)
bridgeMessages - public Bridge withBridgeMessages(MessageDetail... bridgeMessages)
NOTE: This method appends the values to the existing list (if any). Use
setBridgeMessages(java.util.Collection) or withBridgeMessages(java.util.Collection) if you want
to override the existing values.
bridgeMessages - public Bridge withBridgeMessages(Collection<MessageDetail> bridgeMessages)
bridgeMessages - public void setBridgeState(String bridgeState)
bridgeState - BridgeStatepublic String getBridgeState()
BridgeStatepublic Bridge withBridgeState(String bridgeState)
bridgeState - BridgeStatepublic Bridge withBridgeState(BridgeState bridgeState)
bridgeState - BridgeStatepublic void setEgressGatewayBridge(EgressGatewayBridge egressGatewayBridge)
egressGatewayBridge - public EgressGatewayBridge getEgressGatewayBridge()
public Bridge withEgressGatewayBridge(EgressGatewayBridge egressGatewayBridge)
egressGatewayBridge - public void setIngressGatewayBridge(IngressGatewayBridge ingressGatewayBridge)
ingressGatewayBridge - public IngressGatewayBridge getIngressGatewayBridge()
public Bridge withIngressGatewayBridge(IngressGatewayBridge ingressGatewayBridge)
ingressGatewayBridge - public void setName(String name)
name - The name of the bridge.public String getName()
public Bridge withName(String name)
name - The name of the bridge.public List<BridgeOutput> getOutputs()
public void setOutputs(Collection<BridgeOutput> outputs)
outputs - The outputs on this bridge.public Bridge withOutputs(BridgeOutput... outputs)
NOTE: This method appends the values to the existing list (if any). Use
setOutputs(java.util.Collection) or withOutputs(java.util.Collection) if you want to override
the existing values.
outputs - The outputs on this bridge.public Bridge withOutputs(Collection<BridgeOutput> outputs)
outputs - The outputs on this bridge.public void setPlacementArn(String placementArn)
placementArn - The placement Amazon Resource Number (ARN) of the bridge.public String getPlacementArn()
public Bridge withPlacementArn(String placementArn)
placementArn - The placement Amazon Resource Number (ARN) of the bridge.public void setSourceFailoverConfig(FailoverConfig sourceFailoverConfig)
sourceFailoverConfig - public FailoverConfig getSourceFailoverConfig()
public Bridge withSourceFailoverConfig(FailoverConfig sourceFailoverConfig)
sourceFailoverConfig - public List<BridgeSource> getSources()
public void setSources(Collection<BridgeSource> sources)
sources - The sources on this bridge.public Bridge withSources(BridgeSource... sources)
NOTE: This method appends the values to the existing list (if any). Use
setSources(java.util.Collection) or withSources(java.util.Collection) if you want to override
the existing values.
sources - The sources on this bridge.public Bridge withSources(Collection<BridgeSource> sources)
sources - The sources on this bridge.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.