@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) |
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)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.