Class OrganizationEbsVolumesResult
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.OrganizationEbsVolumesResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OrganizationEbsVolumesResult.Builder,OrganizationEbsVolumesResult>
@Generated("software.amazon.awssdk:codegen") public final class OrganizationEbsVolumesResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationEbsVolumesResult.Builder,OrganizationEbsVolumesResult>
An object that contains information on the status of whether EBS volumes scanning will be enabled as a data source for an organization.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrganizationEbsVolumesResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanautoEnable()An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.static OrganizationEbsVolumesResult.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends OrganizationEbsVolumesResult.Builder>serializableBuilderClass()OrganizationEbsVolumesResult.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
autoEnable
public final Boolean autoEnable()
An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.
- Returns:
- An object that contains the status of whether scanning EBS volumes should be auto-enabled for new members joining the organization.
-
toBuilder
public OrganizationEbsVolumesResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OrganizationEbsVolumesResult.Builder,OrganizationEbsVolumesResult>
-
builder
public static OrganizationEbsVolumesResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends OrganizationEbsVolumesResult.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-