@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRegistryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRegistryResult() |
Modifier and Type | Method and Description |
---|---|
GetRegistryResult |
clone() |
boolean |
equals(Object obj) |
String |
getCreatedTime()
The date and time 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 and time the registry was updated.
|
int |
hashCode() |
void |
setCreatedTime(String createdTime)
The date and time 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 and time the registry was updated.
|
String |
toString()
Returns a string representation of this object.
|
GetRegistryResult |
withCreatedTime(String createdTime)
The date and time the registry was created.
|
GetRegistryResult |
withDescription(String description)
A description of the registry.
|
GetRegistryResult |
withRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
|
GetRegistryResult |
withRegistryName(String registryName)
The name of the registry.
|
GetRegistryResult |
withStatus(RegistryStatus status)
The status of the registry.
|
GetRegistryResult |
withStatus(String status)
The status of the registry.
|
GetRegistryResult |
withUpdatedTime(String updatedTime)
The date and time the registry was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetRegistryResult 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 GetRegistryResult 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 GetRegistryResult 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 GetRegistryResult withStatus(String status)
The status of the registry.
status
- The status of the registry.RegistryStatus
public GetRegistryResult withStatus(RegistryStatus status)
The status of the registry.
status
- The status of the registry.RegistryStatus
public void setCreatedTime(String createdTime)
The date and time the registry was created.
createdTime
- The date and time the registry was created.public String getCreatedTime()
The date and time the registry was created.
public GetRegistryResult withCreatedTime(String createdTime)
The date and time the registry was created.
createdTime
- The date and time the registry was created.public void setUpdatedTime(String updatedTime)
The date and time the registry was updated.
updatedTime
- The date and time the registry was updated.public String getUpdatedTime()
The date and time the registry was updated.
public GetRegistryResult withUpdatedTime(String updatedTime)
The date and time the registry was updated.
updatedTime
- The date and time the registry was updated.public String toString()
toString
in class Object
Object.toString()
public GetRegistryResult clone()