@Generated(value="software.amazon.awssdk:codegen") public final class StartDeploymentRequest extends AmplifyRequest implements ToCopyableBuilder<StartDeploymentRequest.Builder,StartDeploymentRequest>
The request structure for the start a deployment request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartDeploymentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
The unique ID for an Amplify app.
|
String |
branchName()
The name for the branch, for the job.
|
static StartDeploymentRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The job ID for this deployment, generated by the create deployment request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartDeploymentRequest.Builder> |
serializableBuilderClass() |
String |
sourceUrl()
The source URL for this deployment, used when calling start deployment without create deployment.
|
StartDeploymentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appId()
The unique ID for an Amplify app.
public final String branchName()
The name for the branch, for the job.
public final String jobId()
The job ID for this deployment, generated by the create deployment request.
public final String sourceUrl()
The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.
public StartDeploymentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartDeploymentRequest.Builder,StartDeploymentRequest>toBuilder in class AmplifyRequestpublic static StartDeploymentRequest.Builder builder()
public static Class<? extends StartDeploymentRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.