@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TLSInspectionConfigurationMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the TLS inspection configuration.
|
static TLSInspectionConfigurationMetadata.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The descriptive name of the TLS inspection configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TLSInspectionConfigurationMetadata.Builder> |
serializableBuilderClass() |
TLSInspectionConfigurationMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public final String arn()
The Amazon Resource Name (ARN) of the TLS inspection configuration.
public TLSInspectionConfigurationMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TLSInspectionConfigurationMetadata.Builder,TLSInspectionConfigurationMetadata>public static TLSInspectionConfigurationMetadata.Builder builder()
public static Class<? extends TLSInspectionConfigurationMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.