Class UpdateConfigurationInheritance
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateConfigurationInheritance.Builder,UpdateConfigurationInheritance>
The per-scan-type inheritance reset settings for the UpdateConfiguration operation. Each member is
independently optional. Including a member in this structure resets that scan type's configuration to inherit from
the delegated administrator.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final InheritanceModeThe inheritance mode for Amazon EC2 scan configuration.final StringThe inheritance mode for Amazon EC2 scan configuration.final InheritanceModeThe inheritance mode for Amazon ECR scan configuration.final StringThe inheritance mode for Amazon ECR scan configuration.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends UpdateConfigurationInheritance.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
ec2Configuration
The inheritance mode for Amazon EC2 scan configuration. Set to
INHERIT_FROM_ADMINto reset the member account's Amazon EC2 scan configuration to inherit from the delegated administrator. If omitted, the member account's existing Amazon EC2 scan configuration is not changed.If the service returns an enum value that is not available in the current SDK version,
ec2Configurationwill returnInheritanceMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromec2ConfigurationAsString().- Returns:
- The inheritance mode for Amazon EC2 scan configuration. Set to
INHERIT_FROM_ADMINto reset the member account's Amazon EC2 scan configuration to inherit from the delegated administrator. If omitted, the member account's existing Amazon EC2 scan configuration is not changed. - See Also:
-
ec2ConfigurationAsString
The inheritance mode for Amazon EC2 scan configuration. Set to
INHERIT_FROM_ADMINto reset the member account's Amazon EC2 scan configuration to inherit from the delegated administrator. If omitted, the member account's existing Amazon EC2 scan configuration is not changed.If the service returns an enum value that is not available in the current SDK version,
ec2Configurationwill returnInheritanceMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromec2ConfigurationAsString().- Returns:
- The inheritance mode for Amazon EC2 scan configuration. Set to
INHERIT_FROM_ADMINto reset the member account's Amazon EC2 scan configuration to inherit from the delegated administrator. If omitted, the member account's existing Amazon EC2 scan configuration is not changed. - See Also:
-
ecrConfiguration
The inheritance mode for Amazon ECR scan configuration. Set to
INHERIT_FROM_ADMINto reset the member account's Amazon ECR scan configuration to inherit from the delegated administrator. If omitted, the member account's existing Amazon ECR scan configuration is not changed.If the service returns an enum value that is not available in the current SDK version,
ecrConfigurationwill returnInheritanceMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromecrConfigurationAsString().- Returns:
- The inheritance mode for Amazon ECR scan configuration. Set to
INHERIT_FROM_ADMINto reset the member account's Amazon ECR scan configuration to inherit from the delegated administrator. If omitted, the member account's existing Amazon ECR scan configuration is not changed. - See Also:
-
ecrConfigurationAsString
The inheritance mode for Amazon ECR scan configuration. Set to
INHERIT_FROM_ADMINto reset the member account's Amazon ECR scan configuration to inherit from the delegated administrator. If omitted, the member account's existing Amazon ECR scan configuration is not changed.If the service returns an enum value that is not available in the current SDK version,
ecrConfigurationwill returnInheritanceMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromecrConfigurationAsString().- Returns:
- The inheritance mode for Amazon ECR scan configuration. Set to
INHERIT_FROM_ADMINto reset the member account's Amazon ECR scan configuration to inherit from the delegated administrator. If omitted, the member account's existing Amazon ECR scan configuration is not changed. - See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateConfigurationInheritance.Builder,UpdateConfigurationInheritance> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-