@Generated(value="software.amazon.awssdk:codegen") public final class UpdateCodeRepositoryRequest extends SageMakerRequest implements ToCopyableBuilder<UpdateCodeRepositoryRequest.Builder,UpdateCodeRepositoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateCodeRepositoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateCodeRepositoryRequest.Builder |
builder() |
String |
codeRepositoryName()
The name of the Git repository to update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GitConfigForUpdate |
gitConfig()
The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the Amazon Web
Services Secrets Manager secret that contains the credentials used to access the repository.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateCodeRepositoryRequest.Builder> |
serializableBuilderClass() |
UpdateCodeRepositoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String codeRepositoryName()
The name of the Git repository to update.
public final GitConfigForUpdate gitConfig()
The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the Amazon Web
Services Secrets Manager secret that contains the credentials used to access the repository. The secret must have
a staging label of AWSCURRENT and must be in the following format:
{"username": UserName, "password": Password}
AWSCURRENT and must be in the following format:
{"username": UserName, "password": Password}
public UpdateCodeRepositoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateCodeRepositoryRequest.Builder,UpdateCodeRepositoryRequest>toBuilder in class SageMakerRequestpublic static UpdateCodeRepositoryRequest.Builder builder()
public static Class<? extends UpdateCodeRepositoryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.