@Generated(value="software.amazon.awssdk:codegen") public final class ListManagedResourcesRequest extends ArcZonalShiftRequest implements ToCopyableBuilder<ListManagedResourcesRequest.Builder,ListManagedResourcesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListManagedResourcesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListManagedResourcesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The number of objects that you want to return with this call.
|
String |
nextToken()
Specifies that you want to receive the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListManagedResourcesRequest.Builder> |
serializableBuilderClass() |
ListManagedResourcesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The number of objects that you want to return with this call.
public final String nextToken()
Specifies that you want to receive the next page of results. Valid only if you received a NextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to
the value provided by the previous call's NextToken response to request the next page of results.
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response to request the next page of results.public ListManagedResourcesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListManagedResourcesRequest.Builder,ListManagedResourcesRequest>toBuilder in class ArcZonalShiftRequestpublic static ListManagedResourcesRequest.Builder builder()
public static Class<? extends ListManagedResourcesRequest.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.