Class DescribeDBLogFilesDetails
java.lang.Object
software.amazon.awssdk.services.rds.model.DescribeDBLogFilesDetails
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DescribeDBLogFilesDetails.Builder,DescribeDBLogFilesDetails>
@Generated("software.amazon.awssdk:codegen")
public final class DescribeDBLogFilesDetails
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<DescribeDBLogFilesDetails.Builder,DescribeDBLogFilesDetails>
This data type is used as a response element to DescribeDBLogFiles.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LongA POSIX timestamp when the last log entry was written.final StringThe name of the log file for the specified DB instance.static Class<? extends DescribeDBLogFilesDetails.Builder>final Longsize()The size, in bytes, of the log file for the specified DB instance.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
logFileName
The name of the log file for the specified DB instance.
- Returns:
- The name of the log file for the specified DB instance.
-
lastWritten
A POSIX timestamp when the last log entry was written.
- Returns:
- A POSIX timestamp when the last log entry was written.
-
size
The size, in bytes, of the log file for the specified DB instance.
- Returns:
- The size, in bytes, of the log file for the specified DB instance.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeDBLogFilesDetails.Builder,DescribeDBLogFilesDetails>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-