@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.
|
Boolean |
getTransmitDisabled()
Whether or not uplink transmit is disabled.
|
int |
hashCode() |
Boolean |
isTransmitDisabled()
Whether or not uplink transmit is disabled.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSpectrumConfig(UplinkSpectrumConfig spectrumConfig)
Information about the uplink spectral
Config . |
void |
setTargetEirp(Eirp targetEirp)
EIRP of the target.
|
void |
setTransmitDisabled(Boolean transmitDisabled)
Whether or not uplink transmit is disabled.
|
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.
|
AntennaUplinkConfig |
withTransmitDisabled(Boolean transmitDisabled)
Whether or not uplink transmit is disabled.
|
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 void setTransmitDisabled(Boolean transmitDisabled)
Whether or not uplink transmit is disabled.
transmitDisabled
- Whether or not uplink transmit is disabled.public Boolean getTransmitDisabled()
Whether or not uplink transmit is disabled.
public AntennaUplinkConfig withTransmitDisabled(Boolean transmitDisabled)
Whether or not uplink transmit is disabled.
transmitDisabled
- Whether or not uplink transmit is disabled.public Boolean isTransmitDisabled()
Whether or not uplink transmit is disabled.
public String toString()
toString
in class Object
Object.toString()
public AntennaUplinkConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.