@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateJobForDevicesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateJobForDevicesResult() |
Modifier and Type | Method and Description |
---|---|
CreateJobForDevicesResult |
clone() |
boolean |
equals(Object obj) |
List<Job> |
getJobs()
A list of jobs.
|
int |
hashCode() |
void |
setJobs(Collection<Job> jobs)
A list of jobs.
|
String |
toString()
Returns a string representation of this object.
|
CreateJobForDevicesResult |
withJobs(Collection<Job> jobs)
A list of jobs.
|
CreateJobForDevicesResult |
withJobs(Job... jobs)
A list of jobs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobs(Collection<Job> jobs)
A list of jobs.
jobs
- A list of jobs.public CreateJobForDevicesResult withJobs(Job... jobs)
A list of jobs.
NOTE: This method appends the values to the existing list (if any). Use
setJobs(java.util.Collection)
or withJobs(java.util.Collection)
if you want to override the
existing values.
jobs
- A list of jobs.public CreateJobForDevicesResult withJobs(Collection<Job> jobs)
A list of jobs.
jobs
- A list of jobs.public String toString()
toString
in class Object
Object.toString()
public CreateJobForDevicesResult clone()