@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRegistryCatalogDataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutRegistryCatalogDataRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutRegistryCatalogDataRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDisplayName()
The display name for a public registry.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
The display name for a public registry.
|
String |
toString()
Returns a string representation of this object.
|
PutRegistryCatalogDataRequest |
withDisplayName(String displayName)
The display name for a public registry.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setDisplayName(String displayName)
The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.
The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
displayName - The display name for a public registry. The display name is shown as the repository author in the Amazon
ECR Public Gallery. The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
public String getDisplayName()
The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.
The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
public PutRegistryCatalogDataRequest withDisplayName(String displayName)
The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.
The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
displayName - The display name for a public registry. The display name is shown as the repository author in the Amazon
ECR Public Gallery. The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
public String toString()
toString in class ObjectObject.toString()public PutRegistryCatalogDataRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.