@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSolutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateSolutionResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateSolutionResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getSolutionArn()
 The ARN of the solution. 
 | 
int | 
hashCode()  | 
void | 
setSolutionArn(String solutionArn)
 The ARN of the solution. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateSolutionResult | 
withSolutionArn(String solutionArn)
 The ARN of the solution. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSolutionArn(String solutionArn)
The ARN of the solution.
solutionArn - The ARN of the solution.public String getSolutionArn()
The ARN of the solution.
public CreateSolutionResult withSolutionArn(String solutionArn)
The ARN of the solution.
solutionArn - The ARN of the solution.public String toString()
toString in class ObjectObject.toString()public CreateSolutionResult clone()