Class CreateAssessmentTargetResult
java.lang.Object
com.amazonaws.services.inspector.model.CreateAssessmentTargetResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withAssessmentTargetArn
(String assessmentTargetArn) The ARN that specifies the assessment target that is created.
-
Constructor Details
-
CreateAssessmentTargetResult
public CreateAssessmentTargetResult()
-
-
Method Details
-
setAssessmentTargetArn
The ARN that specifies the assessment target that is created.
- Parameters:
assessmentTargetArn
- The ARN that specifies the assessment target that is created.
-
getAssessmentTargetArn
The ARN that specifies the assessment target that is created.
- Returns:
- The ARN that specifies the assessment target that is created.
-
withAssessmentTargetArn
The ARN that specifies the assessment target that is created.
- Parameters:
assessmentTargetArn
- The ARN that specifies the assessment target that is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-