@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)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
List<SdkField<?>> | 
sdkFields()  | 
String | 
secretArn()
 The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the
 git repository. 
 | 
static Class<? extends GitConfigForUpdate.Builder> | 
serializableBuilderClass()  | 
GitConfigForUpdate.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String secretArn()
 The Amazon Resource Name (ARN) of the AWS 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GitConfigForUpdate.Builder,GitConfigForUpdate>public static GitConfigForUpdate.Builder builder()
public static Class<? extends GitConfigForUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.