Class ListArtifactsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Represents a request to the list artifacts operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
getArn()
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.int
hashCode()
void
The Run, Job, Suite, or Test ARN.void
setNextToken
(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.void
setType
(ArtifactCategory type) The artifacts' type.void
The 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 com.amazonaws.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
The Run, Job, Suite, or Test ARN.
- Returns:
- The Run, Job, Suite, or Test ARN.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-