@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSuiteRunsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSuiteRunsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSuiteRunsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Next pagination token for list suite run response.
|
List<SuiteRunInformation> |
getSuiteRunsList()
Lists the runs of the specified Device Advisor test suite.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Next pagination token for list suite run response.
|
void |
setSuiteRunsList(Collection<SuiteRunInformation> suiteRunsList)
Lists the runs of the specified Device Advisor test suite.
|
String |
toString()
Returns a string representation of this object.
|
ListSuiteRunsResult |
withNextToken(String nextToken)
Next pagination token for list suite run response.
|
ListSuiteRunsResult |
withSuiteRunsList(Collection<SuiteRunInformation> suiteRunsList)
Lists the runs of the specified Device Advisor test suite.
|
ListSuiteRunsResult |
withSuiteRunsList(SuiteRunInformation... suiteRunsList)
Lists the runs of the specified Device Advisor test suite.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<SuiteRunInformation> getSuiteRunsList()
Lists the runs of the specified Device Advisor test suite.
public void setSuiteRunsList(Collection<SuiteRunInformation> suiteRunsList)
Lists the runs of the specified Device Advisor test suite.
suiteRunsList - Lists the runs of the specified Device Advisor test suite.public ListSuiteRunsResult withSuiteRunsList(SuiteRunInformation... suiteRunsList)
Lists the runs of the specified Device Advisor test suite.
NOTE: This method appends the values to the existing list (if any). Use
setSuiteRunsList(java.util.Collection) or withSuiteRunsList(java.util.Collection) if you want
to override the existing values.
suiteRunsList - Lists the runs of the specified Device Advisor test suite.public ListSuiteRunsResult withSuiteRunsList(Collection<SuiteRunInformation> suiteRunsList)
Lists the runs of the specified Device Advisor test suite.
suiteRunsList - Lists the runs of the specified Device Advisor test suite.public void setNextToken(String nextToken)
Next pagination token for list suite run response.
nextToken - Next pagination token for list suite run response.public String getNextToken()
Next pagination token for list suite run response.
public ListSuiteRunsResult withNextToken(String nextToken)
Next pagination token for list suite run response.
nextToken - Next pagination token for list suite run response.public String toString()
toString in class ObjectObject.toString()public ListSuiteRunsResult clone()