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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DescribeDBLogFilesDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeDBLogFilesDetails.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Long
lastWritten()
A POSIX timestamp when the last log entry was written.String
logFileName()
The name of the log file for the specified DB instance.List<SdkField<?>>
sdkFields()
static Class<? extends DescribeDBLogFilesDetails.Builder>
serializableBuilderClass()
Long
size()
The size, in bytes, of the log file for the specified DB instance.DescribeDBLogFilesDetails.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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
-
logFileName
public final String 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
public final Long lastWritten()
A POSIX timestamp when the last log entry was written.
- Returns:
- A POSIX timestamp when the last log entry was written.
-
size
public final Long 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
public DescribeDBLogFilesDetails.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DescribeDBLogFilesDetails.Builder,DescribeDBLogFilesDetails>
-
builder
public static DescribeDBLogFilesDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeDBLogFilesDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-