@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateModelPackageGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateModelPackageGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateModelPackageGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getModelPackageGroupDescription()
A description for the model group.
|
String |
getModelPackageGroupName()
The name of the model group.
|
List<Tag> |
getTags()
A list of key value pairs associated with the model group.
|
int |
hashCode() |
void |
setModelPackageGroupDescription(String modelPackageGroupDescription)
A description for the model group.
|
void |
setModelPackageGroupName(String modelPackageGroupName)
The name of the model group.
|
void |
setTags(Collection<Tag> tags)
A list of key value pairs associated with the model group.
|
String |
toString()
Returns a string representation of this object.
|
CreateModelPackageGroupRequest |
withModelPackageGroupDescription(String modelPackageGroupDescription)
A description for the model group.
|
CreateModelPackageGroupRequest |
withModelPackageGroupName(String modelPackageGroupName)
The name of the model group.
|
CreateModelPackageGroupRequest |
withTags(Collection<Tag> tags)
A list of key value pairs associated with the model group.
|
CreateModelPackageGroupRequest |
withTags(Tag... tags)
A list of key value pairs associated with the model group.
|
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 setModelPackageGroupName(String modelPackageGroupName)
The name of the model group.
modelPackageGroupName
- The name of the model group.public String getModelPackageGroupName()
The name of the model group.
public CreateModelPackageGroupRequest withModelPackageGroupName(String modelPackageGroupName)
The name of the model group.
modelPackageGroupName
- The name of the model group.public void setModelPackageGroupDescription(String modelPackageGroupDescription)
A description for the model group.
modelPackageGroupDescription
- A description for the model group.public String getModelPackageGroupDescription()
A description for the model group.
public CreateModelPackageGroupRequest withModelPackageGroupDescription(String modelPackageGroupDescription)
A description for the model group.
modelPackageGroupDescription
- A description for the model group.public List<Tag> getTags()
A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
public void setTags(Collection<Tag> tags)
A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags
- A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.public CreateModelPackageGroupRequest withTags(Tag... tags)
A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.public CreateModelPackageGroupRequest withTags(Collection<Tag> tags)
A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags
- A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.public String toString()
toString
in class Object
Object.toString()
public CreateModelPackageGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()