Class VpcEncryptionNonCompliantResource
java.lang.Object
software.amazon.awssdk.services.ec2.model.VpcEncryptionNonCompliantResource
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VpcEncryptionNonCompliantResource.Builder,VpcEncryptionNonCompliantResource>
@Generated("software.amazon.awssdk:codegen")
public final class VpcEncryptionNonCompliantResource
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<VpcEncryptionNonCompliantResource.Builder,VpcEncryptionNonCompliantResource>
Describes a resource that is not compliant with VPC encryption requirements.
For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringA description of the non-compliant resource.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The ID of the non-compliant resource.final BooleanIndicates whether the resource can be excluded from encryption enforcement.static Class<? extends VpcEncryptionNonCompliantResource.Builder>final StringtoString()Returns a string representation of this object.final Stringtype()The type of the non-compliant resource.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
id
The ID of the non-compliant resource.
- Returns:
- The ID of the non-compliant resource.
-
type
The type of the non-compliant resource.
- Returns:
- The type of the non-compliant resource.
-
description
A description of the non-compliant resource.
- Returns:
- A description of the non-compliant resource.
-
isExcludable
Indicates whether the resource can be excluded from encryption enforcement.
- Returns:
- Indicates whether the resource can be excluded from encryption enforcement.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<VpcEncryptionNonCompliantResource.Builder,VpcEncryptionNonCompliantResource>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-