@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeModelPackageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeModelPackageRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeModelPackageRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getModelPackageName()
 The name or Amazon Resource Name (ARN) of the model package to describe. | 
| int | hashCode() | 
| void | setModelPackageName(String modelPackageName)
 The name or Amazon Resource Name (ARN) of the model package to describe. | 
| String | toString()Returns a string representation of this object. | 
| DescribeModelPackageRequest | withModelPackageName(String modelPackageName)
 The name or Amazon Resource Name (ARN) of the model package to describe. | 
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 setModelPackageName(String modelPackageName)
The name or Amazon Resource Name (ARN) of the model package to describe.
When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
modelPackageName - The name or Amazon Resource Name (ARN) of the model package to describe.
        When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
public String getModelPackageName()
The name or Amazon Resource Name (ARN) of the model package to describe.
When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
public DescribeModelPackageRequest withModelPackageName(String modelPackageName)
The name or Amazon Resource Name (ARN) of the model package to describe.
When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
modelPackageName - The name or Amazon Resource Name (ARN) of the model package to describe.
        When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
public String toString()
toString in class ObjectObject.toString()public DescribeModelPackageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()