@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchRecord extends Object implements Serializable, Cloneable, StructuredPojo
A single resource returned as part of the Search API response.
Constructor and Description |
---|
SearchRecord() |
Modifier and Type | Method and Description |
---|---|
SearchRecord |
clone() |
boolean |
equals(Object obj) |
Experiment |
getExperiment()
The properties of an experiment.
|
TrainingJob |
getTrainingJob()
The properties of a training job.
|
Trial |
getTrial()
The properties of a trial.
|
TrialComponent |
getTrialComponent()
The properties of a trial component.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExperiment(Experiment experiment)
The properties of an experiment.
|
void |
setTrainingJob(TrainingJob trainingJob)
The properties of a training job.
|
void |
setTrial(Trial trial)
The properties of a trial.
|
void |
setTrialComponent(TrialComponent trialComponent)
The properties of a trial component.
|
String |
toString()
Returns a string representation of this object.
|
SearchRecord |
withExperiment(Experiment experiment)
The properties of an experiment.
|
SearchRecord |
withTrainingJob(TrainingJob trainingJob)
The properties of a training job.
|
SearchRecord |
withTrial(Trial trial)
The properties of a trial.
|
SearchRecord |
withTrialComponent(TrialComponent trialComponent)
The properties of a trial component.
|
public void setTrainingJob(TrainingJob trainingJob)
The properties of a training job.
trainingJob
- The properties of a training job.public TrainingJob getTrainingJob()
The properties of a training job.
public SearchRecord withTrainingJob(TrainingJob trainingJob)
The properties of a training job.
trainingJob
- The properties of a training job.public void setExperiment(Experiment experiment)
The properties of an experiment.
experiment
- The properties of an experiment.public Experiment getExperiment()
The properties of an experiment.
public SearchRecord withExperiment(Experiment experiment)
The properties of an experiment.
experiment
- The properties of an experiment.public void setTrial(Trial trial)
The properties of a trial.
trial
- The properties of a trial.public Trial getTrial()
The properties of a trial.
public SearchRecord withTrial(Trial trial)
The properties of a trial.
trial
- The properties of a trial.public void setTrialComponent(TrialComponent trialComponent)
The properties of a trial component.
trialComponent
- The properties of a trial component.public TrialComponent getTrialComponent()
The properties of a trial component.
public SearchRecord withTrialComponent(TrialComponent trialComponent)
The properties of a trial component.
trialComponent
- The properties of a trial component.public String toString()
toString
in class Object
Object.toString()
public SearchRecord clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.