@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLoggingStatusResponse extends RedshiftResponse implements ToCopyableBuilder<DescribeLoggingStatusResponse.Builder,DescribeLoggingStatusResponse>
Describes the status of logging for a cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeLoggingStatusResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The name of the S3 bucket where the log files are stored.
|
static DescribeLoggingStatusResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastFailureMessage()
The message indicating that logs failed to be delivered.
|
Instant |
lastFailureTime()
The last time when logs failed to be delivered.
|
Instant |
lastSuccessfulDeliveryTime()
The last time that logs were delivered.
|
Boolean |
loggingEnabled()
true if logging is on, false if logging is off. |
String |
s3KeyPrefix()
The prefix applied to the log file names.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeLoggingStatusResponse.Builder> |
serializableBuilderClass() |
DescribeLoggingStatusResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean loggingEnabled()
true if logging is on, false if logging is off.
true if logging is on, false if logging is off.public String bucketName()
The name of the S3 bucket where the log files are stored.
public String s3KeyPrefix()
The prefix applied to the log file names.
public Instant lastSuccessfulDeliveryTime()
The last time that logs were delivered.
public Instant lastFailureTime()
The last time when logs failed to be delivered.
public String lastFailureMessage()
The message indicating that logs failed to be delivered.
public DescribeLoggingStatusResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeLoggingStatusResponse.Builder,DescribeLoggingStatusResponse>toBuilder in class AwsResponsepublic static DescribeLoggingStatusResponse.Builder builder()
public static Class<? extends DescribeLoggingStatusResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.