@Generated(value="software.amazon.awssdk:codegen") public final class ListComponentsRequest extends GreengrassV2Request 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() |
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 results to be returned per paginated request.
|
String |
nextToken()
The token to be used for the next set of paginated results.
|
ComponentVisibilityScope |
scope()
The scope of the components to list.
|
String |
scopeAsString()
The scope of the components to list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListComponentsRequest.Builder> |
serializableBuilderClass() |
ListComponentsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ComponentVisibilityScope scope()
The scope of the components to list.
Default: PRIVATE
If the service returns an enum value that is not available in the current SDK version, scope will return
ComponentVisibilityScope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scopeAsString().
Default: PRIVATE
ComponentVisibilityScopepublic final String scopeAsString()
The scope of the components to list.
Default: PRIVATE
If the service returns an enum value that is not available in the current SDK version, scope will return
ComponentVisibilityScope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scopeAsString().
Default: PRIVATE
ComponentVisibilityScopepublic final Integer maxResults()
The maximum number of results to be returned per paginated request.
public final String nextToken()
The token to be used for the next set of paginated results.
public ListComponentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListComponentsRequest.Builder,ListComponentsRequest>toBuilder in class GreengrassV2Requestpublic 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.