@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAssessmentTargetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAssessmentTargetResult() |
Modifier and Type | Method and Description |
---|---|
CreateAssessmentTargetResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentTargetArn()
The ARN that specifies the assessment target that is created.
|
int |
hashCode() |
void |
setAssessmentTargetArn(String assessmentTargetArn)
The ARN that specifies 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 that specifies the assessment target that is created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssessmentTargetArn(String assessmentTargetArn)
The ARN that specifies the assessment target that is created.
assessmentTargetArn
- The ARN that specifies the assessment target that is created.public String getAssessmentTargetArn()
The ARN that specifies the assessment target that is created.
public CreateAssessmentTargetResult withAssessmentTargetArn(String assessmentTargetArn)
The ARN that specifies the assessment target that is created.
assessmentTargetArn
- The ARN that specifies 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.