@Generated(value="software.amazon.awssdk:codegen") public final class ListMlDataProcessingJobsRequest extends NeptunedataRequest implements ToCopyableBuilder<ListMlDataProcessingJobsRequest.Builder,ListMlDataProcessingJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListMlDataProcessingJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListMlDataProcessingJobsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxItems()
The maximum number of items to return (from 1 to 1024; the default is 10).
|
String |
neptuneIamRoleArn()
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListMlDataProcessingJobsRequest.Builder> |
serializableBuilderClass() |
ListMlDataProcessingJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxItems()
The maximum number of items to return (from 1 to 1024; the default is 10).
public final String neptuneIamRoleArn()
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
public ListMlDataProcessingJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListMlDataProcessingJobsRequest.Builder,ListMlDataProcessingJobsRequest>toBuilder in class NeptunedataRequestpublic static ListMlDataProcessingJobsRequest.Builder builder()
public static Class<? extends ListMlDataProcessingJobsRequest.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.