@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobLogItemsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeJobLogItemsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeJobLogItemsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobID()
The ID of the Job for which Job log items will be retrieved.
|
Integer |
getMaxResults()
Maximum number of Job log items to retrieve.
|
String |
getNextToken()
The token of the next Job log items to retrieve.
|
int |
hashCode() |
void |
setJobID(String jobID)
The ID of the Job for which Job log items will be retrieved.
|
void |
setMaxResults(Integer maxResults)
Maximum number of Job log items to retrieve.
|
void |
setNextToken(String nextToken)
The token of the next Job log items to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
DescribeJobLogItemsRequest |
withJobID(String jobID)
The ID of the Job for which Job log items will be retrieved.
|
DescribeJobLogItemsRequest |
withMaxResults(Integer maxResults)
Maximum number of Job log items to retrieve.
|
DescribeJobLogItemsRequest |
withNextToken(String nextToken)
The token of the next Job log items to retrieve.
|
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 setJobID(String jobID)
The ID of the Job for which Job log items will be retrieved.
jobID
- The ID of the Job for which Job log items will be retrieved.public String getJobID()
The ID of the Job for which Job log items will be retrieved.
public DescribeJobLogItemsRequest withJobID(String jobID)
The ID of the Job for which Job log items will be retrieved.
jobID
- The ID of the Job for which Job log items will be retrieved.public void setMaxResults(Integer maxResults)
Maximum number of Job log items to retrieve.
maxResults
- Maximum number of Job log items to retrieve.public Integer getMaxResults()
Maximum number of Job log items to retrieve.
public DescribeJobLogItemsRequest withMaxResults(Integer maxResults)
Maximum number of Job log items to retrieve.
maxResults
- Maximum number of Job log items to retrieve.public void setNextToken(String nextToken)
The token of the next Job log items to retrieve.
nextToken
- The token of the next Job log items to retrieve.public String getNextToken()
The token of the next Job log items to retrieve.
public DescribeJobLogItemsRequest withNextToken(String nextToken)
The token of the next Job log items to retrieve.
nextToken
- The token of the next Job log items to retrieve.public String toString()
toString
in class Object
Object.toString()
public DescribeJobLogItemsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()