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