@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UplinkSpectrumConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about the uplink spectral Config
.
Constructor and Description |
---|
UplinkSpectrumConfig() |
Modifier and Type | Method and Description |
---|---|
UplinkSpectrumConfig |
clone() |
boolean |
equals(Object obj) |
Frequency |
getCenterFrequency()
Center frequency of an uplink spectral
Config . |
String |
getPolarization()
Polarization of an uplink spectral
Config . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCenterFrequency(Frequency centerFrequency)
Center frequency of an uplink spectral
Config . |
void |
setPolarization(String polarization)
Polarization of an uplink spectral
Config . |
String |
toString()
Returns a string representation of this object.
|
UplinkSpectrumConfig |
withCenterFrequency(Frequency centerFrequency)
Center frequency of an uplink spectral
Config . |
UplinkSpectrumConfig |
withPolarization(Polarization polarization)
Polarization of an uplink spectral
Config . |
UplinkSpectrumConfig |
withPolarization(String polarization)
Polarization of an uplink spectral
Config . |
public void setCenterFrequency(Frequency centerFrequency)
Center frequency of an uplink spectral Config
. Valid values are between 2025 to 2120 MHz.
centerFrequency
- Center frequency of an uplink spectral Config
. Valid values are between 2025 to 2120 MHz.public Frequency getCenterFrequency()
Center frequency of an uplink spectral Config
. Valid values are between 2025 to 2120 MHz.
Config
. Valid values are between 2025 to 2120 MHz.public UplinkSpectrumConfig withCenterFrequency(Frequency centerFrequency)
Center frequency of an uplink spectral Config
. Valid values are between 2025 to 2120 MHz.
centerFrequency
- Center frequency of an uplink spectral Config
. Valid values are between 2025 to 2120 MHz.public void setPolarization(String polarization)
Polarization of an uplink spectral Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.
polarization
- Polarization of an uplink spectral Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.Polarization
public String getPolarization()
Polarization of an uplink spectral Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.
Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.Polarization
public UplinkSpectrumConfig withPolarization(String polarization)
Polarization of an uplink spectral Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.
polarization
- Polarization of an uplink spectral Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.Polarization
public UplinkSpectrumConfig withPolarization(Polarization polarization)
Polarization of an uplink spectral Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.
polarization
- Polarization of an uplink spectral Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.Polarization
public String toString()
toString
in class Object
Object.toString()
public UplinkSpectrumConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.