Struct aws_sdk_networkfirewall::operation::delete_tls_inspection_configuration::builders::DeleteTlsInspectionConfigurationOutputBuilder
source · #[non_exhaustive]pub struct DeleteTlsInspectionConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteTlsInspectionConfigurationOutput
.
Implementations§
source§impl DeleteTlsInspectionConfigurationOutputBuilder
impl DeleteTlsInspectionConfigurationOutputBuilder
sourcepub fn tls_inspection_configuration_response(
self,
input: TlsInspectionConfigurationResponse
) -> Self
pub fn tls_inspection_configuration_response( self, input: TlsInspectionConfigurationResponse ) -> Self
The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration
, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration
.
sourcepub fn set_tls_inspection_configuration_response(
self,
input: Option<TlsInspectionConfigurationResponse>
) -> Self
pub fn set_tls_inspection_configuration_response( self, input: Option<TlsInspectionConfigurationResponse> ) -> Self
The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration
, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration
.
sourcepub fn get_tls_inspection_configuration_response(
&self
) -> &Option<TlsInspectionConfigurationResponse>
pub fn get_tls_inspection_configuration_response( &self ) -> &Option<TlsInspectionConfigurationResponse>
The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration
, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration
.
sourcepub fn build(self) -> DeleteTlsInspectionConfigurationOutput
pub fn build(self) -> DeleteTlsInspectionConfigurationOutput
Consumes the builder and constructs a DeleteTlsInspectionConfigurationOutput
.
Trait Implementations§
source§impl Clone for DeleteTlsInspectionConfigurationOutputBuilder
impl Clone for DeleteTlsInspectionConfigurationOutputBuilder
source§fn clone(&self) -> DeleteTlsInspectionConfigurationOutputBuilder
fn clone(&self) -> DeleteTlsInspectionConfigurationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DeleteTlsInspectionConfigurationOutputBuilder
impl Default for DeleteTlsInspectionConfigurationOutputBuilder
source§fn default() -> DeleteTlsInspectionConfigurationOutputBuilder
fn default() -> DeleteTlsInspectionConfigurationOutputBuilder
source§impl PartialEq for DeleteTlsInspectionConfigurationOutputBuilder
impl PartialEq for DeleteTlsInspectionConfigurationOutputBuilder
source§fn eq(&self, other: &DeleteTlsInspectionConfigurationOutputBuilder) -> bool
fn eq(&self, other: &DeleteTlsInspectionConfigurationOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.