@Generated(value="software.amazon.awssdk:codegen") public final class ListNodesRequest extends PanoramaRequest implements ToCopyableBuilder<ListNodesRequest.Builder,ListNodesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListNodesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListNodesRequest.Builder |
builder() |
NodeCategory |
category()
Search for nodes by category.
|
String |
categoryAsString()
Search for nodes by category.
|
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 nodes to return in one page of results.
|
String |
nextToken()
Specify the pagination token from a previous request to retrieve the next page of results.
|
String |
ownerAccount()
Search for nodes by the account ID of the nodes' owner.
|
String |
packageName()
Search for nodes by name.
|
String |
packageVersion()
Search for nodes by version.
|
String |
patchVersion()
Search for nodes by patch version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListNodesRequest.Builder> |
serializableBuilderClass() |
ListNodesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NodeCategory category()
Search for nodes by category.
If the service returns an enum value that is not available in the current SDK version, category will
return NodeCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
categoryAsString().
NodeCategorypublic final String categoryAsString()
Search for nodes by category.
If the service returns an enum value that is not available in the current SDK version, category will
return NodeCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
categoryAsString().
NodeCategorypublic final Integer maxResults()
The maximum number of nodes to return in one page of results.
public final String nextToken()
Specify the pagination token from a previous request to retrieve the next page of results.
public final String ownerAccount()
Search for nodes by the account ID of the nodes' owner.
public final String packageName()
Search for nodes by name.
public final String packageVersion()
Search for nodes by version.
public final String patchVersion()
Search for nodes by patch version.
public ListNodesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListNodesRequest.Builder,ListNodesRequest>toBuilder in class PanoramaRequestpublic static ListNodesRequest.Builder builder()
public static Class<? extends ListNodesRequest.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.