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