@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrialComponentSource extends Object implements Serializable, Cloneable, StructuredPojo
The source of the trial component.
| Constructor and Description |
|---|
TrialComponentSource() |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentSource |
clone() |
boolean |
equals(Object obj) |
String |
getSourceArn()
The Amazon Resource Name (ARN) of the source.
|
String |
getSourceType()
The source job type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
void |
setSourceType(String sourceType)
The source job type.
|
String |
toString()
Returns a string representation of this object.
|
TrialComponentSource |
withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
TrialComponentSource |
withSourceType(String sourceType)
The source job type.
|
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 TrialComponentSource withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
sourceArn - The Amazon Resource Name (ARN) of the source.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 ObjectObject.toString()public TrialComponentSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.