@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationRule extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains the information about an evaluation rule for this feature, if it is used in a launch or experiment.
Constructor and Description |
---|
EvaluationRule() |
Modifier and Type | Method and Description |
---|---|
EvaluationRule |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the experiment or launch.
|
String |
getType()
This value is
aws.evidently.splits if this is an evaluation rule for a launch, and it is
aws.evidently.onlineab if this is an evaluation rule for an experiment. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the experiment or launch.
|
void |
setType(String type)
This value is
aws.evidently.splits if this is an evaluation rule for a launch, and it is
aws.evidently.onlineab if this is an evaluation rule for an experiment. |
String |
toString()
Returns a string representation of this object.
|
EvaluationRule |
withName(String name)
The name of the experiment or launch.
|
EvaluationRule |
withType(String type)
This value is
aws.evidently.splits if this is an evaluation rule for a launch, and it is
aws.evidently.onlineab if this is an evaluation rule for an experiment. |
public void setName(String name)
The name of the experiment or launch.
name
- The name of the experiment or launch.public String getName()
The name of the experiment or launch.
public EvaluationRule withName(String name)
The name of the experiment or launch.
name
- The name of the experiment or launch.public void setType(String type)
This value is aws.evidently.splits
if this is an evaluation rule for a launch, and it is
aws.evidently.onlineab
if this is an evaluation rule for an experiment.
type
- This value is aws.evidently.splits
if this is an evaluation rule for a launch, and it is
aws.evidently.onlineab
if this is an evaluation rule for an experiment.public String getType()
This value is aws.evidently.splits
if this is an evaluation rule for a launch, and it is
aws.evidently.onlineab
if this is an evaluation rule for an experiment.
aws.evidently.splits
if this is an evaluation rule for a launch, and it is
aws.evidently.onlineab
if this is an evaluation rule for an experiment.public EvaluationRule withType(String type)
This value is aws.evidently.splits
if this is an evaluation rule for a launch, and it is
aws.evidently.onlineab
if this is an evaluation rule for an experiment.
type
- This value is aws.evidently.splits
if this is an evaluation rule for a launch, and it is
aws.evidently.onlineab
if this is an evaluation rule for an experiment.public String toString()
toString
in class Object
Object.toString()
public EvaluationRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.