public class CreateAssessmentTargetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
assessmentTargetArn
The ARN that specifies the assessment target that is created.
|
Constructor and Description |
---|
CreateAssessmentTargetResult() |
Modifier and Type | Method and Description |
---|---|
CreateAssessmentTargetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAssessmentTargetArn()
The ARN that specifies the assessment target that is created.
|
int |
hashCode() |
void |
setAssessmentTargetArn(java.lang.String assessmentTargetArn)
The ARN that specifies the assessment target that is created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateAssessmentTargetResult |
withAssessmentTargetArn(java.lang.String assessmentTargetArn)
The ARN that specifies the assessment target that is created.
|
private java.lang.String assessmentTargetArn
The ARN that specifies the assessment target that is created.
public void setAssessmentTargetArn(java.lang.String assessmentTargetArn)
The ARN that specifies the assessment target that is created.
assessmentTargetArn
- The ARN that specifies the assessment target that is created.public java.lang.String getAssessmentTargetArn()
The ARN that specifies the assessment target that is created.
public CreateAssessmentTargetResult withAssessmentTargetArn(java.lang.String assessmentTargetArn)
The ARN that specifies the assessment target that is created.
assessmentTargetArn
- The ARN that specifies the assessment target that is created.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateAssessmentTargetResult clone()
clone
in class java.lang.Object