@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetControlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetControlResult() |
Modifier and Type | Method and Description |
---|---|
GetControlResult |
clone() |
boolean |
equals(Object obj) |
Control |
getControl()
The details of the control that the
GetControl API returned. |
int |
hashCode() |
void |
setControl(Control control)
The details of the control that the
GetControl API returned. |
String |
toString()
Returns a string representation of this object.
|
GetControlResult |
withControl(Control control)
The details of the control that the
GetControl API returned. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setControl(Control control)
The details of the control that the GetControl
API returned.
control
- The details of the control that the GetControl
API returned.public Control getControl()
The details of the control that the GetControl
API returned.
GetControl
API returned.public GetControlResult withControl(Control control)
The details of the control that the GetControl
API returned.
control
- The details of the control that the GetControl
API returned.public String toString()
toString
in class Object
Object.toString()
public GetControlResult clone()