@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public TrialComponentSourceDetail 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.