@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)
Marshalls this structured data using the given
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
- BridgeState
public String getBridgeState()
BridgeState
public ListedBridge withBridgeState(String bridgeState)
bridgeState
- BridgeState
public ListedBridge withBridgeState(BridgeState bridgeState)
bridgeState
- BridgeState
public 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 Object
Object.toString()
public ListedBridge clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.