@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSuiteResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the result of a get suite request.
| Constructor and Description | 
|---|
| GetSuiteResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetSuiteResult | clone() | 
| boolean | equals(Object obj) | 
| Suite | getSuite()
 A collection of one or more tests. | 
| int | hashCode() | 
| void | setSuite(Suite suite)
 A collection of one or more tests. | 
| String | toString()Returns a string representation of this object. | 
| GetSuiteResult | withSuite(Suite suite)
 A collection of one or more tests. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSuite(Suite suite)
A collection of one or more tests.
suite - A collection of one or more tests.public Suite getSuite()
A collection of one or more tests.
public GetSuiteResult withSuite(Suite suite)
A collection of one or more tests.
suite - A collection of one or more tests.public String toString()
toString in class ObjectObject.toString()public GetSuiteResult clone()