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