Class ExperimentTemplateCloudWatchLogsLogConfigurationInput
- java.lang.Object
-
- software.amazon.awssdk.services.fis.model.ExperimentTemplateCloudWatchLogsLogConfigurationInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExperimentTemplateCloudWatchLogsLogConfigurationInput.Builder,ExperimentTemplateCloudWatchLogsLogConfigurationInput>
@Generated("software.amazon.awssdk:codegen") public final class ExperimentTemplateCloudWatchLogsLogConfigurationInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExperimentTemplateCloudWatchLogsLogConfigurationInput.Builder,ExperimentTemplateCloudWatchLogsLogConfigurationInput>
Specifies the configuration for experiment logging to Amazon CloudWatch Logs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExperimentTemplateCloudWatchLogsLogConfigurationInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExperimentTemplateCloudWatchLogsLogConfigurationInput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogGroupArn()The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.List<SdkField<?>>sdkFields()static Class<? extends ExperimentTemplateCloudWatchLogsLogConfigurationInput.Builder>serializableBuilderClass()ExperimentTemplateCloudWatchLogsLogConfigurationInput.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
-
logGroupArn
public final String logGroupArn()
The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.
- Returns:
- The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.
-
toBuilder
public ExperimentTemplateCloudWatchLogsLogConfigurationInput.Builder toBuilder()
-
builder
public static ExperimentTemplateCloudWatchLogsLogConfigurationInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExperimentTemplateCloudWatchLogsLogConfigurationInput.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.
-
-