public class CreateRepositoryRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
repositoryName
The name to use for the repository.
|
NOOP
Constructor and Description |
---|
CreateRepositoryRequest() |
Modifier and Type | Method and Description |
---|---|
CreateRepositoryRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getRepositoryName()
The name to use for the repository.
|
int |
hashCode() |
void |
setRepositoryName(java.lang.String repositoryName)
The name to use for the repository.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateRepositoryRequest |
withRepositoryName(java.lang.String repositoryName)
The name to use for the repository.
|
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 to use for the repository. The repository name may be specified
on its own (such as nginx-web-app
) or it can be prepended
with a namespace to group the repository into a category (such as
project-a/nginx-web-app
).
public void setRepositoryName(java.lang.String repositoryName)
The name to use for the repository. The repository name may be specified
on its own (such as nginx-web-app
) or it can be prepended
with a namespace to group the repository into a category (such as
project-a/nginx-web-app
).
repositoryName
- The name to use for the repository. The repository name may be
specified on its own (such as nginx-web-app
) or it
can be prepended with a namespace to group the repository into a
category (such as project-a/nginx-web-app
).public java.lang.String getRepositoryName()
The name to use for the repository. The repository name may be specified
on its own (such as nginx-web-app
) or it can be prepended
with a namespace to group the repository into a category (such as
project-a/nginx-web-app
).
nginx-web-app
) or it
can be prepended with a namespace to group the repository into a
category (such as project-a/nginx-web-app
).public CreateRepositoryRequest withRepositoryName(java.lang.String repositoryName)
The name to use for the repository. The repository name may be specified
on its own (such as nginx-web-app
) or it can be prepended
with a namespace to group the repository into a category (such as
project-a/nginx-web-app
).
repositoryName
- The name to use for the repository. The repository name may be
specified on its own (such as nginx-web-app
) or it
can be prepended with a namespace to group the repository into a
category (such as project-a/nginx-web-app
).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 CreateRepositoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()