@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateControlPanelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateControlPanelResult() |
Modifier and Type | Method and Description |
---|---|
UpdateControlPanelResult |
clone() |
boolean |
equals(Object obj) |
ControlPanel |
getControlPanel()
The control panel to update.
|
int |
hashCode() |
void |
setControlPanel(ControlPanel controlPanel)
The control panel to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateControlPanelResult |
withControlPanel(ControlPanel controlPanel)
The control panel to update.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setControlPanel(ControlPanel controlPanel)
The control panel to update.
controlPanel
- The control panel to update.public ControlPanel getControlPanel()
The control panel to update.
public UpdateControlPanelResult withControlPanel(ControlPanel controlPanel)
The control panel to update.
controlPanel
- The control panel to update.public String toString()
toString
in class Object
Object.toString()
public UpdateControlPanelResult clone()