@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FrequencyBandwidth extends Object implements Serializable, Cloneable, StructuredPojo
Object that describes the frequency bandwidth.
| Constructor and Description |
|---|
FrequencyBandwidth() |
| Modifier and Type | Method and Description |
|---|---|
FrequencyBandwidth |
clone() |
boolean |
equals(Object obj) |
String |
getUnits()
Frequency bandwidth units.
|
Double |
getValue()
Frequency bandwidth value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUnits(String units)
Frequency bandwidth units.
|
void |
setValue(Double value)
Frequency bandwidth value.
|
String |
toString()
Returns a string representation of this object.
|
FrequencyBandwidth |
withUnits(BandwidthUnits units)
Frequency bandwidth units.
|
FrequencyBandwidth |
withUnits(String units)
Frequency bandwidth units.
|
FrequencyBandwidth |
withValue(Double value)
Frequency bandwidth value.
|
public void setUnits(String units)
Frequency bandwidth units.
units - Frequency bandwidth units.BandwidthUnitspublic String getUnits()
Frequency bandwidth units.
BandwidthUnitspublic FrequencyBandwidth withUnits(String units)
Frequency bandwidth units.
units - Frequency bandwidth units.BandwidthUnitspublic FrequencyBandwidth withUnits(BandwidthUnits units)
Frequency bandwidth units.
units - Frequency bandwidth units.BandwidthUnitspublic void setValue(Double value)
Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
value - Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
public Double getValue()
Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
public FrequencyBandwidth withValue(Double value)
Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
value - Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:
For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
public String toString()
toString in class ObjectObject.toString()public FrequencyBandwidth clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.