@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 AWS 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 String codeRepositoryName()
The name of the Git repository to update.
public GitConfigForUpdate gitConfig()
The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the AWS 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 int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.