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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVpcEncryptionNonCompliantResource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VpcEncryptionNonCompliantResource.Builderbuilder()Stringdescription()A description of the non-compliant resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the non-compliant resource.BooleanisExcludable()Indicates whether the resource can be excluded from encryption enforcement.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VpcEncryptionNonCompliantResource.Builder>serializableBuilderClass()VpcEncryptionNonCompliantResource.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The type of the non-compliant resource.-
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
-
id
public final String id()
The ID of the non-compliant resource.
- Returns:
- The ID of the non-compliant resource.
-
type
public final String type()
The type of the non-compliant resource.
- Returns:
- The type of the non-compliant resource.
-
description
public final String description()
A description of the non-compliant resource.
- Returns:
- A description of the non-compliant resource.
-
isExcludable
public final Boolean isExcludable()
Indicates whether the resource can be excluded from encryption enforcement.
- Returns:
- Indicates whether the resource can be excluded from encryption enforcement.
-
toBuilder
public VpcEncryptionNonCompliantResource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VpcEncryptionNonCompliantResource.Builder,VpcEncryptionNonCompliantResource>
-
builder
public static VpcEncryptionNonCompliantResource.Builder builder()
-
serializableBuilderClass
public static Class<? extends VpcEncryptionNonCompliantResource.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-