@Generated(value="software.amazon.awssdk:codegen") public final class ListComponentsRequest extends ProtonRequest implements ToCopyableBuilder<ListComponentsRequest.Builder,ListComponentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListComponentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListComponentsRequest.Builder |
builder() |
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 components to list.
|
String |
nextToken()
A token that indicates the location of the next component in the array of components, after the list of
components that was previously requested.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListComponentsRequest.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.
|
ListComponentsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String environmentName()
The name of an environment for result list filtering. Proton returns components associated with the environment or attached to service instances running in it.
public final Integer maxResults()
The maximum number of components to list.
public final String nextToken()
A token that indicates the location of the next component in the array of components, after the list of components that was previously requested.
public final String serviceInstanceName()
The name of a service instance for result list filtering. Proton returns the component attached to the service instance, if any.
public final String serviceName()
The name of a service for result list filtering. Proton returns components attached to service instances of the service.
public ListComponentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListComponentsRequest.Builder,ListComponentsRequest>toBuilder in class ProtonRequestpublic static ListComponentsRequest.Builder builder()
public static Class<? extends ListComponentsRequest.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.