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