@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeJobDefinitionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeJobDefinitionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getJobDefinitionName()
The name of the job definition to describe.
|
List<String> |
getJobDefinitions()
A space-separated list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.
|
Integer |
getMaxResults()
The maximum number of results returned by
DescribeJobDefinitions in paginated output. |
String |
getNextToken()
The
nextToken value returned from a previous paginated DescribeJobDefinitions request
where maxResults was used and the results exceeded the value of that parameter. |
String |
getStatus()
The status with which to filter job definitions.
|
int |
hashCode() |
void |
setJobDefinitionName(String jobDefinitionName)
The name of the job definition to describe.
|
void |
setJobDefinitions(Collection<String> jobDefinitions)
A space-separated list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results returned by
DescribeJobDefinitions in paginated output. |
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeJobDefinitions request
where maxResults was used and the results exceeded the value of that parameter. |
void |
setStatus(String status)
The status with which to filter job definitions.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeJobDefinitionsRequest |
withJobDefinitionName(String jobDefinitionName)
The name of the job definition to describe.
|
DescribeJobDefinitionsRequest |
withJobDefinitions(Collection<String> jobDefinitions)
A space-separated list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.
|
DescribeJobDefinitionsRequest |
withJobDefinitions(String... jobDefinitions)
A space-separated list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.
|
DescribeJobDefinitionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results returned by
DescribeJobDefinitions in paginated output. |
DescribeJobDefinitionsRequest |
withNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeJobDefinitions request
where maxResults was used and the results exceeded the value of that parameter. |
DescribeJobDefinitionsRequest |
withStatus(String status)
The status with which to filter job definitions.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getJobDefinitions()
A space-separated list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.
public void setJobDefinitions(Collection<String> jobDefinitions)
A space-separated list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.
jobDefinitions - A space-separated list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.public DescribeJobDefinitionsRequest withJobDefinitions(String... jobDefinitions)
A space-separated list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.
NOTE: This method appends the values to the existing list (if any). Use
setJobDefinitions(java.util.Collection) or withJobDefinitions(java.util.Collection) if you want
to override the existing values.
jobDefinitions - A space-separated list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.public DescribeJobDefinitionsRequest withJobDefinitions(Collection<String> jobDefinitions)
A space-separated list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.
jobDefinitions - A space-separated list of up to 100 job definition names or full Amazon Resource Name (ARN) entries.public void setMaxResults(Integer maxResults)
The maximum number of results returned by DescribeJobDefinitions in paginated output. When this
parameter is used, DescribeJobDefinitions only returns maxResults results in a single
page along with a nextToken response element. The remaining results of the initial request can be
seen by sending another DescribeJobDefinitions request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then
DescribeJobDefinitions returns up to 100 results and a nextToken value if applicable.
maxResults - The maximum number of results returned by DescribeJobDefinitions in paginated output. When
this parameter is used, DescribeJobDefinitions only returns maxResults results
in a single page along with a nextToken response element. The remaining results of the
initial request can be seen by sending another DescribeJobDefinitions request with the
returned nextToken value. This value can be between 1 and 100. If this parameter is not used,
then DescribeJobDefinitions returns up to 100 results and a nextToken value if
applicable.public Integer getMaxResults()
The maximum number of results returned by DescribeJobDefinitions in paginated output. When this
parameter is used, DescribeJobDefinitions only returns maxResults results in a single
page along with a nextToken response element. The remaining results of the initial request can be
seen by sending another DescribeJobDefinitions request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then
DescribeJobDefinitions returns up to 100 results and a nextToken value if applicable.
DescribeJobDefinitions in paginated output. When
this parameter is used, DescribeJobDefinitions only returns maxResults results
in a single page along with a nextToken response element. The remaining results of the
initial request can be seen by sending another DescribeJobDefinitions request with the
returned nextToken value. This value can be between 1 and 100. If this parameter is not
used, then DescribeJobDefinitions returns up to 100 results and a nextToken
value if applicable.public DescribeJobDefinitionsRequest withMaxResults(Integer maxResults)
The maximum number of results returned by DescribeJobDefinitions in paginated output. When this
parameter is used, DescribeJobDefinitions only returns maxResults results in a single
page along with a nextToken response element. The remaining results of the initial request can be
seen by sending another DescribeJobDefinitions request with the returned nextToken
value. This value can be between 1 and 100. If this parameter is not used, then
DescribeJobDefinitions returns up to 100 results and a nextToken value if applicable.
maxResults - The maximum number of results returned by DescribeJobDefinitions in paginated output. When
this parameter is used, DescribeJobDefinitions only returns maxResults results
in a single page along with a nextToken response element. The remaining results of the
initial request can be seen by sending another DescribeJobDefinitions request with the
returned nextToken value. This value can be between 1 and 100. If this parameter is not used,
then DescribeJobDefinitions returns up to 100 results and a nextToken value if
applicable.public void setJobDefinitionName(String jobDefinitionName)
The name of the job definition to describe.
jobDefinitionName - The name of the job definition to describe.public String getJobDefinitionName()
The name of the job definition to describe.
public DescribeJobDefinitionsRequest withJobDefinitionName(String jobDefinitionName)
The name of the job definition to describe.
jobDefinitionName - The name of the job definition to describe.public void setStatus(String status)
The status with which to filter job definitions.
status - The status with which to filter job definitions.public String getStatus()
The status with which to filter job definitions.
public DescribeJobDefinitionsRequest withStatus(String status)
The status with which to filter job definitions.
status - The status with which to filter job definitions.public void setNextToken(String nextToken)
The nextToken value returned from a previous paginated DescribeJobDefinitions request
where maxResults was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken value. This value is
null when there are no more results to return.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
nextToken - The nextToken value returned from a previous paginated DescribeJobDefinitions
request where maxResults was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the nextToken value.
This value is null when there are no more results to return. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
public String getNextToken()
The nextToken value returned from a previous paginated DescribeJobDefinitions request
where maxResults was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken value. This value is
null when there are no more results to return.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
nextToken value returned from a previous paginated DescribeJobDefinitions
request where maxResults was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the nextToken value.
This value is null when there are no more results to return. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
public DescribeJobDefinitionsRequest withNextToken(String nextToken)
The nextToken value returned from a previous paginated DescribeJobDefinitions request
where maxResults was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken value. This value is
null when there are no more results to return.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
nextToken - The nextToken value returned from a previous paginated DescribeJobDefinitions
request where maxResults was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the nextToken value.
This value is null when there are no more results to return. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
public String toString()
toString in class ObjectObject.toString()public DescribeJobDefinitionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.