Class ListArtifactsRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
Represents a request to the list artifacts operation.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleangetArn()The Run, Job, Suite, or Test ARN.An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.getType()The artifacts' type.inthashCode()voidThe Run, Job, Suite, or Test ARN.voidsetNextToken(String nextToken) An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.voidsetType(ArtifactCategory type) The artifacts' type.voidThe artifacts' type.toString()Returns a string representation of this object; useful for testing and debugging.The Run, Job, Suite, or Test ARN.withNextToken(String nextToken) An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.withType(ArtifactCategory type) The artifacts' type.The artifacts' type.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListArtifactsRequest
public ListArtifactsRequest()
-
-
Method Details
-
setArn
The Run, Job, Suite, or Test ARN.
- Parameters:
arn- The Run, Job, Suite, or Test ARN.
-
getArn
-
withArn
The Run, Job, Suite, or Test ARN.
- Parameters:
arn- The Run, Job, Suite, or Test ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setType
The artifacts' type.
Allowed values include:
- FILE: The artifacts are files.
- LOG: The artifacts are logs.
- SCREENSHOT: The artifacts are screenshots.
- Parameters:
type- The artifacts' type.Allowed values include:
- FILE: The artifacts are files.
- LOG: The artifacts are logs.
- SCREENSHOT: The artifacts are screenshots.
- See Also:
-
getType
The artifacts' type.
Allowed values include:
- FILE: The artifacts are files.
- LOG: The artifacts are logs.
- SCREENSHOT: The artifacts are screenshots.
- Returns:
- The artifacts' type.
Allowed values include:
- FILE: The artifacts are files.
- LOG: The artifacts are logs.
- SCREENSHOT: The artifacts are screenshots.
- See Also:
-
withType
The artifacts' type.
Allowed values include:
- FILE: The artifacts are files.
- LOG: The artifacts are logs.
- SCREENSHOT: The artifacts are screenshots.
- Parameters:
type- The artifacts' type.Allowed values include:
- FILE: The artifacts are files.
- LOG: The artifacts are logs.
- SCREENSHOT: The artifacts are screenshots.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setType
The artifacts' type.
Allowed values include:
- FILE: The artifacts are files.
- LOG: The artifacts are logs.
- SCREENSHOT: The artifacts are screenshots.
- Parameters:
type- The artifacts' type.Allowed values include:
- FILE: The artifacts are files.
- LOG: The artifacts are logs.
- SCREENSHOT: The artifacts are screenshots.
- See Also:
-
withType
The artifacts' type.
Allowed values include:
- FILE: The artifacts are files.
- LOG: The artifacts are logs.
- SCREENSHOT: The artifacts are screenshots.
- Parameters:
type- The artifacts' type.Allowed values include:
- FILE: The artifacts are files.
- LOG: The artifacts are logs.
- SCREENSHOT: The artifacts are screenshots.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setNextToken
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
- Parameters:
nextToken- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
-
getNextToken
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
- Returns:
- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
-
withNextToken
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
- Parameters:
nextToken- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-