@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegistryCatalogData extends Object implements Serializable, Cloneable, StructuredPojo
The metadata for a public registry.
Constructor and Description |
---|
RegistryCatalogData() |
Modifier and Type | Method and Description |
---|---|
RegistryCatalogData |
clone() |
boolean |
equals(Object obj) |
String |
getDisplayName()
The display name for a public registry.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisplayName(String displayName)
The display name for a public registry.
|
String |
toString()
Returns a string representation of this object.
|
RegistryCatalogData |
withDisplayName(String displayName)
The display name for a public registry.
|
public void setDisplayName(String displayName)
The display name for a public registry. This appears on the Amazon ECR Public Gallery.
Only accounts that have the verified account badge can have a registry display name.
displayName
- The display name for a public registry. This appears on the Amazon ECR Public Gallery. Only accounts that have the verified account badge can have a registry display name.
public String getDisplayName()
The display name for a public registry. This appears on the Amazon ECR Public Gallery.
Only accounts that have the verified account badge can have a registry display name.
Only accounts that have the verified account badge can have a registry display name.
public RegistryCatalogData withDisplayName(String displayName)
The display name for a public registry. This appears on the Amazon ECR Public Gallery.
Only accounts that have the verified account badge can have a registry display name.
displayName
- The display name for a public registry. This appears on the Amazon ECR Public Gallery. Only accounts that have the verified account badge can have a registry display name.
public String toString()
toString
in class Object
Object.toString()
public RegistryCatalogData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.