@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)
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.
|
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.