@Generated(value="software.amazon.awssdk:codegen") public final class ListDeploymentsRequest extends ProtonRequest implements ToCopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeploymentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDeploymentsRequest.Builder |
builder() |
String |
componentName()
The name of a component for result list filtering.
|
String |
environmentName()
The name of an environment for result list filtering.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of deployments to list.
|
String |
nextToken()
A token that indicates the location of the next deployment in the array of deployment, after the list of
deployment that was previously requested.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDeploymentsRequest.Builder> |
serializableBuilderClass() |
String |
serviceInstanceName()
The name of a service instance for result list filtering.
|
String |
serviceName()
The name of a service for result list filtering.
|
ListDeploymentsRequest.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 for result list filtering. Proton returns deployments associated with that component.
public final String environmentName()
The name of an environment for result list filtering. Proton returns deployments associated with the environment.
public final Integer maxResults()
The maximum number of deployments to list.
public final String nextToken()
A token that indicates the location of the next deployment in the array of deployment, after the list of deployment that was previously requested.
public final String serviceInstanceName()
The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.
public final String serviceName()
The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.
public ListDeploymentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>toBuilder in class ProtonRequestpublic static ListDeploymentsRequest.Builder builder()
public static Class<? extends ListDeploymentsRequest.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.