@Generated(value="software.amazon.awssdk:codegen") public final class StopLaunchRequest extends EvidentlyRequest implements ToCopyableBuilder<StopLaunchRequest.Builder,StopLaunchRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopLaunchRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StopLaunchRequest.Builder |
builder() |
LaunchStopDesiredState |
desiredState()
Specify whether to consider the launch as
COMPLETED or CANCELLED after it stops. |
String |
desiredStateAsString()
Specify whether to consider the launch as
COMPLETED or CANCELLED after it stops. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
launch()
The name of the launch to stop.
|
String |
project()
The name or ARN of the project that contains the launch that you want to stop.
|
String |
reason()
A string that describes why you are stopping the launch.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopLaunchRequest.Builder> |
serializableBuilderClass() |
StopLaunchRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LaunchStopDesiredState desiredState()
Specify whether to consider the launch as COMPLETED or CANCELLED after it stops.
If the service returns an enum value that is not available in the current SDK version, desiredState will
return LaunchStopDesiredState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from desiredStateAsString().
COMPLETED or CANCELLED after it
stops.LaunchStopDesiredStatepublic final String desiredStateAsString()
Specify whether to consider the launch as COMPLETED or CANCELLED after it stops.
If the service returns an enum value that is not available in the current SDK version, desiredState will
return LaunchStopDesiredState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from desiredStateAsString().
COMPLETED or CANCELLED after it
stops.LaunchStopDesiredStatepublic final String launch()
The name of the launch to stop.
public final String project()
The name or ARN of the project that contains the launch that you want to stop.
public final String reason()
A string that describes why you are stopping the launch.
public StopLaunchRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StopLaunchRequest.Builder,StopLaunchRequest>toBuilder in class EvidentlyRequestpublic static StopLaunchRequest.Builder builder()
public static Class<? extends StopLaunchRequest.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.