@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnabledControlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetEnabledControlResult() |
| Modifier and Type | Method and Description |
|---|---|
GetEnabledControlResult |
clone() |
boolean |
equals(Object obj) |
EnabledControlDetails |
getEnabledControlDetails()
Information about the enabled control.
|
int |
hashCode() |
void |
setEnabledControlDetails(EnabledControlDetails enabledControlDetails)
Information about the enabled control.
|
String |
toString()
Returns a string representation of this object.
|
GetEnabledControlResult |
withEnabledControlDetails(EnabledControlDetails enabledControlDetails)
Information about the enabled control.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEnabledControlDetails(EnabledControlDetails enabledControlDetails)
Information about the enabled control.
enabledControlDetails - Information about the enabled control.public EnabledControlDetails getEnabledControlDetails()
Information about the enabled control.
public GetEnabledControlResult withEnabledControlDetails(EnabledControlDetails enabledControlDetails)
Information about the enabled control.
enabledControlDetails - Information about the enabled control.public String toString()
toString in class ObjectObject.toString()public GetEnabledControlResult clone()