@Generated(value="software.amazon.awssdk:codegen") public final class ListSyncJobsRequest extends IoTTwinMakerRequest implements ToCopyableBuilder<ListSyncJobsRequest.Builder,ListSyncJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSyncJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSyncJobsRequest.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 return at one time.
|
String |
nextToken()
The string that specifies the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSyncJobsRequest.Builder> |
serializableBuilderClass() |
ListSyncJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workspaceId()
The ID of the workspace that contains the sync job.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workspaceId()
The ID of the workspace that contains the sync job.
public final Integer maxResults()
The maximum number of results to return at one time. The default is 50.
Valid Range: Minimum value of 0. Maximum value of 200.
Valid Range: Minimum value of 0. Maximum value of 200.
public final String nextToken()
The string that specifies the next page of results.
public ListSyncJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSyncJobsRequest.Builder,ListSyncJobsRequest>toBuilder in class IoTTwinMakerRequestpublic static ListSyncJobsRequest.Builder builder()
public static Class<? extends ListSyncJobsRequest.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.