@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePortalResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeletePortalResult() |
| Modifier and Type | Method and Description |
|---|---|
DeletePortalResult |
clone() |
boolean |
equals(Object obj) |
PortalStatus |
getPortalStatus()
The status of the portal, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
int |
hashCode() |
void |
setPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
String |
toString()
Returns a string representation of this object.
|
DeletePortalResult |
withPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (DELETING after successfully calling this
operation) and any error message.
portalStatus - The status of the portal, which contains a state (DELETING after successfully calling this
operation) and any error message.public PortalStatus getPortalStatus()
The status of the portal, which contains a state (DELETING after successfully calling this
operation) and any error message.
DELETING after successfully calling this
operation) and any error message.public DeletePortalResult withPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (DELETING after successfully calling this
operation) and any error message.
portalStatus - The status of the portal, which contains a state (DELETING after successfully calling this
operation) and any error message.public String toString()
toString in class ObjectObject.toString()public DeletePortalResult clone()