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