@Generated(value="software.amazon.awssdk:codegen") public final class UpdateManagedRuleSetVersionExpiryDateResponse extends Wafv2Response implements ToCopyableBuilder<UpdateManagedRuleSetVersionExpiryDateResponse.Builder,UpdateManagedRuleSetVersionExpiryDateResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateManagedRuleSetVersionExpiryDateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateManagedRuleSetVersionExpiryDateResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expiringVersion()
The version that is set to expire.
|
Instant |
expiryTimestamp()
The time that the version will expire.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextLockToken()
A token used for optimistic locking.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateManagedRuleSetVersionExpiryDateResponse.Builder> |
serializableBuilderClass() |
UpdateManagedRuleSetVersionExpiryDateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String expiringVersion()
The version that is set to expire.
public final Instant expiryTimestamp()
The time that the version will expire.
Times are in Coordinated Universal Time (UTC) format. UTC format includes the special designator, Z. For example, "2016-09-27T14:50Z".
Times are in Coordinated Universal Time (UTC) format. UTC format includes the special designator, Z. For example, "2016-09-27T14:50Z".
public final String nextLockToken()
A token used for optimistic locking. WAF returns a token to your get and list requests,
to mark the state of the entity at the time of the request. To make changes to the entity associated with the
token, you provide the token to operations like update and delete. WAF uses the token
to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made,
the update fails with a WAFOptimisticLockException. If this happens, perform another
get, and use the new token returned by that operation.
get and list
requests, to mark the state of the entity at the time of the request. To make changes to the entity
associated with the token, you provide the token to operations like update and
delete. WAF uses the token to ensure that no changes have been made to the entity since you
last retrieved it. If a change has been made, the update fails with a
WAFOptimisticLockException. If this happens, perform another get, and use the
new token returned by that operation.public UpdateManagedRuleSetVersionExpiryDateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateManagedRuleSetVersionExpiryDateResponse.Builder,UpdateManagedRuleSetVersionExpiryDateResponse>toBuilder in class AwsResponsepublic static UpdateManagedRuleSetVersionExpiryDateResponse.Builder builder()
public static Class<? extends UpdateManagedRuleSetVersionExpiryDateResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.