Class LoggingConfigurationMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.amp.model.LoggingConfigurationMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoggingConfigurationMetadata.Builder,LoggingConfigurationMetadata>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoggingConfigurationMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoggingConfigurationMetadata.Builderbuilder()InstantcreatedAt()The time when the logging configuration was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogGroupArn()The ARN of the CW log group to which the vended log data will be published.InstantmodifiedAt()The time when the logging configuration was modified.List<SdkField<?>>sdkFields()static Class<? extends LoggingConfigurationMetadata.Builder>serializableBuilderClass()LoggingConfigurationStatusstatus()The status of the logging configuration.LoggingConfigurationMetadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringworkspace()The workspace where the logging configuration exists.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
status
public final LoggingConfigurationStatus status()
The status of the logging configuration.
- Returns:
- The status of the logging configuration.
-
workspace
public final String workspace()
The workspace where the logging configuration exists.
- Returns:
- The workspace where the logging configuration exists.
-
logGroupArn
public final String logGroupArn()
The ARN of the CW log group to which the vended log data will be published.
- Returns:
- The ARN of the CW log group to which the vended log data will be published.
-
createdAt
public final Instant createdAt()
The time when the logging configuration was created.
- Returns:
- The time when the logging configuration was created.
-
modifiedAt
public final Instant modifiedAt()
The time when the logging configuration was modified.
- Returns:
- The time when the logging configuration was modified.
-
toBuilder
public LoggingConfigurationMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoggingConfigurationMetadata.Builder,LoggingConfigurationMetadata>
-
builder
public static LoggingConfigurationMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends LoggingConfigurationMetadata.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-