@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMLModelTransformJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMLModelTransformJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListMLModelTransformJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxItems()
The maximum number of items to return (from 1 to 1024; the default is 10).
|
String |
getNeptuneIamRoleArn()
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
int |
hashCode() |
void |
setMaxItems(Integer maxItems)
The maximum number of items to return (from 1 to 1024; the default is 10).
|
void |
setNeptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
String |
toString()
Returns a string representation of this object.
|
ListMLModelTransformJobsRequest |
withMaxItems(Integer maxItems)
The maximum number of items to return (from 1 to 1024; the default is 10).
|
ListMLModelTransformJobsRequest |
withNeptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxItems(Integer maxItems)
The maximum number of items to return (from 1 to 1024; the default is 10).
maxItems
- The maximum number of items to return (from 1 to 1024; the default is 10).public Integer getMaxItems()
The maximum number of items to return (from 1 to 1024; the default is 10).
public ListMLModelTransformJobsRequest withMaxItems(Integer maxItems)
The maximum number of items to return (from 1 to 1024; the default is 10).
maxItems
- The maximum number of items to return (from 1 to 1024; the default is 10).public void setNeptuneIamRoleArn(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.
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 String getNeptuneIamRoleArn()
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 ListMLModelTransformJobsRequest withNeptuneIamRoleArn(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.
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 String toString()
toString
in class Object
Object.toString()
public ListMLModelTransformJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()