@Generated(value="software.amazon.awssdk:codegen") public final class DeleteLoggingConfigurationRequest extends WafRequest implements ToCopyableBuilder<DeleteLoggingConfigurationRequest.Builder,DeleteLoggingConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteLoggingConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteLoggingConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceArn()
The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteLoggingConfigurationRequest.Builder> |
serializableBuilderClass() |
DeleteLoggingConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String resourceArn()
The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.
public DeleteLoggingConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteLoggingConfigurationRequest.Builder,DeleteLoggingConfigurationRequest>toBuilder in class WafRequestpublic static DeleteLoggingConfigurationRequest.Builder builder()
public static Class<? extends DeleteLoggingConfigurationRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.