Class AssessmentRunStateChange
java.lang.Object
com.amazonaws.services.inspector.model.AssessmentRunStateChange
- All Implemented Interfaces:
Serializable,Cloneable
Used as one of the elements of the AssessmentRun data type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetState()The assessment run state.The last time the assessment run state changed.inthashCode()voidsetState(AssessmentRunState state) The assessment run state.voidThe assessment run state.voidsetStateChangedAt(Date stateChangedAt) The last time the assessment run state changed.toString()Returns a string representation of this object; useful for testing and debugging.withState(AssessmentRunState state) The assessment run state.The assessment run state.withStateChangedAt(Date stateChangedAt) The last time the assessment run state changed.
-
Constructor Details
-
AssessmentRunStateChange
public AssessmentRunStateChange()
-
-
Method Details
-
setStateChangedAt
The last time the assessment run state changed.
- Parameters:
stateChangedAt- The last time the assessment run state changed.
-
getStateChangedAt
The last time the assessment run state changed.
- Returns:
- The last time the assessment run state changed.
-
withStateChangedAt
The last time the assessment run state changed.
- Parameters:
stateChangedAt- The last time the assessment run state changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setState
The assessment run state.
- Parameters:
state- The assessment run state.- See Also:
-
getState
The assessment run state.
- Returns:
- The assessment run state.
- See Also:
-
withState
The assessment run state.
- Parameters:
state- The assessment run state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setState
The assessment run state.
- Parameters:
state- The assessment run state.- See Also:
-
withState
The assessment run state.
- Parameters:
state- The assessment run state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-