@Generated(value="software.amazon.awssdk:codegen") public final class Logging extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Logging.Builder,Logging>
An object that represents the logging information for a virtual node.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Logging.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccessLog |
accessLog()
The access log configuration for a virtual node.
|
static Logging.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Logging.Builder> |
serializableBuilderClass() |
Logging.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccessLog accessLog()
The access log configuration for a virtual node.
public Logging.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Logging.Builder,Logging>public static Logging.Builder builder()
public static Class<? extends Logging.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.