Class TLSInspectionConfigurationMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.networkfirewall.model.TLSInspectionConfigurationMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TLSInspectionConfigurationMetadata.Builder,TLSInspectionConfigurationMetadata>
@Generated("software.amazon.awssdk:codegen") public final class TLSInspectionConfigurationMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TLSInspectionConfigurationMetadata.Builder,TLSInspectionConfigurationMetadata>
High-level information about a TLS inspection configuration, returned by
ListTLSInspectionConfigurations. You can use the information provided in the metadata to retrieve and manage a TLS configuration.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTLSInspectionConfigurationMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the TLS inspection configuration.static TLSInspectionConfigurationMetadata.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The descriptive name of the TLS inspection configuration.List<SdkField<?>>sdkFields()static Class<? extends TLSInspectionConfigurationMetadata.Builder>serializableBuilderClass()TLSInspectionConfigurationMetadata.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
-
name
public final String name()
The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.
- Returns:
- The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the TLS inspection configuration.
- Returns:
- The Amazon Resource Name (ARN) of the TLS inspection configuration.
-
toBuilder
public TLSInspectionConfigurationMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TLSInspectionConfigurationMetadata.Builder,TLSInspectionConfigurationMetadata>
-
builder
public static TLSInspectionConfigurationMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends TLSInspectionConfigurationMetadata.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.
-
-