@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Job extends Object implements Serializable, Cloneable, StructuredPojo
A job for a device.
Constructor and Description |
---|
Job() |
Modifier and Type | Method and Description |
---|---|
Job |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceId()
The target device's ID.
|
String |
getJobId()
The job's ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeviceId(String deviceId)
The target device's ID.
|
void |
setJobId(String jobId)
The job's ID.
|
String |
toString()
Returns a string representation of this object.
|
Job |
withDeviceId(String deviceId)
The target device's ID.
|
Job |
withJobId(String jobId)
The job's ID.
|
public void setJobId(String jobId)
The job's ID.
jobId
- The job's ID.public String getJobId()
The job's ID.
public Job withJobId(String jobId)
The job's ID.
jobId
- The job's ID.public void setDeviceId(String deviceId)
The target device's ID.
deviceId
- The target device's ID.public String getDeviceId()
The target device's ID.
public Job withDeviceId(String deviceId)
The target device's ID.
deviceId
- The target device's ID.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.