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