@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)
Marshalls this structured data using the given
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.EirpUnits
public Eirp withUnits(String units)
Units of an EIRP.
units
- Units of an EIRP.EirpUnits
public Eirp withUnits(EirpUnits units)
Units of an EIRP.
units
- Units of an EIRP.EirpUnits
public 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 Object
Object.toString()
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.