public class UpdateRepositoryDescriptionRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of an update repository description operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
repositoryDescription
The new comment or description for the specified repository.
|
private java.lang.String |
repositoryName
The name of the repository to set or change the comment or description
for.
|
NOOP
Constructor and Description |
---|
UpdateRepositoryDescriptionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRepositoryDescriptionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getRepositoryDescription()
The new comment or description for the specified repository.
|
java.lang.String |
getRepositoryName()
The name of the repository to set or change the comment or description
for.
|
int |
hashCode() |
void |
setRepositoryDescription(java.lang.String repositoryDescription)
The new comment or description for the specified repository.
|
void |
setRepositoryName(java.lang.String repositoryName)
The name of the repository to set or change the comment or description
for.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateRepositoryDescriptionRequest |
withRepositoryDescription(java.lang.String repositoryDescription)
The new comment or description for the specified repository.
|
UpdateRepositoryDescriptionRequest |
withRepositoryName(java.lang.String repositoryName)
The name of the repository to set or change the comment or description
for.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String repositoryName
The name of the repository to set or change the comment or description for.
private java.lang.String repositoryDescription
The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.
public void setRepositoryName(java.lang.String repositoryName)
The name of the repository to set or change the comment or description for.
repositoryName
- The name of the repository to set or change the comment or
description for.public java.lang.String getRepositoryName()
The name of the repository to set or change the comment or description for.
public UpdateRepositoryDescriptionRequest withRepositoryName(java.lang.String repositoryName)
The name of the repository to set or change the comment or description for.
repositoryName
- The name of the repository to set or change the comment or
description for.public void setRepositoryDescription(java.lang.String repositoryDescription)
The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.
repositoryDescription
- The new comment or description for the specified repository.
Repository descriptions are limited to 1,000 characters.public java.lang.String getRepositoryDescription()
The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.
public UpdateRepositoryDescriptionRequest withRepositoryDescription(java.lang.String repositoryDescription)
The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.
repositoryDescription
- The new comment or description for the specified repository.
Repository descriptions are limited to 1,000 characters.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 UpdateRepositoryDescriptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()