@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRepositoryPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteRepositoryPolicyResult() |
Modifier and Type | Method and Description |
---|---|
DeleteRepositoryPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getPolicyText()
The JSON repository policy that was deleted from the repository.
|
String |
getRegistryId()
The registry ID associated with the request.
|
String |
getRepositoryName()
The repository name associated with the request.
|
int |
hashCode() |
void |
setPolicyText(String policyText)
The JSON repository policy that was deleted from the repository.
|
void |
setRegistryId(String registryId)
The registry ID associated with the request.
|
void |
setRepositoryName(String repositoryName)
The repository name associated with the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteRepositoryPolicyResult |
withPolicyText(String policyText)
The JSON repository policy that was deleted from the repository.
|
DeleteRepositoryPolicyResult |
withRegistryId(String registryId)
The registry ID associated with the request.
|
DeleteRepositoryPolicyResult |
withRepositoryName(String repositoryName)
The repository name 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 DeleteRepositoryPolicyResult withRegistryId(String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public void setRepositoryName(String repositoryName)
The repository name associated with the request.
repositoryName
- The repository name associated with the request.public String getRepositoryName()
The repository name associated with the request.
public DeleteRepositoryPolicyResult withRepositoryName(String repositoryName)
The repository name associated with the request.
repositoryName
- The repository name associated with the request.public void setPolicyText(String policyText)
The JSON repository policy that was deleted from the repository.
policyText
- The JSON repository policy that was deleted from the repository.public String getPolicyText()
The JSON repository policy that was deleted from the repository.
public DeleteRepositoryPolicyResult withPolicyText(String policyText)
The JSON repository policy that was deleted from the repository.
policyText
- The JSON repository policy that was deleted from the repository.public String toString()
toString
in class Object
Object.toString()
public DeleteRepositoryPolicyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.