@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Orientation extends Object implements Serializable, Cloneable, StructuredPojo
Worker orientation measured in units clockwise from north.
Constructor and Description |
---|
Orientation() |
Modifier and Type | Method and Description |
---|---|
Orientation |
clone() |
boolean |
equals(Object obj) |
Double |
getDegrees()
Degrees, limited on [0, 360)
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDegrees(Double degrees)
Degrees, limited on [0, 360)
|
String |
toString()
Returns a string representation of this object.
|
Orientation |
withDegrees(Double degrees)
Degrees, limited on [0, 360)
|
public void setDegrees(Double degrees)
Degrees, limited on [0, 360)
degrees
- Degrees, limited on [0, 360)public Double getDegrees()
Degrees, limited on [0, 360)
public Orientation withDegrees(Double degrees)
Degrees, limited on [0, 360)
degrees
- Degrees, limited on [0, 360)public String toString()
toString
in class Object
Object.toString()
public Orientation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.