@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request structure for the list jobs request.
NOOP| Constructor and Description |
|---|
ListJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
The unique ID for an Amplify app.
|
String |
getBranchName()
The name for a branch.
|
Integer |
getMaxResults()
The maximum number of records to list in a single response.
|
String |
getNextToken()
A pagination token.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique ID for an Amplify app.
|
void |
setBranchName(String branchName)
The name for a branch.
|
void |
setMaxResults(Integer maxResults)
The maximum number of records to list in a single response.
|
void |
setNextToken(String nextToken)
A pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListJobsRequest |
withAppId(String appId)
The unique ID for an Amplify app.
|
ListJobsRequest |
withBranchName(String branchName)
The name for a branch.
|
ListJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of records to list in a single response.
|
ListJobsRequest |
withNextToken(String nextToken)
A pagination token.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAppId(String appId)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.public String getAppId()
The unique ID for an Amplify app.
public ListJobsRequest withAppId(String appId)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.public void setBranchName(String branchName)
The name for a branch.
branchName - The name for a branch.public String getBranchName()
The name for a branch.
public ListJobsRequest withBranchName(String branchName)
The name for a branch.
branchName - The name for a branch.public void setNextToken(String nextToken)
A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is returned in a result, pass its value in here to list more steps.
nextToken - A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is
returned in a result, pass its value in here to list more steps.public String getNextToken()
A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is returned in a result, pass its value in here to list more steps.
public ListJobsRequest withNextToken(String nextToken)
A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is returned in a result, pass its value in here to list more steps.
nextToken - A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is
returned in a result, pass its value in here to list more steps.public void setMaxResults(Integer maxResults)
The maximum number of records to list in a single response.
maxResults - The maximum number of records to list in a single response.public Integer getMaxResults()
The maximum number of records to list in a single response.
public ListJobsRequest withMaxResults(Integer maxResults)
The maximum number of records to list in a single response.
maxResults - The maximum number of records to list in a single response.public String toString()
toString in class ObjectObject.toString()public ListJobsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.