@Generated(value="software.amazon.awssdk:codegen") public final class LoggingConfigurationMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoggingConfigurationMetadata.Builder,LoggingConfigurationMetadata>
Represents the properties of a logging configuration metadata.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoggingConfigurationMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfigurationMetadata.Builder |
builder() |
Instant |
createdAt()
The time when the logging configuration was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logGroupArn()
The ARN of the CW log group to which the vended log data will be published.
|
Instant |
modifiedAt()
The time when the logging configuration was modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoggingConfigurationMetadata.Builder> |
serializableBuilderClass() |
LoggingConfigurationStatus |
status()
The status of the logging configuration.
|
LoggingConfigurationMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workspace()
The workspace where the logging configuration exists.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LoggingConfigurationStatus status()
The status of the logging configuration.
public final String workspace()
The workspace where the logging configuration exists.
public final String logGroupArn()
The ARN of the CW log group to which the vended log data will be published.
public final Instant createdAt()
The time when the logging configuration was created.
public final Instant modifiedAt()
The time when the logging configuration was modified.
public LoggingConfigurationMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoggingConfigurationMetadata.Builder,LoggingConfigurationMetadata>public static LoggingConfigurationMetadata.Builder builder()
public static Class<? extends LoggingConfigurationMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.