@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) |
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 ObjectObject.toString()public Orientation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.