public class SetRepositoryPolicyResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
policyText
The JSON repository policy text applied to the repository.
|
private java.lang.String |
registryId
The registry ID associated with the request.
|
private java.lang.String |
repositoryName
The repository name associated with the request.
|
Constructor and Description |
---|
SetRepositoryPolicyResult() |
Modifier and Type | Method and Description |
---|---|
SetRepositoryPolicyResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPolicyText()
The JSON repository policy text applied to the repository.
|
java.lang.String |
getRegistryId()
The registry ID associated with the request.
|
java.lang.String |
getRepositoryName()
The repository name associated with the request.
|
int |
hashCode() |
void |
setPolicyText(java.lang.String policyText)
The JSON repository policy text applied to the repository.
|
void |
setRegistryId(java.lang.String registryId)
The registry ID associated with the request.
|
void |
setRepositoryName(java.lang.String repositoryName)
The repository name associated with the request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetRepositoryPolicyResult |
withPolicyText(java.lang.String policyText)
The JSON repository policy text applied to the repository.
|
SetRepositoryPolicyResult |
withRegistryId(java.lang.String registryId)
The registry ID associated with the request.
|
SetRepositoryPolicyResult |
withRepositoryName(java.lang.String repositoryName)
The repository name associated with the request.
|
private java.lang.String registryId
The registry ID associated with the request.
private java.lang.String repositoryName
The repository name associated with the request.
private java.lang.String policyText
The JSON repository policy text applied to the repository.
public void setRegistryId(java.lang.String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public java.lang.String getRegistryId()
The registry ID associated with the request.
public SetRepositoryPolicyResult withRegistryId(java.lang.String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public void setRepositoryName(java.lang.String repositoryName)
The repository name associated with the request.
repositoryName
- The repository name associated with the request.public java.lang.String getRepositoryName()
The repository name associated with the request.
public SetRepositoryPolicyResult withRepositoryName(java.lang.String repositoryName)
The repository name associated with the request.
repositoryName
- The repository name associated with the request.public void setPolicyText(java.lang.String policyText)
The JSON repository policy text applied to the repository.
policyText
- The JSON repository policy text applied to the repository.public java.lang.String getPolicyText()
The JSON repository policy text applied to the repository.
public SetRepositoryPolicyResult withPolicyText(java.lang.String policyText)
The JSON repository policy text applied to the repository.
policyText
- The JSON repository policy text applied to the repository.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SetRepositoryPolicyResult clone()
clone
in class java.lang.Object