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