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