@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMLModelTransformJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetMLModelTransformJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetMLModelTransformJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The unique identifier of the model-transform job to be reetrieved.
|
String |
getNeptuneIamRoleArn()
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
int |
hashCode() |
void |
setId(String id)
The unique identifier of the model-transform job to be reetrieved.
|
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.
|
GetMLModelTransformJobRequest |
withId(String id)
The unique identifier of the model-transform job to be reetrieved.
|
GetMLModelTransformJobRequest |
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, withSdkRequestTimeoutpublic void setId(String id)
The unique identifier of the model-transform job to be reetrieved.
id - The unique identifier of the model-transform job to be reetrieved.public String getId()
The unique identifier of the model-transform job to be reetrieved.
public GetMLModelTransformJobRequest withId(String id)
The unique identifier of the model-transform job to be reetrieved.
id - The unique identifier of the model-transform job to be reetrieved.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 GetMLModelTransformJobRequest 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 ObjectObject.toString()public GetMLModelTransformJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()