@Generated(value="software.amazon.awssdk:codegen") public final class GetLoggingConfigurationRequest extends WafRequest implements ToCopyableBuilder<GetLoggingConfigurationRequest.Builder,GetLoggingConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetLoggingConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetLoggingConfigurationRequest.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 for which you want to get the LoggingConfiguration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetLoggingConfigurationRequest.Builder> |
serializableBuilderClass() |
GetLoggingConfigurationRequest.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 for which you want to get the LoggingConfiguration.
public GetLoggingConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetLoggingConfigurationRequest.Builder,GetLoggingConfigurationRequest>toBuilder in class WafRequestpublic static GetLoggingConfigurationRequest.Builder builder()
public static Class<? extends GetLoggingConfigurationRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.