public class CreateAssessmentResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CreateAssessmentResult() |
Modifier and Type | Method and Description |
---|---|
CreateAssessmentResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentArn()
The ARN specifying the assessment that is created.
|
int |
hashCode() |
void |
setAssessmentArn(String assessmentArn)
The ARN specifying the assessment that is created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateAssessmentResult |
withAssessmentArn(String assessmentArn)
The ARN specifying the assessment that is created.
|
public void setAssessmentArn(String assessmentArn)
The ARN specifying the assessment that is created.
assessmentArn
- The ARN specifying the assessment that is created.public String getAssessmentArn()
The ARN specifying the assessment that is created.
public CreateAssessmentResult withAssessmentArn(String assessmentArn)
The ARN specifying the assessment that is created.
assessmentArn
- The ARN specifying the assessment that is created.public String toString()
toString
in class Object
Object.toString()
public CreateAssessmentResult clone()
Copyright © 2015. All rights reserved.