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() |
int |
hashCode() |
void |
setSuite(Suite suite) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSuiteResult |
withSuite(Suite suite) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSuite(Suite suite)
suite
- public Suite getSuite()
public GetSuiteResult withSuite(Suite suite)
suite
- public String toString()
toString
in class Object
Object.toString()
public GetSuiteResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.