@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddIngressGatewayBridgeRequest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AddIngressGatewayBridgeRequest() |
Modifier and Type | Method and Description |
---|---|
AddIngressGatewayBridgeRequest |
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.
|
AddIngressGatewayBridgeRequest |
withMaxBitrate(Integer maxBitrate)
The maximum expected bitrate (in bps).
|
AddIngressGatewayBridgeRequest |
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 AddIngressGatewayBridgeRequest 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 AddIngressGatewayBridgeRequest withMaxOutputs(Integer maxOutputs)
maxOutputs
- The maximum number of expected outputs.public String toString()
toString
in class Object
Object.toString()
public AddIngressGatewayBridgeRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.