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