Package com.amazonaws.services.waf.model
Class GetChangeTokenStatusResult
java.lang.Object
com.amazonaws.services.waf.model.GetChangeTokenStatusResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe status of the change token.inthashCode()voidsetChangeTokenStatus(ChangeTokenStatus changeTokenStatus) The status of the change token.voidsetChangeTokenStatus(String changeTokenStatus) The status of the change token.toString()Returns a string representation of this object; useful for testing and debugging.withChangeTokenStatus(ChangeTokenStatus changeTokenStatus) The status of the change token.withChangeTokenStatus(String changeTokenStatus) The status of the change token.
-
Constructor Details
-
GetChangeTokenStatusResult
public GetChangeTokenStatusResult()
-
-
Method Details
-
setChangeTokenStatus
The status of the change token.
- Parameters:
changeTokenStatus- The status of the change token.- See Also:
-
getChangeTokenStatus
The status of the change token.
- Returns:
- The status of the change token.
- See Also:
-
withChangeTokenStatus
The status of the change token.
- Parameters:
changeTokenStatus- The status of the change token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setChangeTokenStatus
The status of the change token.
- Parameters:
changeTokenStatus- The status of the change token.- See Also:
-
withChangeTokenStatus
The status of the change token.
- Parameters:
changeTokenStatus- The status of the change token.- 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
-