@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalysisSourceEntity extends Object implements Serializable, Cloneable, StructuredPojo
The source entity of an analysis.
Constructor and Description |
---|
AnalysisSourceEntity() |
Modifier and Type | Method and Description |
---|---|
AnalysisSourceEntity |
clone() |
boolean |
equals(Object obj) |
AnalysisSourceTemplate |
getSourceTemplate()
The source template for the source entity of the analysis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSourceTemplate(AnalysisSourceTemplate sourceTemplate)
The source template for the source entity of the analysis.
|
String |
toString()
Returns a string representation of this object.
|
AnalysisSourceEntity |
withSourceTemplate(AnalysisSourceTemplate sourceTemplate)
The source template for the source entity of the analysis.
|
public void setSourceTemplate(AnalysisSourceTemplate sourceTemplate)
The source template for the source entity of the analysis.
sourceTemplate
- The source template for the source entity of the analysis.public AnalysisSourceTemplate getSourceTemplate()
The source template for the source entity of the analysis.
public AnalysisSourceEntity withSourceTemplate(AnalysisSourceTemplate sourceTemplate)
The source template for the source entity of the analysis.
sourceTemplate
- The source template for the source entity of the analysis.public String toString()
toString
in class Object
Object.toString()
public AnalysisSourceEntity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.