@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateJobForDevicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateJobForDevicesRequest() |
Modifier and Type | Method and Description |
---|---|
CreateJobForDevicesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getDeviceIds()
ID of target device.
|
DeviceJobConfig |
getDeviceJobConfig()
Configuration settings for a software update job.
|
String |
getJobType()
The type of job to run.
|
int |
hashCode() |
void |
setDeviceIds(Collection<String> deviceIds)
ID of target device.
|
void |
setDeviceJobConfig(DeviceJobConfig deviceJobConfig)
Configuration settings for a software update job.
|
void |
setJobType(String jobType)
The type of job to run.
|
String |
toString()
Returns a string representation of this object.
|
CreateJobForDevicesRequest |
withDeviceIds(Collection<String> deviceIds)
ID of target device.
|
CreateJobForDevicesRequest |
withDeviceIds(String... deviceIds)
ID of target device.
|
CreateJobForDevicesRequest |
withDeviceJobConfig(DeviceJobConfig deviceJobConfig)
Configuration settings for a software update job.
|
CreateJobForDevicesRequest |
withJobType(JobType jobType)
The type of job to run.
|
CreateJobForDevicesRequest |
withJobType(String jobType)
The type of job to run.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDeviceIds(Collection<String> deviceIds)
ID of target device.
deviceIds
- ID of target device.public CreateJobForDevicesRequest withDeviceIds(String... deviceIds)
ID of target device.
NOTE: This method appends the values to the existing list (if any). Use
setDeviceIds(java.util.Collection)
or withDeviceIds(java.util.Collection)
if you want to
override the existing values.
deviceIds
- ID of target device.public CreateJobForDevicesRequest withDeviceIds(Collection<String> deviceIds)
ID of target device.
deviceIds
- ID of target device.public void setDeviceJobConfig(DeviceJobConfig deviceJobConfig)
Configuration settings for a software update job.
deviceJobConfig
- Configuration settings for a software update job.public DeviceJobConfig getDeviceJobConfig()
Configuration settings for a software update job.
public CreateJobForDevicesRequest withDeviceJobConfig(DeviceJobConfig deviceJobConfig)
Configuration settings for a software update job.
deviceJobConfig
- Configuration settings for a software update job.public void setJobType(String jobType)
The type of job to run.
jobType
- The type of job to run.JobType
public String getJobType()
The type of job to run.
JobType
public CreateJobForDevicesRequest withJobType(String jobType)
The type of job to run.
jobType
- The type of job to run.JobType
public CreateJobForDevicesRequest withJobType(JobType jobType)
The type of job to run.
jobType
- The type of job to run.JobType
public String toString()
toString
in class Object
Object.toString()
public CreateJobForDevicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()