@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateVersionSourceInput extends Object implements Serializable, Cloneable, StructuredPojo
Template version source data.
| Constructor and Description | 
|---|
| TemplateVersionSourceInput() | 
| Modifier and Type | Method and Description | 
|---|---|
| TemplateVersionSourceInput | clone() | 
| boolean | equals(Object obj) | 
| S3ObjectSource | getS3()
 An S3 source object that includes the template bundle S3 path and name for a template minor version. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setS3(S3ObjectSource s3)
 An S3 source object that includes the template bundle S3 path and name for a template minor version. | 
| String | toString()Returns a string representation of this object. | 
| TemplateVersionSourceInput | withS3(S3ObjectSource s3)
 An S3 source object that includes the template bundle S3 path and name for a template minor version. | 
public void setS3(S3ObjectSource s3)
An S3 source object that includes the template bundle S3 path and name for a template minor version.
s3 - An S3 source object that includes the template bundle S3 path and name for a template minor version.public S3ObjectSource getS3()
An S3 source object that includes the template bundle S3 path and name for a template minor version.
public TemplateVersionSourceInput withS3(S3ObjectSource s3)
An S3 source object that includes the template bundle S3 path and name for a template minor version.
s3 - An S3 source object that includes the template bundle S3 path and name for a template minor version.public String toString()
toString in class ObjectObject.toString()public TemplateVersionSourceInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.