@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeJobsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountID()
Request to describe job log items by Account ID.
|
DescribeJobsRequestFilters |
getFilters()
Request to describe Job log filters.
|
Integer |
getMaxResults()
Request to describe job log items by max results.
|
String |
getNextToken()
Request to describe job log items by next token.
|
int |
hashCode() |
void |
setAccountID(String accountID)
Request to describe job log items by Account ID.
|
void |
setFilters(DescribeJobsRequestFilters filters)
Request to describe Job log filters.
|
void |
setMaxResults(Integer maxResults)
Request to describe job log items by max results.
|
void |
setNextToken(String nextToken)
Request to describe job log items by next token.
|
String |
toString()
Returns a string representation of this object.
|
DescribeJobsRequest |
withAccountID(String accountID)
Request to describe job log items by Account ID.
|
DescribeJobsRequest |
withFilters(DescribeJobsRequestFilters filters)
Request to describe Job log filters.
|
DescribeJobsRequest |
withMaxResults(Integer maxResults)
Request to describe job log items by max results.
|
DescribeJobsRequest |
withNextToken(String nextToken)
Request to describe job log items by next token.
|
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 setAccountID(String accountID)
Request to describe job log items by Account ID.
accountID
- Request to describe job log items by Account ID.public String getAccountID()
Request to describe job log items by Account ID.
public DescribeJobsRequest withAccountID(String accountID)
Request to describe job log items by Account ID.
accountID
- Request to describe job log items by Account ID.public void setFilters(DescribeJobsRequestFilters filters)
Request to describe Job log filters.
filters
- Request to describe Job log filters.public DescribeJobsRequestFilters getFilters()
Request to describe Job log filters.
public DescribeJobsRequest withFilters(DescribeJobsRequestFilters filters)
Request to describe Job log filters.
filters
- Request to describe Job log filters.public void setMaxResults(Integer maxResults)
Request to describe job log items by max results.
maxResults
- Request to describe job log items by max results.public Integer getMaxResults()
Request to describe job log items by max results.
public DescribeJobsRequest withMaxResults(Integer maxResults)
Request to describe job log items by max results.
maxResults
- Request to describe job log items by max results.public void setNextToken(String nextToken)
Request to describe job log items by next token.
nextToken
- Request to describe job log items by next token.public String getNextToken()
Request to describe job log items by next token.
public DescribeJobsRequest withNextToken(String nextToken)
Request to describe job log items by next token.
nextToken
- Request to describe job log items by next token.public String toString()
toString
in class Object
Object.toString()
public DescribeJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()