@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeSource extends Object implements Serializable, Cloneable, StructuredPojo
The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.
Constructor and Description |
---|
CodeSource() |
Modifier and Type | Method and Description |
---|---|
CodeSource |
clone() |
boolean |
equals(Object obj) |
S3Location |
getS3()
Information about the Amazon S3 location where the source code files provided with the project request are
stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3(S3Location s3)
Information about the Amazon S3 location where the source code files provided with the project request are
stored.
|
String |
toString()
Returns a string representation of this object.
|
CodeSource |
withS3(S3Location s3)
Information about the Amazon S3 location where the source code files provided with the project request are
stored.
|
public void setS3(S3Location s3)
Information about the Amazon S3 location where the source code files provided with the project request are stored.
s3
- Information about the Amazon S3 location where the source code files provided with the project request are
stored.public S3Location getS3()
Information about the Amazon S3 location where the source code files provided with the project request are stored.
public CodeSource withS3(S3Location s3)
Information about the Amazon S3 location where the source code files provided with the project request are stored.
s3
- Information about the Amazon S3 location where the source code files provided with the project request are
stored.public String toString()
toString
in class Object
Object.toString()
public CodeSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.