@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBridgeOutputResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateBridgeOutputResult() |
Modifier and Type | Method and Description |
---|---|
UpdateBridgeOutputResult |
clone() |
boolean |
equals(Object obj) |
String |
getBridgeArn()
The Amazon Resource Number (ARN) of the bridge.
|
BridgeOutput |
getOutput()
The output that you updated.
|
int |
hashCode() |
void |
setBridgeArn(String bridgeArn)
The Amazon Resource Number (ARN) of the bridge.
|
void |
setOutput(BridgeOutput output)
The output that you updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBridgeOutputResult |
withBridgeArn(String bridgeArn)
The Amazon Resource Number (ARN) of the bridge.
|
UpdateBridgeOutputResult |
withOutput(BridgeOutput output)
The output that you updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBridgeArn(String bridgeArn)
bridgeArn
- The Amazon Resource Number (ARN) of the bridge.public String getBridgeArn()
public UpdateBridgeOutputResult withBridgeArn(String bridgeArn)
bridgeArn
- The Amazon Resource Number (ARN) of the bridge.public void setOutput(BridgeOutput output)
output
- The output that you updated.public BridgeOutput getOutput()
public UpdateBridgeOutputResult withOutput(BridgeOutput output)
output
- The output that you updated.public String toString()
toString
in class Object
Object.toString()
public UpdateBridgeOutputResult clone()