@Generated(value="software.amazon.awssdk:codegen") public final class GetLaunchRequest extends EvidentlyRequest implements ToCopyableBuilder<GetLaunchRequest.Builder,GetLaunchRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetLaunchRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetLaunchRequest.Builder |
builder() |
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 that you want to see the details of.
|
String |
project()
The name or ARN of the project that contains the launch.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetLaunchRequest.Builder> |
serializableBuilderClass() |
GetLaunchRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String launch()
The name of the launch that you want to see the details of.
public final String project()
The name or ARN of the project that contains the launch.
public GetLaunchRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetLaunchRequest.Builder,GetLaunchRequest>toBuilder in class EvidentlyRequestpublic static GetLaunchRequest.Builder builder()
public static Class<? extends GetLaunchRequest.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.