@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRepositoryCatalogDataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRepositoryCatalogDataRequest() |
Modifier and Type | Method and Description |
---|---|
GetRepositoryCatalogDataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRegistryId()
The Amazon Web Services account ID that's associated with the registry that contains the repositories to be
described.
|
String |
getRepositoryName()
The name of the repository to retrieve the catalog metadata for.
|
int |
hashCode() |
void |
setRegistryId(String registryId)
The Amazon Web Services account ID that's associated with the registry that contains the repositories to be
described.
|
void |
setRepositoryName(String repositoryName)
The name of the repository to retrieve the catalog metadata for.
|
String |
toString()
Returns a string representation of this object.
|
GetRepositoryCatalogDataRequest |
withRegistryId(String registryId)
The Amazon Web Services account ID that's associated with the registry that contains the repositories to be
described.
|
GetRepositoryCatalogDataRequest |
withRepositoryName(String repositoryName)
The name of the repository to retrieve the catalog metadata for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRegistryId(String registryId)
The Amazon Web Services account ID that's associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
registryId
- The Amazon Web Services account ID that's associated with the registry that contains the repositories to
be described. If you do not specify a registry, the default public registry is assumed.public String getRegistryId()
The Amazon Web Services account ID that's associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
public GetRepositoryCatalogDataRequest withRegistryId(String registryId)
The Amazon Web Services account ID that's associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
registryId
- The Amazon Web Services account ID that's associated with the registry that contains the repositories to
be described. If you do not specify a registry, the default public registry is assumed.public void setRepositoryName(String repositoryName)
The name of the repository to retrieve the catalog metadata for.
repositoryName
- The name of the repository to retrieve the catalog metadata for.public String getRepositoryName()
The name of the repository to retrieve the catalog metadata for.
public GetRepositoryCatalogDataRequest withRepositoryName(String repositoryName)
The name of the repository to retrieve the catalog metadata for.
repositoryName
- The name of the repository to retrieve the catalog metadata for.public String toString()
toString
in class Object
Object.toString()
public GetRepositoryCatalogDataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()