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