@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
CreateJobRequest () |
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
RequestDetails |
getDetails ()
The details for the CreateJob request.
|
String |
getType ()
The type of job to be created.
|
int |
hashCode () |
void |
setDetails (RequestDetails details)
The details for the CreateJob request.
|
void |
setType (String type)
The type of job to be created.
|
String |
toString ()
Returns a string representation of this object.
|
CreateJobRequest |
withDetails (RequestDetails details)
The details for the CreateJob request.
|
CreateJobRequest |
withType (String type)
The type of job to be created.
|
CreateJobRequest |
withType (Type type)
The type of job to be created.
|
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 CreateJobRequest()
public void setDetails(RequestDetails details)
The details for the CreateJob request.
details - The details for the CreateJob request.public RequestDetails getDetails()
The details for the CreateJob request.
public CreateJobRequest withDetails(RequestDetails details)
The details for the CreateJob request.
details - The details for the CreateJob request.public void setType(String type)
The type of job to be created.
type - The type of job to be created.Type public String getType()
The type of job to be created.
Type public CreateJobRequest withType(String type)
The type of job to be created.
type - The type of job to be created.Type public CreateJobRequest withType(Type type)
The type of job to be created.
type - The type of job to be created.Type public String toString()
toString in class Object Object.toString() public CreateJobRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()