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