@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeOrganizationConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationConfigurationResult |
clone() |
boolean |
equals(Object obj) |
AutoEnable |
getAutoEnable()
The scan types are automatically enabled for new members of your organization.
|
Boolean |
getMaxAccountLimitReached()
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon
Inspector.
|
int |
hashCode() |
Boolean |
isMaxAccountLimitReached()
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon
Inspector.
|
void |
setAutoEnable(AutoEnable autoEnable)
The scan types are automatically enabled for new members of your organization.
|
void |
setMaxAccountLimitReached(Boolean maxAccountLimitReached)
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon
Inspector.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConfigurationResult |
withAutoEnable(AutoEnable autoEnable)
The scan types are automatically enabled for new members of your organization.
|
DescribeOrganizationConfigurationResult |
withMaxAccountLimitReached(Boolean maxAccountLimitReached)
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon
Inspector.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeOrganizationConfigurationResult()
public void setAutoEnable(AutoEnable autoEnable)
The scan types are automatically enabled for new members of your organization.
autoEnable
- The scan types are automatically enabled for new members of your organization.public AutoEnable getAutoEnable()
The scan types are automatically enabled for new members of your organization.
public DescribeOrganizationConfigurationResult withAutoEnable(AutoEnable autoEnable)
The scan types are automatically enabled for new members of your organization.
autoEnable
- The scan types are automatically enabled for new members of your organization.public void setMaxAccountLimitReached(Boolean maxAccountLimitReached)
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.
maxAccountLimitReached
- Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon
Inspector.public Boolean getMaxAccountLimitReached()
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.
public DescribeOrganizationConfigurationResult withMaxAccountLimitReached(Boolean maxAccountLimitReached)
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.
maxAccountLimitReached
- Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon
Inspector.public Boolean isMaxAccountLimitReached()
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.
public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationConfigurationResult clone()