@Generated(value="software.amazon.awssdk:codegen") public final class PutLoggingConfigurationResponse extends WafResponse implements ToCopyableBuilder<PutLoggingConfigurationResponse.Builder,PutLoggingConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutLoggingConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutLoggingConfigurationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LoggingConfiguration |
loggingConfiguration()
The LoggingConfiguration that you submitted in the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutLoggingConfigurationResponse.Builder> |
serializableBuilderClass() |
PutLoggingConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LoggingConfiguration loggingConfiguration()
The LoggingConfiguration that you submitted in the request.
public PutLoggingConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutLoggingConfigurationResponse.Builder,PutLoggingConfigurationResponse>toBuilder in class AwsResponsepublic static PutLoggingConfigurationResponse.Builder builder()
public static Class<? extends PutLoggingConfigurationResponse.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.