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