@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  UpdateControlAPI. | 
| int | hashCode() | 
| void | setControl(Control control)
 The name of the updated control set returned by the  UpdateControlAPI. | 
| String | toString()Returns a string representation of this object. | 
| UpdateControlResult | withControl(Control control)
 The name of the updated control set returned by the  UpdateControlAPI. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public UpdateControlResult clone()