@Generated(value="software.amazon.awssdk:codegen") public final class AutoBranchCreationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoBranchCreationConfig.Builder,AutoBranchCreationConfig>
Structure with auto branch creation config.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoBranchCreationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
basicAuthCredentials()
Basic Authorization credentials for the auto created branch.
|
static AutoBranchCreationConfig.Builder |
builder() |
String |
buildSpec()
BuildSpec for the auto created branch.
|
Boolean |
enableAutoBuild()
Enables auto building for the auto created branch.
|
Boolean |
enableBasicAuth()
Enables Basic Auth for the auto created branch.
|
Boolean |
enablePullRequestPreview()
Enables Pull Request Preview for auto created branch.
|
Map<String,String> |
environmentVariables()
Environment Variables for the auto created branch.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
framework()
Framework for the auto created branch.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pullRequestEnvironmentName()
The Amplify Environment name for the pull request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoBranchCreationConfig.Builder> |
serializableBuilderClass() |
Stage |
stage()
Stage for the auto created branch.
|
String |
stageAsString()
Stage for the auto created branch.
|
AutoBranchCreationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Stage stage()
Stage for the auto created branch.
If the service returns an enum value that is not available in the current SDK version, stage will return
Stage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stageAsString().
Stagepublic String stageAsString()
Stage for the auto created branch.
If the service returns an enum value that is not available in the current SDK version, stage will return
Stage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stageAsString().
Stagepublic String framework()
Framework for the auto created branch.
public Boolean enableAutoBuild()
Enables auto building for the auto created branch.
public Map<String,String> environmentVariables()
Environment Variables for the auto created branch.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String basicAuthCredentials()
Basic Authorization credentials for the auto created branch.
public Boolean enableBasicAuth()
Enables Basic Auth for the auto created branch.
public String buildSpec()
BuildSpec for the auto created branch.
public Boolean enablePullRequestPreview()
Enables Pull Request Preview for auto created branch.
public String pullRequestEnvironmentName()
The Amplify Environment name for the pull request.
public AutoBranchCreationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoBranchCreationConfig.Builder,AutoBranchCreationConfig>public static AutoBranchCreationConfig.Builder builder()
public static Class<? extends AutoBranchCreationConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.