@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSolutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSolutionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSolutionResult |
clone() |
boolean |
equals(Object obj) |
Solution |
getSolution()
An object that describes the solution.
|
int |
hashCode() |
void |
setSolution(Solution solution)
An object that describes the solution.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSolutionResult |
withSolution(Solution solution)
An object that describes the solution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSolution(Solution solution)
An object that describes the solution.
solution
- An object that describes the solution.public Solution getSolution()
An object that describes the solution.
public DescribeSolutionResult withSolution(Solution solution)
An object that describes the solution.
solution
- An object that describes the solution.public String toString()
toString
in class Object
Object.toString()
public DescribeSolutionResult clone()