@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public PutRegistryCatalogDataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()