@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 SageMakerRequest
public static UpdateCodeRepositoryRequest.Builder builder()
public static Class<? extends UpdateCodeRepositoryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.