@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AntennaDownlinkDemodDecodeConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
| Constructor and Description |
|---|
AntennaDownlinkDemodDecodeConfig() |
| Modifier and Type | Method and Description |
|---|---|
AntennaDownlinkDemodDecodeConfig |
clone() |
boolean |
equals(Object obj) |
DecodeConfig |
getDecodeConfig()
Information about the decode
Config. |
DemodulationConfig |
getDemodulationConfig()
Information about the demodulation
Config. |
SpectrumConfig |
getSpectrumConfig()
Information about the spectral
Config. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDecodeConfig(DecodeConfig decodeConfig)
Information about the decode
Config. |
void |
setDemodulationConfig(DemodulationConfig demodulationConfig)
Information about the demodulation
Config. |
void |
setSpectrumConfig(SpectrumConfig spectrumConfig)
Information about the spectral
Config. |
String |
toString()
Returns a string representation of this object.
|
AntennaDownlinkDemodDecodeConfig |
withDecodeConfig(DecodeConfig decodeConfig)
Information about the decode
Config. |
AntennaDownlinkDemodDecodeConfig |
withDemodulationConfig(DemodulationConfig demodulationConfig)
Information about the demodulation
Config. |
AntennaDownlinkDemodDecodeConfig |
withSpectrumConfig(SpectrumConfig spectrumConfig)
Information about the spectral
Config. |
public void setDecodeConfig(DecodeConfig decodeConfig)
Information about the decode Config.
decodeConfig - Information about the decode Config.public DecodeConfig getDecodeConfig()
Information about the decode Config.
Config.public AntennaDownlinkDemodDecodeConfig withDecodeConfig(DecodeConfig decodeConfig)
Information about the decode Config.
decodeConfig - Information about the decode Config.public void setDemodulationConfig(DemodulationConfig demodulationConfig)
Information about the demodulation Config.
demodulationConfig - Information about the demodulation Config.public DemodulationConfig getDemodulationConfig()
Information about the demodulation Config.
Config.public AntennaDownlinkDemodDecodeConfig withDemodulationConfig(DemodulationConfig demodulationConfig)
Information about the demodulation Config.
demodulationConfig - Information about the demodulation Config.public void setSpectrumConfig(SpectrumConfig spectrumConfig)
Information about the spectral Config.
spectrumConfig - Information about the spectral Config.public SpectrumConfig getSpectrumConfig()
Information about the spectral Config.
Config.public AntennaDownlinkDemodDecodeConfig withSpectrumConfig(SpectrumConfig spectrumConfig)
Information about the spectral Config.
spectrumConfig - Information about the spectral Config.public String toString()
toString in class ObjectObject.toString()public AntennaDownlinkDemodDecodeConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.