@Generated(value="software.amazon.awssdk:codegen") public final class GitConfigForUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GitConfigForUpdate.Builder,GitConfigForUpdate>
Specifies configuration details for a Git repository when the repository is updated.
Modifier and Type | Class and Description |
---|---|
static interface |
GitConfigForUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
static GitConfigForUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretArn()
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials
used to access the git repository.
|
static Class<? extends GitConfigForUpdate.Builder> |
serializableBuilderClass() |
GitConfigForUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String secretArn()
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials
used to access the git 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 GitConfigForUpdate.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GitConfigForUpdate.Builder,GitConfigForUpdate>
public static GitConfigForUpdate.Builder builder()
public static Class<? extends GitConfigForUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.