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