public class CreateAssessmentTargetResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CreateAssessmentTargetResult() |
Modifier and Type | Method and Description |
---|---|
CreateAssessmentTargetResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentTargetArn()
The ARN specifying the assessment target that is created.
|
int |
hashCode() |
void |
setAssessmentTargetArn(String assessmentTargetArn)
The ARN specifying the assessment target that is created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateAssessmentTargetResult |
withAssessmentTargetArn(String assessmentTargetArn)
The ARN specifying the assessment target that is created.
|
public void setAssessmentTargetArn(String assessmentTargetArn)
The ARN specifying the assessment target that is created.
assessmentTargetArn
- The ARN specifying the assessment target that is created.public String getAssessmentTargetArn()
The ARN specifying the assessment target that is created.
public CreateAssessmentTargetResult withAssessmentTargetArn(String assessmentTargetArn)
The ARN specifying the assessment target that is created.
assessmentTargetArn
- The ARN specifying the assessment target that is created.public String toString()
toString
in class Object
Object.toString()
public CreateAssessmentTargetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.