@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateIngressGatewayBridgeRequest extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
UpdateIngressGatewayBridgeRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateIngressGatewayBridgeRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxBitrate()
The maximum expected bitrate (in bps).
|
Integer |
getMaxOutputs()
The maximum number of expected outputs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMaxBitrate(Integer maxBitrate)
The maximum expected bitrate (in bps).
|
void |
setMaxOutputs(Integer maxOutputs)
The maximum number of expected outputs.
|
String |
toString()
Returns a string representation of this object.
|
UpdateIngressGatewayBridgeRequest |
withMaxBitrate(Integer maxBitrate)
The maximum expected bitrate (in bps).
|
UpdateIngressGatewayBridgeRequest |
withMaxOutputs(Integer maxOutputs)
The maximum number of expected outputs.
|
public void setMaxBitrate(Integer maxBitrate)
maxBitrate - The maximum expected bitrate (in bps).public Integer getMaxBitrate()
public UpdateIngressGatewayBridgeRequest withMaxBitrate(Integer maxBitrate)
maxBitrate - The maximum expected bitrate (in bps).public void setMaxOutputs(Integer maxOutputs)
maxOutputs - The maximum number of expected outputs.public Integer getMaxOutputs()
public UpdateIngressGatewayBridgeRequest withMaxOutputs(Integer maxOutputs)
maxOutputs - The maximum number of expected outputs.public String toString()
toString in class ObjectObject.toString()public UpdateIngressGatewayBridgeRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.