@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBridgeOutputRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateBridgeOutputRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBridgeOutputRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBridgeArn()
The ARN of the bridge that you want to update.
|
UpdateBridgeNetworkOutputRequest |
getNetworkOutput() |
String |
getOutputName()
The name of the bridge output that you want to update.
|
int |
hashCode() |
void |
setBridgeArn(String bridgeArn)
The ARN of the bridge that you want to update.
|
void |
setNetworkOutput(UpdateBridgeNetworkOutputRequest networkOutput) |
void |
setOutputName(String outputName)
The name of the bridge output that you want to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBridgeOutputRequest |
withBridgeArn(String bridgeArn)
The ARN of the bridge that you want to update.
|
UpdateBridgeOutputRequest |
withNetworkOutput(UpdateBridgeNetworkOutputRequest networkOutput) |
UpdateBridgeOutputRequest |
withOutputName(String outputName)
The name of the bridge output that you want to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBridgeArn(String bridgeArn)
bridgeArn
- The ARN of the bridge that you want to update.public String getBridgeArn()
public UpdateBridgeOutputRequest withBridgeArn(String bridgeArn)
bridgeArn
- The ARN of the bridge that you want to update.public void setNetworkOutput(UpdateBridgeNetworkOutputRequest networkOutput)
networkOutput
- public UpdateBridgeNetworkOutputRequest getNetworkOutput()
public UpdateBridgeOutputRequest withNetworkOutput(UpdateBridgeNetworkOutputRequest networkOutput)
networkOutput
- public void setOutputName(String outputName)
outputName
- The name of the bridge output that you want to update.public String getOutputName()
public UpdateBridgeOutputRequest withOutputName(String outputName)
outputName
- The name of the bridge output that you want to update.public String toString()
toString
in class Object
Object.toString()
public UpdateBridgeOutputRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()