@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetEnabledControlResult clone()