Class VpcEncryptionControlExclusions
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.VpcEncryptionControlExclusions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VpcEncryptionControlExclusions.Builder,VpcEncryptionControlExclusions>
@Generated("software.amazon.awssdk:codegen") public final class VpcEncryptionControlExclusions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcEncryptionControlExclusions.Builder,VpcEncryptionControlExclusions>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVpcEncryptionControlExclusions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VpcEncryptionControlExclusions.Builderbuilder()VpcEncryptionControlExclusionegressOnlyInternetGateway()Returns the value of the EgressOnlyInternetGateway property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()VpcEncryptionControlExclusioninternetGateway()Returns the value of the InternetGateway property for this object.VpcEncryptionControlExclusionnatGateway()Returns the value of the NatGateway property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VpcEncryptionControlExclusions.Builder>serializableBuilderClass()VpcEncryptionControlExclusions.BuildertoBuilder()StringtoString()Returns a string representation of this object.VpcEncryptionControlExclusionvirtualPrivateGateway()Returns the value of the VirtualPrivateGateway property for this object.VpcEncryptionControlExclusionvpcPeering()Returns the value of the VpcPeering property for 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
-
internetGateway
public final VpcEncryptionControlExclusion internetGateway()
Returns the value of the InternetGateway property for this object.- Returns:
- The value of the InternetGateway property for this object.
-
egressOnlyInternetGateway
public final VpcEncryptionControlExclusion egressOnlyInternetGateway()
Returns the value of the EgressOnlyInternetGateway property for this object.- Returns:
- The value of the EgressOnlyInternetGateway property for this object.
-
natGateway
public final VpcEncryptionControlExclusion natGateway()
Returns the value of the NatGateway property for this object.- Returns:
- The value of the NatGateway property for this object.
-
virtualPrivateGateway
public final VpcEncryptionControlExclusion virtualPrivateGateway()
Returns the value of the VirtualPrivateGateway property for this object.- Returns:
- The value of the VirtualPrivateGateway property for this object.
-
vpcPeering
public final VpcEncryptionControlExclusion vpcPeering()
Returns the value of the VpcPeering property for this object.- Returns:
- The value of the VpcPeering property for this object.
-
toBuilder
public VpcEncryptionControlExclusions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VpcEncryptionControlExclusions.Builder,VpcEncryptionControlExclusions>
-
builder
public static VpcEncryptionControlExclusions.Builder builder()
-
serializableBuilderClass
public static Class<? extends VpcEncryptionControlExclusions.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
-
-