@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchRecord extends Object implements Serializable, Cloneable, StructuredPojo
An individual search result record that contains a single resource object.
| Constructor and Description |
|---|
SearchRecord() |
| Modifier and Type | Method and Description |
|---|---|
SearchRecord |
clone() |
boolean |
equals(Object obj) |
TrainingJob |
getTrainingJob()
A
TrainingJob object that is returned as part of a Search request. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTrainingJob(TrainingJob trainingJob)
A
TrainingJob object that is returned as part of a Search request. |
String |
toString()
Returns a string representation of this object.
|
SearchRecord |
withTrainingJob(TrainingJob trainingJob)
A
TrainingJob object that is returned as part of a Search request. |
public void setTrainingJob(TrainingJob trainingJob)
A TrainingJob object that is returned as part of a Search request.
trainingJob - A TrainingJob object that is returned as part of a Search request.public TrainingJob getTrainingJob()
A TrainingJob object that is returned as part of a Search request.
TrainingJob object that is returned as part of a Search request.public SearchRecord withTrainingJob(TrainingJob trainingJob)
A TrainingJob object that is returned as part of a Search request.
trainingJob - A TrainingJob object that is returned as part of a Search request.public String toString()
toString in class ObjectObject.toString()public SearchRecord clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.