Class StartAssessmentRunResult
- java.lang.Object
-
- com.amazonaws.services.inspector.model.StartAssessmentRunResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class StartAssessmentRunResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StartAssessmentRunResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setAssessmentRunArn
public void setAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that has been started.
- Parameters:
assessmentRunArn
- The ARN of the assessment run that has been started.
-
getAssessmentRunArn
public String getAssessmentRunArn()
The ARN of the assessment run that has been started.
- Returns:
- The ARN of the assessment run that has been started.
-
withAssessmentRunArn
public StartAssessmentRunResult withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run that has been started.
- Parameters:
assessmentRunArn
- The ARN of the assessment run that has been started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public StartAssessmentRunResult clone()
-
-