@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) |
Portal |
getPortal()
The web portal.
|
int |
hashCode() |
void |
setPortal(Portal portal)
The web portal.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePortalResult |
withPortal(Portal portal)
The web portal.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPortal(Portal portal)
The web portal.
portal
- The web portal.public Portal getPortal()
The web portal.
public UpdatePortalResult withPortal(Portal portal)
The web portal.
portal
- The web portal.public String toString()
toString
in class Object
Object.toString()
public UpdatePortalResult clone()