@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.BandwidthUnits
public String getUnits()
Frequency bandwidth units.
BandwidthUnits
public FrequencyBandwidth withUnits(String units)
Frequency bandwidth units.
units
- Frequency bandwidth units.BandwidthUnits
public FrequencyBandwidth withUnits(BandwidthUnits units)
Frequency bandwidth units.
units
- Frequency bandwidth units.BandwidthUnits
public 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 Object
Object.toString()
public FrequencyBandwidth clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.