@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteModelPackageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
DeleteModelPackageRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteModelPackageRequest | 
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 delete. 
 | 
int | 
hashCode()  | 
void | 
setModelPackageName(String modelPackageName)
 The name or Amazon Resource Name (ARN) of the model package to delete. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DeleteModelPackageRequest | 
withModelPackageName(String modelPackageName)
 The name or Amazon Resource Name (ARN) of the model package to delete. 
 | 
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 delete.
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 delete.
        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 delete.
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 DeleteModelPackageRequest withModelPackageName(String modelPackageName)
The name or Amazon Resource Name (ARN) of the model package to delete.
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 delete.
        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 DeleteModelPackageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()