@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobDefinitionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeJobDefinitionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeJobDefinitionsResult |
clone() |
boolean |
equals(Object obj) |
List<JobDefinition> |
getJobDefinitions()
The list of job definitions.
|
String |
getNextToken()
The
nextToken value to include in a future DescribeJobDefinitions request. |
int |
hashCode() |
void |
setJobDefinitions(Collection<JobDefinition> jobDefinitions)
The list of job definitions.
|
void |
setNextToken(String nextToken)
The
nextToken value to include in a future DescribeJobDefinitions request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeJobDefinitionsResult |
withJobDefinitions(Collection<JobDefinition> jobDefinitions)
The list of job definitions.
|
DescribeJobDefinitionsResult |
withJobDefinitions(JobDefinition... jobDefinitions)
The list of job definitions.
|
DescribeJobDefinitionsResult |
withNextToken(String nextToken)
The
nextToken value to include in a future DescribeJobDefinitions request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<JobDefinition> getJobDefinitions()
The list of job definitions.
public void setJobDefinitions(Collection<JobDefinition> jobDefinitions)
The list of job definitions.
jobDefinitions
- The list of job definitions.public DescribeJobDefinitionsResult withJobDefinitions(JobDefinition... jobDefinitions)
The list of job definitions.
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
- The list of job definitions.public DescribeJobDefinitionsResult withJobDefinitions(Collection<JobDefinition> jobDefinitions)
The list of job definitions.
jobDefinitions
- The list of job definitions.public void setNextToken(String nextToken)
The nextToken
value to include in a future DescribeJobDefinitions
request. When the
results of a DescribeJobDefinitions
request exceed maxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future DescribeJobDefinitions
request. When
the results of a DescribeJobDefinitions
request exceed maxResults
, this value
can be used to retrieve the next page of results. This value is null
when there are no more
results to return.public String getNextToken()
The nextToken
value to include in a future DescribeJobDefinitions
request. When the
results of a DescribeJobDefinitions
request exceed maxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
value to include in a future DescribeJobDefinitions
request. When
the results of a DescribeJobDefinitions
request exceed maxResults
, this value
can be used to retrieve the next page of results. This value is null
when there are no more
results to return.public DescribeJobDefinitionsResult withNextToken(String nextToken)
The nextToken
value to include in a future DescribeJobDefinitions
request. When the
results of a DescribeJobDefinitions
request exceed maxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future DescribeJobDefinitions
request. When
the results of a DescribeJobDefinitions
request exceed maxResults
, this value
can be used to retrieve the next page of results. This value is null
when there are no more
results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeJobDefinitionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.