@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AntennaUplinkConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about the uplink Config of an antenna.
| Constructor and Description |
|---|
AntennaUplinkConfig() |
| Modifier and Type | Method and Description |
|---|---|
AntennaUplinkConfig |
clone() |
boolean |
equals(Object obj) |
UplinkSpectrumConfig |
getSpectrumConfig()
Information about the uplink spectral
Config. |
Eirp |
getTargetEirp()
EIRP of the target.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSpectrumConfig(UplinkSpectrumConfig spectrumConfig)
Information about the uplink spectral
Config. |
void |
setTargetEirp(Eirp targetEirp)
EIRP of the target.
|
String |
toString()
Returns a string representation of this object.
|
AntennaUplinkConfig |
withSpectrumConfig(UplinkSpectrumConfig spectrumConfig)
Information about the uplink spectral
Config. |
AntennaUplinkConfig |
withTargetEirp(Eirp targetEirp)
EIRP of the target.
|
public void setSpectrumConfig(UplinkSpectrumConfig spectrumConfig)
Information about the uplink spectral Config.
spectrumConfig - Information about the uplink spectral Config.public UplinkSpectrumConfig getSpectrumConfig()
Information about the uplink spectral Config.
Config.public AntennaUplinkConfig withSpectrumConfig(UplinkSpectrumConfig spectrumConfig)
Information about the uplink spectral Config.
spectrumConfig - Information about the uplink spectral Config.public void setTargetEirp(Eirp targetEirp)
EIRP of the target.
targetEirp - EIRP of the target.public Eirp getTargetEirp()
EIRP of the target.
public AntennaUplinkConfig withTargetEirp(Eirp targetEirp)
EIRP of the target.
targetEirp - EIRP of the target.public String toString()
toString in class ObjectObject.toString()public AntennaUplinkConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.