@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Eirp extends Object implements Serializable, Cloneable, StructuredPojo
Object that represents EIRP.
| Constructor and Description |
|---|
Eirp() |
| Modifier and Type | Method and Description |
|---|---|
Eirp |
clone() |
boolean |
equals(Object obj) |
String |
getUnits()
Units of an EIRP.
|
Double |
getValue()
Value of an EIRP.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setUnits(String units)
Units of an EIRP.
|
void |
setValue(Double value)
Value of an EIRP.
|
String |
toString()
Returns a string representation of this object.
|
Eirp |
withUnits(EirpUnits units)
Units of an EIRP.
|
Eirp |
withUnits(String units)
Units of an EIRP.
|
Eirp |
withValue(Double value)
Value of an EIRP.
|
public void setUnits(String units)
Units of an EIRP.
units - Units of an EIRP.EirpUnitspublic Eirp withUnits(String units)
Units of an EIRP.
units - Units of an EIRP.EirpUnitspublic Eirp withUnits(EirpUnits units)
Units of an EIRP.
units - Units of an EIRP.EirpUnitspublic void setValue(Double value)
Value of an EIRP.
value - Value of an EIRP.public Double getValue()
Value of an EIRP.
public Eirp withValue(Double value)
Value of an EIRP.
value - Value of an EIRP.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.