@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3Location s3()
Information about the Amazon S3 location where the source code files provided with the project request are stored.
public CodeSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CodeSource.Builder,CodeSource>public static CodeSource.Builder builder()
public static Class<? extends CodeSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.