@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSolutionVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSolutionVersionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSolutionVersionResult |
clone() |
boolean |
equals(Object obj) |
SolutionVersion |
getSolutionVersion()
The solution version.
|
int |
hashCode() |
void |
setSolutionVersion(SolutionVersion solutionVersion)
The solution version.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSolutionVersionResult |
withSolutionVersion(SolutionVersion solutionVersion)
The solution version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSolutionVersion(SolutionVersion solutionVersion)
The solution version.
solutionVersion
- The solution version.public SolutionVersion getSolutionVersion()
The solution version.
public DescribeSolutionVersionResult withSolutionVersion(SolutionVersion solutionVersion)
The solution version.
solutionVersion
- The solution version.public String toString()
toString
in class Object
Object.toString()
public DescribeSolutionVersionResult clone()