@Generated(value="software.amazon.awssdk:codegen") public final class ListBulkImportJobsRequest extends IoTSiteWiseRequest implements ToCopyableBuilder<ListBulkImportJobsRequest.Builder,ListBulkImportJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBulkImportJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListBulkImportJobsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ListBulkImportJobsFilter |
filter()
You can use a filter to select the bulk import jobs that you want to retrieve.
|
String |
filterAsString()
You can use a filter to select the bulk import jobs that you want to retrieve.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return for each paginated request.
|
String |
nextToken()
The token to be used for the next set of paginated results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBulkImportJobsRequest.Builder> |
serializableBuilderClass() |
ListBulkImportJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The token to be used for the next set of paginated results.
public final Integer maxResults()
The maximum number of results to return for each paginated request.
public final ListBulkImportJobsFilter filter()
You can use a filter to select the bulk import jobs that you want to retrieve.
If the service returns an enum value that is not available in the current SDK version, filter will
return ListBulkImportJobsFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from filterAsString().
ListBulkImportJobsFilterpublic final String filterAsString()
You can use a filter to select the bulk import jobs that you want to retrieve.
If the service returns an enum value that is not available in the current SDK version, filter will
return ListBulkImportJobsFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from filterAsString().
ListBulkImportJobsFilterpublic ListBulkImportJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBulkImportJobsRequest.Builder,ListBulkImportJobsRequest>toBuilder in class IoTSiteWiseRequestpublic static ListBulkImportJobsRequest.Builder builder()
public static Class<? extends ListBulkImportJobsRequest.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.