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