@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 name of the control returned by the
GetControl API. |
int |
hashCode() |
void |
setControl(Control control)
The name of the control returned by the
GetControl API. |
String |
toString()
Returns a string representation of this object.
|
GetControlResult |
withControl(Control control)
The name of the control returned by the
GetControl API. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setControl(Control control)
The name of the control returned by the GetControl
API.
control
- The name of the control returned by the GetControl
API.public Control getControl()
The name of the control returned by the GetControl
API.
GetControl
API.public GetControlResult withControl(Control control)
The name of the control returned by the GetControl
API.
control
- The name of the control returned by the GetControl
API.public String toString()
toString
in class Object
Object.toString()
public GetControlResult clone()