@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAssessmentRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartAssessmentRunResult() |
Modifier and Type | Method and Description |
---|---|
StartAssessmentRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentRunArn()
The ARN of the assessment run that has been started.
|
int |
hashCode() |
void |
setAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that has been started.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartAssessmentRunResult |
withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that has been started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that has been started.
assessmentRunArn
- The ARN of the assessment run that has been started.public String getAssessmentRunArn()
The ARN of the assessment run that has been started.
public StartAssessmentRunResult withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that has been started.
assessmentRunArn
- The ARN of the assessment run that has been started.public String toString()
toString
in class Object
Object.toString()
public StartAssessmentRunResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.