@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationScanEc2InstanceWithFindings extends Object implements Serializable, Cloneable, StructuredPojo
Organization-wide EC2 instances with findings scan configuration.
| Constructor and Description |
|---|
OrganizationScanEc2InstanceWithFindings() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationScanEc2InstanceWithFindings |
clone() |
boolean |
equals(Object obj) |
OrganizationEbsVolumes |
getEbsVolumes()
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEbsVolumes(OrganizationEbsVolumes ebsVolumes)
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationScanEc2InstanceWithFindings |
withEbsVolumes(OrganizationEbsVolumes ebsVolumes)
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
|
public OrganizationScanEc2InstanceWithFindings()
public void setEbsVolumes(OrganizationEbsVolumes ebsVolumes)
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
ebsVolumes - Whether scanning EBS volumes should be auto-enabled for new members joining the organization.public OrganizationEbsVolumes getEbsVolumes()
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
public OrganizationScanEc2InstanceWithFindings withEbsVolumes(OrganizationEbsVolumes ebsVolumes)
Whether scanning EBS volumes should be auto-enabled for new members joining the organization.
ebsVolumes - Whether scanning EBS volumes should be auto-enabled for new members joining the organization.public String toString()
toString in class ObjectObject.toString()public OrganizationScanEc2InstanceWithFindings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.