Class CreateExperimentTemplateExperimentOptionsInput
- java.lang.Object
-
- software.amazon.awssdk.services.fis.model.CreateExperimentTemplateExperimentOptionsInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreateExperimentTemplateExperimentOptionsInput.Builder,CreateExperimentTemplateExperimentOptionsInput>
@Generated("software.amazon.awssdk:codegen") public final class CreateExperimentTemplateExperimentOptionsInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateExperimentTemplateExperimentOptionsInput.Builder,CreateExperimentTemplateExperimentOptionsInput>
Specifies experiment options for an experiment template.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateExperimentTemplateExperimentOptionsInput.Builder
-
Method Summary
-
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
-
accountTargeting
public final AccountTargeting accountTargeting()
Specifies the account targeting setting for experiment options.
If the service returns an enum value that is not available in the current SDK version,
accountTargetingwill returnAccountTargeting.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaccountTargetingAsString().- Returns:
- Specifies the account targeting setting for experiment options.
- See Also:
AccountTargeting
-
accountTargetingAsString
public final String accountTargetingAsString()
Specifies the account targeting setting for experiment options.
If the service returns an enum value that is not available in the current SDK version,
accountTargetingwill returnAccountTargeting.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaccountTargetingAsString().- Returns:
- Specifies the account targeting setting for experiment options.
- See Also:
AccountTargeting
-
emptyTargetResolutionMode
public final EmptyTargetResolutionMode emptyTargetResolutionMode()
Specifies the empty target resolution mode for experiment options.
If the service returns an enum value that is not available in the current SDK version,
emptyTargetResolutionModewill returnEmptyTargetResolutionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromemptyTargetResolutionModeAsString().- Returns:
- Specifies the empty target resolution mode for experiment options.
- See Also:
EmptyTargetResolutionMode
-
emptyTargetResolutionModeAsString
public final String emptyTargetResolutionModeAsString()
Specifies the empty target resolution mode for experiment options.
If the service returns an enum value that is not available in the current SDK version,
emptyTargetResolutionModewill returnEmptyTargetResolutionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromemptyTargetResolutionModeAsString().- Returns:
- Specifies the empty target resolution mode for experiment options.
- See Also:
EmptyTargetResolutionMode
-
toBuilder
public CreateExperimentTemplateExperimentOptionsInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateExperimentTemplateExperimentOptionsInput.Builder,CreateExperimentTemplateExperimentOptionsInput>
-
builder
public static CreateExperimentTemplateExperimentOptionsInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateExperimentTemplateExperimentOptionsInput.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.
-
-