@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationScanEc2InstanceWithFindingsResult extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information on the status of scanning EC2 instances with findings for an organization.
| Constructor and Description |
|---|
OrganizationScanEc2InstanceWithFindingsResult() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationScanEc2InstanceWithFindingsResult |
clone() |
boolean |
equals(Object obj) |
OrganizationEbsVolumesResult |
getEbsVolumes()
Describes the configuration for scanning EBS volumes for an organization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEbsVolumes(OrganizationEbsVolumesResult ebsVolumes)
Describes the configuration for scanning EBS volumes for an organization.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationScanEc2InstanceWithFindingsResult |
withEbsVolumes(OrganizationEbsVolumesResult ebsVolumes)
Describes the configuration for scanning EBS volumes for an organization.
|
public OrganizationScanEc2InstanceWithFindingsResult()
public void setEbsVolumes(OrganizationEbsVolumesResult ebsVolumes)
Describes the configuration for scanning EBS volumes for an organization.
ebsVolumes - Describes the configuration for scanning EBS volumes for an organization.public OrganizationEbsVolumesResult getEbsVolumes()
Describes the configuration for scanning EBS volumes for an organization.
public OrganizationScanEc2InstanceWithFindingsResult withEbsVolumes(OrganizationEbsVolumesResult ebsVolumes)
Describes the configuration for scanning EBS volumes for an organization.
ebsVolumes - Describes the configuration for scanning EBS volumes for an organization.public String toString()
toString in class ObjectObject.toString()public OrganizationScanEc2InstanceWithFindingsResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.