@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegistryListItem extends Object implements Serializable, Cloneable, StructuredPojo
A structure containing the details for a registry.
Constructor and Description |
---|
RegistryListItem() |
Modifier and Type | Method and Description |
---|---|
RegistryListItem |
clone() |
boolean |
equals(Object obj) |
String |
getCreatedTime()
The data the registry was created.
|
String |
getDescription()
A description of the registry.
|
String |
getRegistryArn()
The Amazon Resource Name (ARN) of the registry.
|
String |
getRegistryName()
The name of the registry.
|
String |
getStatus()
The status of the registry.
|
String |
getUpdatedTime()
The date the registry was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTime(String createdTime)
The data the registry was created.
|
void |
setDescription(String description)
A description of the registry.
|
void |
setRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
|
void |
setRegistryName(String registryName)
The name of the registry.
|
void |
setStatus(String status)
The status of the registry.
|
void |
setUpdatedTime(String updatedTime)
The date the registry was updated.
|
String |
toString()
Returns a string representation of this object.
|
RegistryListItem |
withCreatedTime(String createdTime)
The data the registry was created.
|
RegistryListItem |
withDescription(String description)
A description of the registry.
|
RegistryListItem |
withRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
|
RegistryListItem |
withRegistryName(String registryName)
The name of the registry.
|
RegistryListItem |
withStatus(RegistryStatus status)
The status of the registry.
|
RegistryListItem |
withStatus(String status)
The status of the registry.
|
RegistryListItem |
withUpdatedTime(String updatedTime)
The date the registry was updated.
|
public void setRegistryName(String registryName)
The name of the registry.
registryName
- The name of the registry.public String getRegistryName()
The name of the registry.
public RegistryListItem withRegistryName(String registryName)
The name of the registry.
registryName
- The name of the registry.public void setRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
registryArn
- The Amazon Resource Name (ARN) of the registry.public String getRegistryArn()
The Amazon Resource Name (ARN) of the registry.
public RegistryListItem withRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
registryArn
- The Amazon Resource Name (ARN) of the registry.public void setDescription(String description)
A description of the registry.
description
- A description of the registry.public String getDescription()
A description of the registry.
public RegistryListItem withDescription(String description)
A description of the registry.
description
- A description of the registry.public void setStatus(String status)
The status of the registry.
status
- The status of the registry.RegistryStatus
public String getStatus()
The status of the registry.
RegistryStatus
public RegistryListItem withStatus(String status)
The status of the registry.
status
- The status of the registry.RegistryStatus
public RegistryListItem withStatus(RegistryStatus status)
The status of the registry.
status
- The status of the registry.RegistryStatus
public void setCreatedTime(String createdTime)
The data the registry was created.
createdTime
- The data the registry was created.public String getCreatedTime()
The data the registry was created.
public RegistryListItem withCreatedTime(String createdTime)
The data the registry was created.
createdTime
- The data the registry was created.public void setUpdatedTime(String updatedTime)
The date the registry was updated.
updatedTime
- The date the registry was updated.public String getUpdatedTime()
The date the registry was updated.
public RegistryListItem withUpdatedTime(String updatedTime)
The date the registry was updated.
updatedTime
- The date the registry was updated.public String toString()
toString
in class Object
Object.toString()
public RegistryListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.