@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExperimentSource extends Object implements Serializable, Cloneable, StructuredPojo
The source of the experiment.
Constructor and Description |
---|
ExperimentSource() |
Modifier and Type | Method and Description |
---|---|
ExperimentSource |
clone() |
boolean |
equals(Object obj) |
String |
getSourceArn()
The Amazon Resource Name (ARN) of the source.
|
String |
getSourceType()
The source type.
|
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 |
setSourceType(String sourceType)
The source type.
|
String |
toString()
Returns a string representation of this object.
|
ExperimentSource |
withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
ExperimentSource |
withSourceType(String sourceType)
The source 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 ExperimentSource 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 type.
sourceType
- The source type.public String getSourceType()
The source type.
public ExperimentSource withSourceType(String sourceType)
The source type.
sourceType
- The source type.public String toString()
toString
in class Object
Object.toString()
public ExperimentSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.