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