@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExperimentOptions extends Object implements Serializable, Cloneable, StructuredPojo
Describes the options for an experiment.
| Constructor and Description |
|---|
ExperimentOptions() |
| Modifier and Type | Method and Description |
|---|---|
ExperimentOptions |
clone() |
boolean |
equals(Object obj) |
String |
getAccountTargeting()
The account targeting setting for an experiment.
|
String |
getEmptyTargetResolutionMode()
The empty target resolution mode for an experiment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountTargeting(String accountTargeting)
The account targeting setting for an experiment.
|
void |
setEmptyTargetResolutionMode(String emptyTargetResolutionMode)
The empty target resolution mode for an experiment.
|
String |
toString()
Returns a string representation of this object.
|
ExperimentOptions |
withAccountTargeting(AccountTargeting accountTargeting)
The account targeting setting for an experiment.
|
ExperimentOptions |
withAccountTargeting(String accountTargeting)
The account targeting setting for an experiment.
|
ExperimentOptions |
withEmptyTargetResolutionMode(EmptyTargetResolutionMode emptyTargetResolutionMode)
The empty target resolution mode for an experiment.
|
ExperimentOptions |
withEmptyTargetResolutionMode(String emptyTargetResolutionMode)
The empty target resolution mode for an experiment.
|
public void setAccountTargeting(String accountTargeting)
The account targeting setting for an experiment.
accountTargeting - The account targeting setting for an experiment.AccountTargetingpublic String getAccountTargeting()
The account targeting setting for an experiment.
AccountTargetingpublic ExperimentOptions withAccountTargeting(String accountTargeting)
The account targeting setting for an experiment.
accountTargeting - The account targeting setting for an experiment.AccountTargetingpublic ExperimentOptions withAccountTargeting(AccountTargeting accountTargeting)
The account targeting setting for an experiment.
accountTargeting - The account targeting setting for an experiment.AccountTargetingpublic void setEmptyTargetResolutionMode(String emptyTargetResolutionMode)
The empty target resolution mode for an experiment.
emptyTargetResolutionMode - The empty target resolution mode for an experiment.EmptyTargetResolutionModepublic String getEmptyTargetResolutionMode()
The empty target resolution mode for an experiment.
EmptyTargetResolutionModepublic ExperimentOptions withEmptyTargetResolutionMode(String emptyTargetResolutionMode)
The empty target resolution mode for an experiment.
emptyTargetResolutionMode - The empty target resolution mode for an experiment.EmptyTargetResolutionModepublic ExperimentOptions withEmptyTargetResolutionMode(EmptyTargetResolutionMode emptyTargetResolutionMode)
The empty target resolution mode for an experiment.
emptyTargetResolutionMode - The empty target resolution mode for an experiment.EmptyTargetResolutionModepublic String toString()
toString in class ObjectObject.toString()public ExperimentOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.