Class CloudWatchLogsLogDeliveryDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kafkaconnect.model.CloudWatchLogsLogDeliveryDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CloudWatchLogsLogDeliveryDescription.Builder,CloudWatchLogsLogDeliveryDescription>
@Generated("software.amazon.awssdk:codegen") public final class CloudWatchLogsLogDeliveryDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloudWatchLogsLogDeliveryDescription.Builder,CloudWatchLogsLogDeliveryDescription>
A description of the log delivery settings.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCloudWatchLogsLogDeliveryDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloudWatchLogsLogDeliveryDescription.Builderbuilder()Booleanenabled()Whether log delivery to Amazon CloudWatch Logs is enabled.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogGroup()The name of the CloudWatch log group that is the destination for log delivery.List<SdkField<?>>sdkFields()static Class<? extends CloudWatchLogsLogDeliveryDescription.Builder>serializableBuilderClass()CloudWatchLogsLogDeliveryDescription.BuildertoBuilder()StringtoString()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
-
enabled
public final Boolean enabled()
Whether log delivery to Amazon CloudWatch Logs is enabled.
- Returns:
- Whether log delivery to Amazon CloudWatch Logs is enabled.
-
logGroup
public final String logGroup()
The name of the CloudWatch log group that is the destination for log delivery.
- Returns:
- The name of the CloudWatch log group that is the destination for log delivery.
-
toBuilder
public CloudWatchLogsLogDeliveryDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CloudWatchLogsLogDeliveryDescription.Builder,CloudWatchLogsLogDeliveryDescription>
-
builder
public static CloudWatchLogsLogDeliveryDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends CloudWatchLogsLogDeliveryDescription.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.
-
-