@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRegistryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteRegistryResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteRegistryResult |
clone() |
boolean |
equals(Object obj) |
String |
getRegistryArn()
The Amazon Resource Name (ARN) of the registry being deleted.
|
String |
getRegistryName()
The name of the registry being deleted.
|
String |
getStatus()
The status of the registry.
|
int |
hashCode() |
void |
setRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry being deleted.
|
void |
setRegistryName(String registryName)
The name of the registry being deleted.
|
void |
setStatus(String status)
The status of the registry.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRegistryResult |
withRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry being deleted.
|
DeleteRegistryResult |
withRegistryName(String registryName)
The name of the registry being deleted.
|
DeleteRegistryResult |
withStatus(RegistryStatus status)
The status of the registry.
|
DeleteRegistryResult |
withStatus(String status)
The status of the registry.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRegistryName(String registryName)
The name of the registry being deleted.
registryName - The name of the registry being deleted.public String getRegistryName()
The name of the registry being deleted.
public DeleteRegistryResult withRegistryName(String registryName)
The name of the registry being deleted.
registryName - The name of the registry being deleted.public void setRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry being deleted.
registryArn - The Amazon Resource Name (ARN) of the registry being deleted.public String getRegistryArn()
The Amazon Resource Name (ARN) of the registry being deleted.
public DeleteRegistryResult withRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry being deleted.
registryArn - The Amazon Resource Name (ARN) of the registry being deleted.public void setStatus(String status)
The status of the registry. A successful operation will return the Deleting status.
status - The status of the registry. A successful operation will return the Deleting status.RegistryStatuspublic String getStatus()
The status of the registry. A successful operation will return the Deleting status.
Deleting status.RegistryStatuspublic DeleteRegistryResult withStatus(String status)
The status of the registry. A successful operation will return the Deleting status.
status - The status of the registry. A successful operation will return the Deleting status.RegistryStatuspublic DeleteRegistryResult withStatus(RegistryStatus status)
The status of the registry. A successful operation will return the Deleting status.
status - The status of the registry. A successful operation will return the Deleting status.RegistryStatuspublic String toString()
toString in class ObjectObject.toString()public DeleteRegistryResult clone()