@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrialComponentSourceDetail extends Object implements Serializable, Cloneable, StructuredPojo
Detailed information about the source of a trial component.
| Constructor and Description |
|---|
TrialComponentSourceDetail() |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentSourceDetail |
clone() |
boolean |
equals(Object obj) |
String |
getSourceArn()
The Amazon Resource Name (ARN) of the source.
|
TrainingJob |
getTrainingJob() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
void |
setTrainingJob(TrainingJob trainingJob) |
String |
toString()
Returns a string representation of this object.
|
TrialComponentSourceDetail |
withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
TrialComponentSourceDetail |
withTrainingJob(TrainingJob trainingJob) |
public void setSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
sourceArn - The Amazon Resource Name (ARN) of the source.public String getSourceArn()
The Amazon Resource Name (ARN) of the source.
public TrialComponentSourceDetail withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
sourceArn - The Amazon Resource Name (ARN) of the source.public void setTrainingJob(TrainingJob trainingJob)
trainingJob - public TrainingJob getTrainingJob()
public TrialComponentSourceDetail withTrainingJob(TrainingJob trainingJob)
trainingJob - public String toString()
toString in class ObjectObject.toString()public TrialComponentSourceDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.