@Generated(value="software.amazon.awssdk:codegen") public final class ListDeviceResourcesRequest extends SnowDeviceManagementRequest implements ToCopyableBuilder<ListDeviceResourcesRequest.Builder,ListDeviceResourcesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeviceResourcesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDeviceResourcesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
managedDeviceId()
The ID of the managed device that you are listing the resources of.
|
Integer |
maxResults()
The maximum number of resources per page.
|
String |
nextToken()
A pagination token to continue to the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDeviceResourcesRequest.Builder> |
serializableBuilderClass() |
ListDeviceResourcesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
A structure used to filter the results by type of resource.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String managedDeviceId()
The ID of the managed device that you are listing the resources of.
public final Integer maxResults()
The maximum number of resources per page.
public final String nextToken()
A pagination token to continue to the next page of results.
public final String type()
A structure used to filter the results by type of resource.
public ListDeviceResourcesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDeviceResourcesRequest.Builder,ListDeviceResourcesRequest>toBuilder in class SnowDeviceManagementRequestpublic static ListDeviceResourcesRequest.Builder builder()
public static Class<? extends ListDeviceResourcesRequest.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.