@Generated(value="software.amazon.awssdk:codegen") public final class LogSettingsResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogSettingsResponse.Builder,LogSettingsResponse>
The settings for conversation logs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogSettingsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LogSettingsResponse.Builder |
builder() |
Destination |
destination()
The destination where logs are delivered.
|
String |
destinationAsString()
The destination where logs are delivered.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyArn()
The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.
|
LogType |
logType()
The type of logging that is enabled.
|
String |
logTypeAsString()
The type of logging that is enabled.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.
|
String |
resourcePrefix()
The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain
audio logs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LogSettingsResponse.Builder> |
serializableBuilderClass() |
LogSettingsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LogType logType()
The type of logging that is enabled.
If the service returns an enum value that is not available in the current SDK version, logType will
return LogType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logTypeAsString().
LogTypepublic final String logTypeAsString()
The type of logging that is enabled.
If the service returns an enum value that is not available in the current SDK version, logType will
return LogType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logTypeAsString().
LogTypepublic final Destination destination()
The destination where logs are delivered.
If the service returns an enum value that is not available in the current SDK version, destination will
return Destination.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
destinationAsString().
Destinationpublic final String destinationAsString()
The destination where logs are delivered.
If the service returns an enum value that is not available in the current SDK version, destination will
return Destination.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
destinationAsString().
Destinationpublic final String kmsKeyArn()
The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.
public final String resourceArn()
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.
public final String resourcePrefix()
The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain audio logs. For CloudWatch Logs it is the prefix of the log stream name within the log group that you specified.
public LogSettingsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LogSettingsResponse.Builder,LogSettingsResponse>public static LogSettingsResponse.Builder builder()
public static Class<? extends LogSettingsResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.