@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Source extends Object implements Serializable, Cloneable, StructuredPojo
 An S3Source object that contains information about the S3 bucket where you saved your unsigned code.
 
| Constructor and Description | 
|---|
| Source() | 
| Modifier and Type | Method and Description | 
|---|---|
| Source | clone() | 
| boolean | equals(Object obj) | 
| S3Source | getS3()
 The  S3Sourceobject. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setS3(S3Source s3)
 The  S3Sourceobject. | 
| String | toString()Returns a string representation of this object. | 
| Source | withS3(S3Source s3)
 The  S3Sourceobject. | 
public void setS3(S3Source s3)
 The S3Source object.
 
s3 - The S3Source object.public S3Source getS3()
 The S3Source object.
 
S3Source object.public Source withS3(S3Source s3)
 The S3Source object.
 
s3 - The S3Source object.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.