@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetModelPackageGroupPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetModelPackageGroupPolicyResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetModelPackageGroupPolicyResult | clone() | 
| boolean | equals(Object obj) | 
| String | getResourcePolicy()
 The resource policy for the model group. | 
| int | hashCode() | 
| void | setResourcePolicy(String resourcePolicy)
 The resource policy for the model group. | 
| String | toString()Returns a string representation of this object. | 
| GetModelPackageGroupPolicyResult | withResourcePolicy(String resourcePolicy)
 The resource policy for the model group. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setResourcePolicy(String resourcePolicy)
The resource policy for the model group.
resourcePolicy - The resource policy for the model group.public String getResourcePolicy()
The resource policy for the model group.
public GetModelPackageGroupPolicyResult withResourcePolicy(String resourcePolicy)
The resource policy for the model group.
resourcePolicy - The resource policy for the model group.public String toString()
toString in class ObjectObject.toString()public GetModelPackageGroupPolicyResult clone()