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