Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateRepositoryDescriptionRequest.Builder,UpdateRepositoryDescriptionRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateRepositoryDescriptionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateRepositoryDescriptionRequest.Builder,UpdateRepositoryDescriptionRequest>
Represents the input of an update repository description operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateRepositoryDescriptionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateRepositoryDescriptionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
repositoryDescription() |
The new comment or description for the specified repository.
|
String |
repositoryName() |
The name of the repository to set or change the comment or description for.
|
static Class<? extends UpdateRepositoryDescriptionRequest.Builder> |
serializableBuilderClass() |
|
UpdateRepositoryDescriptionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String repositoryName()
The name of the repository to set or change the comment or description for.
public String repositoryDescription()
The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.
public UpdateRepositoryDescriptionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateRepositoryDescriptionRequest.Builder,UpdateRepositoryDescriptionRequest>
public static UpdateRepositoryDescriptionRequest.Builder builder()
public static Class<? extends UpdateRepositoryDescriptionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.