@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
S3Source object. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3(S3Source s3)
The
S3Source object. |
String |
toString()
Returns a string representation of this object.
|
Source |
withS3(S3Source s3)
The
S3Source object. |
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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.