@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBatchJobDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBatchJobDefinitionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBatchJobDefinitionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The identifier of the application.
|
Integer |
getMaxResults()
The maximum number of batch job definitions to return.
|
String |
getNextToken()
A pagination token returned from a previous call to this operation.
|
String |
getPrefix()
If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of
FileBatchJobDefinitions.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The identifier of the application.
|
void |
setMaxResults(Integer maxResults)
The maximum number of batch job definitions to return.
|
void |
setNextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
void |
setPrefix(String prefix)
If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of
FileBatchJobDefinitions.
|
String |
toString()
Returns a string representation of this object.
|
ListBatchJobDefinitionsRequest |
withApplicationId(String applicationId)
The identifier of the application.
|
ListBatchJobDefinitionsRequest |
withMaxResults(Integer maxResults)
The maximum number of batch job definitions to return.
|
ListBatchJobDefinitionsRequest |
withNextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
ListBatchJobDefinitionsRequest |
withPrefix(String prefix)
If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of
FileBatchJobDefinitions.
|
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 setApplicationId(String applicationId)
The identifier of the application.
applicationId
- The identifier of the application.public String getApplicationId()
The identifier of the application.
public ListBatchJobDefinitionsRequest withApplicationId(String applicationId)
The identifier of the application.
applicationId
- The identifier of the application.public void setMaxResults(Integer maxResults)
The maximum number of batch job definitions to return.
maxResults
- The maximum number of batch job definitions to return.public Integer getMaxResults()
The maximum number of batch job definitions to return.
public ListBatchJobDefinitionsRequest withMaxResults(Integer maxResults)
The maximum number of batch job definitions to return.
maxResults
- The maximum number of batch job definitions to return.public void setNextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
nextToken
- A pagination token returned from a previous call to this operation. This specifies the next item to
return. To return to the beginning of the list, exclude this parameter.public String getNextToken()
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
public ListBatchJobDefinitionsRequest withNextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
nextToken
- A pagination token returned from a previous call to this operation. This specifies the next item to
return. To return to the beginning of the list, exclude this parameter.public void setPrefix(String prefix)
If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.
prefix
- If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names
of FileBatchJobDefinitions.public String getPrefix()
If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.
public ListBatchJobDefinitionsRequest withPrefix(String prefix)
If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.
prefix
- If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names
of FileBatchJobDefinitions.public String toString()
toString
in class Object
Object.toString()
public ListBatchJobDefinitionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()