@Generated(value="software.amazon.awssdk:codegen") public final class CodeSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeSource.Builder,CodeSource>
The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.
Modifier and Type | Class and Description |
---|---|
static interface |
CodeSource.Builder |
Modifier and Type | Method and Description |
---|---|
static CodeSource.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3Location |
s3()
Information about the Amazon S3 location where the source code files provided with the project request are
stored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodeSource.Builder> |
serializableBuilderClass() |
CodeSource.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public S3Location s3()
Information about the Amazon S3 location where the source code files provided with the project request are stored.
public CodeSource.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CodeSource.Builder,CodeSource>
public static CodeSource.Builder builder()
public static Class<? extends CodeSource.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.