@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationEbsVolumesResult extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information on the status of whether EBS volumes scanning will be enabled as a data source for an organization.
Constructor and Description |
---|
OrganizationEbsVolumesResult() |
Modifier and Type | Method and Description |
---|---|
OrganizationEbsVolumesResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoEnable()
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining
the organization.
|
int |
hashCode() |
Boolean |
isAutoEnable()
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining
the organization.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutoEnable(Boolean autoEnable)
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining
the organization.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationEbsVolumesResult |
withAutoEnable(Boolean autoEnable)
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining
the organization.
|
public void setAutoEnable(Boolean autoEnable)
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.
autoEnable
- An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members
joining the organization.public Boolean getAutoEnable()
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.
public OrganizationEbsVolumesResult withAutoEnable(Boolean autoEnable)
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.
autoEnable
- An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members
joining the organization.public Boolean isAutoEnable()
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.
public String toString()
toString
in class Object
Object.toString()
public OrganizationEbsVolumesResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.