@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrialComponentSource extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon Resource Name (ARN) and job type of the source of a trial component.
| Constructor and Description |
|---|
TrialComponentSource () |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentSource |
clone () |
boolean |
equals (Object obj) |
String |
getSourceArn ()
The source Amazon Resource Name (ARN).
|
String |
getSourceType ()
The source job type.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSourceArn (String sourceArn)
The source Amazon Resource Name (ARN).
|
void |
setSourceType (String sourceType)
The source job type.
|
String |
toString ()
Returns a string representation of this object.
|
TrialComponentSource |
withSourceArn (String sourceArn)
The source Amazon Resource Name (ARN).
|
TrialComponentSource |
withSourceType (String sourceType)
The source job type.
|
public TrialComponentSource()
public void setSourceArn(String sourceArn)
The source Amazon Resource Name (ARN).
sourceArn - The source Amazon Resource Name (ARN).public String getSourceArn()
The source Amazon Resource Name (ARN).
public TrialComponentSource withSourceArn(String sourceArn)
The source Amazon Resource Name (ARN).
sourceArn - The source Amazon Resource Name (ARN).public void setSourceType(String sourceType)
The source job type.
sourceType - The source job type.public String getSourceType()
The source job type.
public TrialComponentSource withSourceType(String sourceType)
The source job type.
sourceType - The source job type.public String toString()
toString in class Object Object.toString() public TrialComponentSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.