@Generated(value="software.amazon.awssdk:codegen") public final class StopDeploymentRequest extends AppConfigRequest implements ToCopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopDeploymentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The application ID.
|
static StopDeploymentRequest.Builder |
builder() |
Integer |
deploymentNumber()
The sequence number of the deployment.
|
String |
environmentId()
The environment ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopDeploymentRequest.Builder> |
serializableBuilderClass() |
StopDeploymentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The application ID.
public final String environmentId()
The environment ID.
public final Integer deploymentNumber()
The sequence number of the deployment.
public StopDeploymentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>toBuilder in class AppConfigRequestpublic static StopDeploymentRequest.Builder builder()
public static Class<? extends StopDeploymentRequest.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 © 2022. All rights reserved.