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