@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetModelPackageGroupPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetModelPackageGroupPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
GetModelPackageGroupPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getModelPackageGroupName()
The name of the model group for which to get the resource policy.
|
int |
hashCode() |
void |
setModelPackageGroupName(String modelPackageGroupName)
The name of the model group for which to get the resource policy.
|
String |
toString()
Returns a string representation of this object.
|
GetModelPackageGroupPolicyRequest |
withModelPackageGroupName(String modelPackageGroupName)
The name of the model group for which to get the resource policy.
|
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 for which to get the resource policy.
modelPackageGroupName
- The name of the model group for which to get the resource policy.public String getModelPackageGroupName()
The name of the model group for which to get the resource policy.
public GetModelPackageGroupPolicyRequest withModelPackageGroupName(String modelPackageGroupName)
The name of the model group for which to get the resource policy.
modelPackageGroupName
- The name of the model group for which to get the resource policy.public String toString()
toString
in class Object
Object.toString()
public GetModelPackageGroupPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()