@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTestConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListTestConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The next token in the test configurations.
|
List<TestConfigurationSummary> |
getTestConfigurations()
The test configurations.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The next token in the test configurations.
|
void |
setTestConfigurations(Collection<TestConfigurationSummary> testConfigurations)
The test configurations.
|
String |
toString()
Returns a string representation of this object.
|
ListTestConfigurationsResult |
withNextToken(String nextToken)
The next token in the test configurations.
|
ListTestConfigurationsResult |
withTestConfigurations(Collection<TestConfigurationSummary> testConfigurations)
The test configurations.
|
ListTestConfigurationsResult |
withTestConfigurations(TestConfigurationSummary... testConfigurations)
The test configurations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TestConfigurationSummary> getTestConfigurations()
The test configurations.
public void setTestConfigurations(Collection<TestConfigurationSummary> testConfigurations)
The test configurations.
testConfigurations
- The test configurations.public ListTestConfigurationsResult withTestConfigurations(TestConfigurationSummary... testConfigurations)
The test configurations.
NOTE: This method appends the values to the existing list (if any). Use
setTestConfigurations(java.util.Collection)
or withTestConfigurations(java.util.Collection)
if
you want to override the existing values.
testConfigurations
- The test configurations.public ListTestConfigurationsResult withTestConfigurations(Collection<TestConfigurationSummary> testConfigurations)
The test configurations.
testConfigurations
- The test configurations.public void setNextToken(String nextToken)
The next token in the test configurations.
nextToken
- The next token in the test configurations.public String getNextToken()
The next token in the test configurations.
public ListTestConfigurationsResult withNextToken(String nextToken)
The next token in the test configurations.
nextToken
- The next token in the test configurations.public String toString()
toString
in class Object
Object.toString()
public ListTestConfigurationsResult clone()