@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestCasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTestCasesResult() |
Modifier and Type | Method and Description |
---|---|
ListTestCasesResult |
addGroupConfigurationEntry(String key,
String value)
Add a single GroupConfiguration entry
|
ListTestCasesResult |
addRootGroupConfigurationEntry(String key,
String value)
Add a single RootGroupConfiguration entry
|
ListTestCasesResult |
clearGroupConfigurationEntries()
Removes all the entries added into GroupConfiguration.
|
ListTestCasesResult |
clearRootGroupConfigurationEntries()
Removes all the entries added into RootGroupConfiguration.
|
ListTestCasesResult |
clone() |
boolean |
equals(Object obj) |
List<TestCaseCategory> |
getCategories()
Gets the category of test case.
|
Map<String,String> |
getGroupConfiguration()
Gets the configuration of test group.
|
String |
getNextToken()
Test cases next token response.
|
Map<String,String> |
getRootGroupConfiguration()
Gets the configuration of root test group.
|
int |
hashCode() |
void |
setCategories(Collection<TestCaseCategory> categories)
Gets the category of test case.
|
void |
setGroupConfiguration(Map<String,String> groupConfiguration)
Gets the configuration of test group.
|
void |
setNextToken(String nextToken)
Test cases next token response.
|
void |
setRootGroupConfiguration(Map<String,String> rootGroupConfiguration)
Gets the configuration of root test group.
|
String |
toString()
Returns a string representation of this object.
|
ListTestCasesResult |
withCategories(Collection<TestCaseCategory> categories)
Gets the category of test case.
|
ListTestCasesResult |
withCategories(TestCaseCategory... categories)
Gets the category of test case.
|
ListTestCasesResult |
withGroupConfiguration(Map<String,String> groupConfiguration)
Gets the configuration of test group.
|
ListTestCasesResult |
withNextToken(String nextToken)
Test cases next token response.
|
ListTestCasesResult |
withRootGroupConfiguration(Map<String,String> rootGroupConfiguration)
Gets the configuration of root test group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TestCaseCategory> getCategories()
Gets the category of test case.
public void setCategories(Collection<TestCaseCategory> categories)
Gets the category of test case.
categories
- Gets the category of test case.public ListTestCasesResult withCategories(TestCaseCategory... categories)
Gets the category of test case.
NOTE: This method appends the values to the existing list (if any). Use
setCategories(java.util.Collection)
or withCategories(java.util.Collection)
if you want to
override the existing values.
categories
- Gets the category of test case.public ListTestCasesResult withCategories(Collection<TestCaseCategory> categories)
Gets the category of test case.
categories
- Gets the category of test case.public Map<String,String> getRootGroupConfiguration()
Gets the configuration of root test group.
public void setRootGroupConfiguration(Map<String,String> rootGroupConfiguration)
Gets the configuration of root test group.
rootGroupConfiguration
- Gets the configuration of root test group.public ListTestCasesResult withRootGroupConfiguration(Map<String,String> rootGroupConfiguration)
Gets the configuration of root test group.
rootGroupConfiguration
- Gets the configuration of root test group.public ListTestCasesResult addRootGroupConfigurationEntry(String key, String value)
public ListTestCasesResult clearRootGroupConfigurationEntries()
public Map<String,String> getGroupConfiguration()
Gets the configuration of test group.
public void setGroupConfiguration(Map<String,String> groupConfiguration)
Gets the configuration of test group.
groupConfiguration
- Gets the configuration of test group.public ListTestCasesResult withGroupConfiguration(Map<String,String> groupConfiguration)
Gets the configuration of test group.
groupConfiguration
- Gets the configuration of test group.public ListTestCasesResult addGroupConfigurationEntry(String key, String value)
public ListTestCasesResult clearGroupConfigurationEntries()
public void setNextToken(String nextToken)
Test cases next token response.
nextToken
- Test cases next token response.public String getNextToken()
Test cases next token response.
public ListTestCasesResult withNextToken(String nextToken)
Test cases next token response.
nextToken
- Test cases next token response.public String toString()
toString
in class Object
Object.toString()
public ListTestCasesResult clone()