@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListedBridge extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ListedBridge() |
| Modifier and Type | Method and Description |
|---|---|
ListedBridge |
clone() |
boolean |
equals(Object obj) |
String |
getBridgeArn()
The ARN of the bridge.
|
String |
getBridgeState() |
String |
getBridgeType()
The type of the bridge.
|
String |
getName()
The name of the bridge.
|
String |
getPlacementArn()
The ARN of the gateway associated with the bridge.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBridgeArn(String bridgeArn)
The ARN of the bridge.
|
void |
setBridgeState(String bridgeState) |
void |
setBridgeType(String bridgeType)
The type of the bridge.
|
void |
setName(String name)
The name of the bridge.
|
void |
setPlacementArn(String placementArn)
The ARN of the gateway associated with the bridge.
|
String |
toString()
Returns a string representation of this object.
|
ListedBridge |
withBridgeArn(String bridgeArn)
The ARN of the bridge.
|
ListedBridge |
withBridgeState(BridgeState bridgeState) |
ListedBridge |
withBridgeState(String bridgeState) |
ListedBridge |
withBridgeType(String bridgeType)
The type of the bridge.
|
ListedBridge |
withName(String name)
The name of the bridge.
|
ListedBridge |
withPlacementArn(String placementArn)
The ARN of the gateway associated with the bridge.
|
public void setBridgeArn(String bridgeArn)
bridgeArn - The ARN of the bridge.public String getBridgeArn()
public ListedBridge withBridgeArn(String bridgeArn)
bridgeArn - The ARN of the bridge.public void setBridgeState(String bridgeState)
bridgeState - BridgeStatepublic String getBridgeState()
BridgeStatepublic ListedBridge withBridgeState(String bridgeState)
bridgeState - BridgeStatepublic ListedBridge withBridgeState(BridgeState bridgeState)
bridgeState - BridgeStatepublic void setBridgeType(String bridgeType)
bridgeType - The type of the bridge.public String getBridgeType()
public ListedBridge withBridgeType(String bridgeType)
bridgeType - The type of the bridge.public void setName(String name)
name - The name of the bridge.public String getName()
public ListedBridge withName(String name)
name - The name of the bridge.public void setPlacementArn(String placementArn)
placementArn - The ARN of the gateway associated with the bridge.public String getPlacementArn()
public ListedBridge withPlacementArn(String placementArn)
placementArn - The ARN of the gateway associated with the bridge.public String toString()
toString in class ObjectObject.toString()public ListedBridge clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.