@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRegistryPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutRegistryPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
PutRegistryPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getPolicyText()
The JSON policy text for your registry.
|
String |
getRegistryId()
The registry ID associated with the request.
|
int |
hashCode() |
void |
setPolicyText(String policyText)
The JSON policy text for your registry.
|
void |
setRegistryId(String registryId)
The registry ID associated with the request.
|
String |
toString()
Returns a string representation of this object.
|
PutRegistryPolicyResult |
withPolicyText(String policyText)
The JSON policy text for your registry.
|
PutRegistryPolicyResult |
withRegistryId(String registryId)
The registry ID associated with the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRegistryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.public String getRegistryId()
The registry ID associated with the request.
public PutRegistryPolicyResult withRegistryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.public void setPolicyText(String policyText)
The JSON policy text for your registry.
policyText - The JSON policy text for your registry.public String getPolicyText()
The JSON policy text for your registry.
public PutRegistryPolicyResult withPolicyText(String policyText)
The JSON policy text for your registry.
policyText - The JSON policy text for your registry.public String toString()
toString in class ObjectObject.toString()public PutRegistryPolicyResult clone()