@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpectrumConfig extends Object implements Serializable, Cloneable, StructuredPojo
Object that describes a spectral Config
.
Constructor and Description |
---|
SpectrumConfig() |
Modifier and Type | Method and Description |
---|---|
SpectrumConfig |
clone() |
boolean |
equals(Object obj) |
FrequencyBandwidth |
getBandwidth()
Bandwidth of a spectral
Config . |
Frequency |
getCenterFrequency()
Center frequency of a spectral
Config . |
String |
getPolarization()
Polarization of a spectral
Config . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral
Config . |
void |
setCenterFrequency(Frequency centerFrequency)
Center frequency of a spectral
Config . |
void |
setPolarization(String polarization)
Polarization of a spectral
Config . |
String |
toString()
Returns a string representation of this object.
|
SpectrumConfig |
withBandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral
Config . |
SpectrumConfig |
withCenterFrequency(Frequency centerFrequency)
Center frequency of a spectral
Config . |
SpectrumConfig |
withPolarization(Polarization polarization)
Polarization of a spectral
Config . |
SpectrumConfig |
withPolarization(String polarization)
Polarization of a spectral
Config . |
public void setBandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral Config
.
bandwidth
- Bandwidth of a spectral Config
.public FrequencyBandwidth getBandwidth()
Bandwidth of a spectral Config
.
Config
.public SpectrumConfig withBandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral Config
.
bandwidth
- Bandwidth of a spectral Config
.public void setCenterFrequency(Frequency centerFrequency)
Center frequency of a spectral Config
.
centerFrequency
- Center frequency of a spectral Config
.public Frequency getCenterFrequency()
Center frequency of a spectral Config
.
Config
.public SpectrumConfig withCenterFrequency(Frequency centerFrequency)
Center frequency of a spectral Config
.
centerFrequency
- Center frequency of a spectral Config
.public void setPolarization(String polarization)
Polarization of a spectral Config
.
polarization
- Polarization of a spectral Config
.Polarization
public String getPolarization()
Polarization of a spectral Config
.
Config
.Polarization
public SpectrumConfig withPolarization(String polarization)
Polarization of a spectral Config
.
polarization
- Polarization of a spectral Config
.Polarization
public SpectrumConfig withPolarization(Polarization polarization)
Polarization of a spectral Config
.
polarization
- Polarization of a spectral Config
.Polarization
public String toString()
toString
in class Object
Object.toString()
public SpectrumConfig 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.