@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListArtifactsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for the list artifacts request.
NOOP| Constructor and Description |
|---|
ListArtifactsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListArtifactsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
Unique Id for an Amplify App.
|
String |
getBranchName()
Name for a branch, part of an Amplify App.
|
String |
getJobId()
Unique Id for an Job.
|
Integer |
getMaxResults()
Maximum number of records to list in a single response.
|
String |
getNextToken()
Pagination token.
|
int |
hashCode() |
void |
setAppId(String appId)
Unique Id for an Amplify App.
|
void |
setBranchName(String branchName)
Name for a branch, part of an Amplify App.
|
void |
setJobId(String jobId)
Unique Id for an Job.
|
void |
setMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
void |
setNextToken(String nextToken)
Pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListArtifactsRequest |
withAppId(String appId)
Unique Id for an Amplify App.
|
ListArtifactsRequest |
withBranchName(String branchName)
Name for a branch, part of an Amplify App.
|
ListArtifactsRequest |
withJobId(String jobId)
Unique Id for an Job.
|
ListArtifactsRequest |
withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
ListArtifactsRequest |
withNextToken(String nextToken)
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)
Unique Id for an Amplify App.
appId - Unique Id for an Amplify App.public String getAppId()
Unique Id for an Amplify App.
public ListArtifactsRequest withAppId(String appId)
Unique Id for an Amplify App.
appId - Unique Id for an Amplify App.public void setBranchName(String branchName)
Name for a branch, part of an Amplify App.
branchName - Name for a branch, part of an Amplify App.public String getBranchName()
Name for a branch, part of an Amplify App.
public ListArtifactsRequest withBranchName(String branchName)
Name for a branch, part of an Amplify App.
branchName - Name for a branch, part of an Amplify App.public void setJobId(String jobId)
Unique Id for an Job.
jobId - Unique Id for an Job.public String getJobId()
Unique Id for an Job.
public ListArtifactsRequest withJobId(String jobId)
Unique Id for an Job.
jobId - Unique Id for an Job.public void setNextToken(String nextToken)
Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.
nextToken - Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is
returned in a result, then pass its value in here to list more artifacts.public String getNextToken()
Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.
public ListArtifactsRequest withNextToken(String nextToken)
Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.
nextToken - Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is
returned in a result, then pass its value in here to list more artifacts.public void setMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults - Maximum number of records to list in a single response.public Integer getMaxResults()
Maximum number of records to list in a single response.
public ListArtifactsRequest withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults - Maximum number of records to list in a single response.public String toString()
toString in class ObjectObject.toString()public ListArtifactsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.