@Generated(value="software.amazon.awssdk:codegen") public final class GetDeploymentRequest extends ProtonRequest implements ToCopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDeploymentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDeploymentRequest.Builder |
builder() |
String |
componentName()
The name of a component that you want to get the detailed data for.
|
String |
environmentName()
The name of a environment that you want to get the detailed data for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the deployment that you want to get the detailed data for.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDeploymentRequest.Builder> |
serializableBuilderClass() |
String |
serviceInstanceName()
The name of the service instance associated with the given deployment ID.
|
String |
serviceName()
The name of the service associated with the given deployment ID.
|
GetDeploymentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String componentName()
The name of a component that you want to get the detailed data for.
public final String environmentName()
The name of a environment that you want to get the detailed data for.
public final String id()
The ID of the deployment that you want to get the detailed data for.
public final String serviceInstanceName()
The name of the service instance associated with the given deployment ID. serviceName must be
specified to identify the service instance.
serviceName must
be specified to identify the service instance.public final String serviceName()
The name of the service associated with the given deployment ID.
public GetDeploymentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>toBuilder in class ProtonRequestpublic static GetDeploymentRequest.Builder builder()
public static Class<? extends GetDeploymentRequest.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.