Class CloudWatchLogDeliveryOptions
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.CloudWatchLogDeliveryOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CloudWatchLogDeliveryOptions.Builder,CloudWatchLogDeliveryOptions>
@Generated("software.amazon.awssdk:codegen") public final class CloudWatchLogDeliveryOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloudWatchLogDeliveryOptions.Builder,CloudWatchLogDeliveryOptions>
The log delivery option to send data to Amazon CloudWatch Logs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCloudWatchLogDeliveryOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloudWatchLogDeliveryOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogGroupName()The Amazon CloudWatch Logs group the operation sends data to.LogTypelogType()The type of log to send data to Amazon CloudWatch Logs.StringlogTypeAsString()The type of log to send data to Amazon CloudWatch Logs.List<SdkField<?>>sdkFields()static Class<? extends CloudWatchLogDeliveryOptions.Builder>serializableBuilderClass()CloudWatchLogDeliveryOptions.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
-
logType
public final LogType logType()
The type of log to send data to Amazon CloudWatch Logs.
If the service returns an enum value that is not available in the current SDK version,
logTypewill returnLogType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogTypeAsString().- Returns:
- The type of log to send data to Amazon CloudWatch Logs.
- See Also:
LogType
-
logTypeAsString
public final String logTypeAsString()
The type of log to send data to Amazon CloudWatch Logs.
If the service returns an enum value that is not available in the current SDK version,
logTypewill returnLogType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogTypeAsString().- Returns:
- The type of log to send data to Amazon CloudWatch Logs.
- See Also:
LogType
-
logGroupName
public final String logGroupName()
The Amazon CloudWatch Logs group the operation sends data to.
- Returns:
- The Amazon CloudWatch Logs group the operation sends data to.
-
toBuilder
public CloudWatchLogDeliveryOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CloudWatchLogDeliveryOptions.Builder,CloudWatchLogDeliveryOptions>
-
builder
public static CloudWatchLogDeliveryOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends CloudWatchLogDeliveryOptions.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.
-
-