@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestGridSessionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTestGridSessionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTestGridSessionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
Return only sessions created after this time.
|
Date |
getCreationTimeBefore()
Return only sessions created before this time.
|
Date |
getEndTimeAfter()
Return only sessions that ended after this time.
|
Date |
getEndTimeBefore()
Return only sessions that ended before this time.
|
Integer |
getMaxResult()
Return only this many results at a time.
|
String |
getNextToken()
Pagination token.
|
String |
getProjectArn()
ARN of a TestGridProject.
|
String |
getStatus()
Return only sessions in this state.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
Return only sessions created after this time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
Return only sessions created before this time.
|
void |
setEndTimeAfter(Date endTimeAfter)
Return only sessions that ended after this time.
|
void |
setEndTimeBefore(Date endTimeBefore)
Return only sessions that ended before this time.
|
void |
setMaxResult(Integer maxResult)
Return only this many results at a time.
|
void |
setNextToken(String nextToken)
Pagination token.
|
void |
setProjectArn(String projectArn)
ARN of a TestGridProject.
|
void |
setStatus(String status)
Return only sessions in this state.
|
String |
toString()
Returns a string representation of this object.
|
ListTestGridSessionsRequest |
withCreationTimeAfter(Date creationTimeAfter)
Return only sessions created after this time.
|
ListTestGridSessionsRequest |
withCreationTimeBefore(Date creationTimeBefore)
Return only sessions created before this time.
|
ListTestGridSessionsRequest |
withEndTimeAfter(Date endTimeAfter)
Return only sessions that ended after this time.
|
ListTestGridSessionsRequest |
withEndTimeBefore(Date endTimeBefore)
Return only sessions that ended before this time.
|
ListTestGridSessionsRequest |
withMaxResult(Integer maxResult)
Return only this many results at a time.
|
ListTestGridSessionsRequest |
withNextToken(String nextToken)
Pagination token.
|
ListTestGridSessionsRequest |
withProjectArn(String projectArn)
ARN of a TestGridProject.
|
ListTestGridSessionsRequest |
withStatus(String status)
Return only sessions in this state.
|
ListTestGridSessionsRequest |
withStatus(TestGridSessionStatus status)
Return only sessions in this state.
|
addHandlerContext, 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 setProjectArn(String projectArn)
ARN of a TestGridProject.
projectArn
- ARN of a TestGridProject.public String getProjectArn()
ARN of a TestGridProject.
public ListTestGridSessionsRequest withProjectArn(String projectArn)
ARN of a TestGridProject.
projectArn
- ARN of a TestGridProject.public void setStatus(String status)
Return only sessions in this state.
status
- Return only sessions in this state.TestGridSessionStatus
public String getStatus()
Return only sessions in this state.
TestGridSessionStatus
public ListTestGridSessionsRequest withStatus(String status)
Return only sessions in this state.
status
- Return only sessions in this state.TestGridSessionStatus
public ListTestGridSessionsRequest withStatus(TestGridSessionStatus status)
Return only sessions in this state.
status
- Return only sessions in this state.TestGridSessionStatus
public void setCreationTimeAfter(Date creationTimeAfter)
Return only sessions created after this time.
creationTimeAfter
- Return only sessions created after this time.public Date getCreationTimeAfter()
Return only sessions created after this time.
public ListTestGridSessionsRequest withCreationTimeAfter(Date creationTimeAfter)
Return only sessions created after this time.
creationTimeAfter
- Return only sessions created after this time.public void setCreationTimeBefore(Date creationTimeBefore)
Return only sessions created before this time.
creationTimeBefore
- Return only sessions created before this time.public Date getCreationTimeBefore()
Return only sessions created before this time.
public ListTestGridSessionsRequest withCreationTimeBefore(Date creationTimeBefore)
Return only sessions created before this time.
creationTimeBefore
- Return only sessions created before this time.public void setEndTimeAfter(Date endTimeAfter)
Return only sessions that ended after this time.
endTimeAfter
- Return only sessions that ended after this time.public Date getEndTimeAfter()
Return only sessions that ended after this time.
public ListTestGridSessionsRequest withEndTimeAfter(Date endTimeAfter)
Return only sessions that ended after this time.
endTimeAfter
- Return only sessions that ended after this time.public void setEndTimeBefore(Date endTimeBefore)
Return only sessions that ended before this time.
endTimeBefore
- Return only sessions that ended before this time.public Date getEndTimeBefore()
Return only sessions that ended before this time.
public ListTestGridSessionsRequest withEndTimeBefore(Date endTimeBefore)
Return only sessions that ended before this time.
endTimeBefore
- Return only sessions that ended before this time.public void setMaxResult(Integer maxResult)
Return only this many results at a time.
maxResult
- Return only this many results at a time.public Integer getMaxResult()
Return only this many results at a time.
public ListTestGridSessionsRequest withMaxResult(Integer maxResult)
Return only this many results at a time.
maxResult
- Return only this many results at a time.public void setNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String getNextToken()
Pagination token.
public ListTestGridSessionsRequest withNextToken(String nextToken)
Pagination token.
nextToken
- Pagination token.public String toString()
toString
in class Object
Object.toString()
public ListTestGridSessionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()