@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRegexPatternSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateRegexPatternSetResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRegexPatternSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextLockToken()
A token used for optimistic locking.
|
int |
hashCode() |
void |
setNextLockToken(String nextLockToken)
A token used for optimistic locking.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRegexPatternSetResult |
withNextLockToken(String nextLockToken)
A token used for optimistic locking.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextLockToken(String nextLockToken)
A token used for optimistic locking. WAF returns this token to your update requests. You use
NextLockToken in the same manner as you use LockToken.
nextLockToken - A token used for optimistic locking. WAF returns this token to your update requests. You use
NextLockToken in the same manner as you use LockToken.public String getNextLockToken()
A token used for optimistic locking. WAF returns this token to your update requests. You use
NextLockToken in the same manner as you use LockToken.
update requests. You use
NextLockToken in the same manner as you use LockToken.public UpdateRegexPatternSetResult withNextLockToken(String nextLockToken)
A token used for optimistic locking. WAF returns this token to your update requests. You use
NextLockToken in the same manner as you use LockToken.
nextLockToken - A token used for optimistic locking. WAF returns this token to your update requests. You use
NextLockToken in the same manner as you use LockToken.public String toString()
toString in class ObjectObject.toString()public UpdateRegexPatternSetResult clone()