@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOrganizationConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateOrganizationConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateOrganizationConfigurationResult |
clone() |
boolean |
equals(Object obj) |
AutoEnable |
getAutoEnable()
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
|
int |
hashCode() |
void |
setAutoEnable(AutoEnable autoEnable)
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOrganizationConfigurationResult |
withAutoEnable(AutoEnable autoEnable)
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic UpdateOrganizationConfigurationResult()
public void setAutoEnable(AutoEnable autoEnable)
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
autoEnable - The updated status of scan types automatically enabled for new members of your Amazon Inspector
organization.public AutoEnable getAutoEnable()
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
public UpdateOrganizationConfigurationResult withAutoEnable(AutoEnable autoEnable)
The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.
autoEnable - The updated status of scan types automatically enabled for new members of your Amazon Inspector
organization.public String toString()
toString in class ObjectObject.toString()public UpdateOrganizationConfigurationResult clone()