@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestGridSessionArtifactsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTestGridSessionArtifactsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTestGridSessionArtifactsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResult()
The maximum number of results to be returned by a request.
|
String |
getNextToken()
Pagination token.
|
String |
getSessionArn()
The ARN of a TestGridSession.
|
String |
getType()
Limit results to a specified type of artifact.
|
int |
hashCode() |
void |
setMaxResult(Integer maxResult)
The maximum number of results to be returned by a request.
|
void |
setNextToken(String nextToken)
Pagination token.
|
void |
setSessionArn(String sessionArn)
The ARN of a TestGridSession.
|
void |
setType(String type)
Limit results to a specified type of artifact.
|
String |
toString()
Returns a string representation of this object.
|
ListTestGridSessionArtifactsRequest |
withMaxResult(Integer maxResult)
The maximum number of results to be returned by a request.
|
ListTestGridSessionArtifactsRequest |
withNextToken(String nextToken)
Pagination token.
|
ListTestGridSessionArtifactsRequest |
withSessionArn(String sessionArn)
The ARN of a TestGridSession.
|
ListTestGridSessionArtifactsRequest |
withType(String type)
Limit results to a specified type of artifact.
|
ListTestGridSessionArtifactsRequest |
withType(TestGridSessionArtifactCategory type)
Limit results to a specified type of artifact.
|
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, withSdkRequestTimeout
public void setSessionArn(String sessionArn)
The ARN of a TestGridSession.
sessionArn
- The ARN of a TestGridSession.public String getSessionArn()
The ARN of a TestGridSession.
public ListTestGridSessionArtifactsRequest withSessionArn(String sessionArn)
The ARN of a TestGridSession.
sessionArn
- The ARN of a TestGridSession.public void setType(String type)
Limit results to a specified type of artifact.
type
- Limit results to a specified type of artifact.TestGridSessionArtifactCategory
public String getType()
Limit results to a specified type of artifact.
TestGridSessionArtifactCategory
public ListTestGridSessionArtifactsRequest withType(String type)
Limit results to a specified type of artifact.
type
- Limit results to a specified type of artifact.TestGridSessionArtifactCategory
public ListTestGridSessionArtifactsRequest withType(TestGridSessionArtifactCategory type)
Limit results to a specified type of artifact.
type
- Limit results to a specified type of artifact.TestGridSessionArtifactCategory
public void setMaxResult(Integer maxResult)
The maximum number of results to be returned by a request.
maxResult
- The maximum number of results to be returned by a request.public Integer getMaxResult()
The maximum number of results to be returned by a request.
public ListTestGridSessionArtifactsRequest withMaxResult(Integer maxResult)
The maximum number of results to be returned by a request.
maxResult
- The maximum number of results to be returned by a request.public void setNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String getNextToken()
Pagination token.
public ListTestGridSessionArtifactsRequest withNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String toString()
toString
in class Object
Object.toString()
public ListTestGridSessionArtifactsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.