@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddBridgeOutputsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AddBridgeOutputsResult() |
Modifier and Type | Method and Description |
---|---|
AddBridgeOutputsResult |
clone() |
boolean |
equals(Object obj) |
String |
getBridgeArn()
The Amazon Resource Number (ARN) of the bridge.
|
List<BridgeOutput> |
getOutputs()
The outputs that you added to this bridge.
|
int |
hashCode() |
void |
setBridgeArn(String bridgeArn)
The Amazon Resource Number (ARN) of the bridge.
|
void |
setOutputs(Collection<BridgeOutput> outputs)
The outputs that you added to this bridge.
|
String |
toString()
Returns a string representation of this object.
|
AddBridgeOutputsResult |
withBridgeArn(String bridgeArn)
The Amazon Resource Number (ARN) of the bridge.
|
AddBridgeOutputsResult |
withOutputs(BridgeOutput... outputs)
The outputs that you added to this bridge.
|
AddBridgeOutputsResult |
withOutputs(Collection<BridgeOutput> outputs)
The outputs that you added to this bridge.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBridgeArn(String bridgeArn)
bridgeArn
- The Amazon Resource Number (ARN) of the bridge.public String getBridgeArn()
public AddBridgeOutputsResult withBridgeArn(String bridgeArn)
bridgeArn
- The Amazon Resource Number (ARN) of the bridge.public List<BridgeOutput> getOutputs()
public void setOutputs(Collection<BridgeOutput> outputs)
outputs
- The outputs that you added to this bridge.public AddBridgeOutputsResult 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 that you added to this bridge.public AddBridgeOutputsResult withOutputs(Collection<BridgeOutput> outputs)
outputs
- The outputs that you added to this bridge.public String toString()
toString
in class Object
Object.toString()
public AddBridgeOutputsResult clone()