Struct aws_sdk_kafka::types::JmxExporterInfo
source · #[non_exhaustive]pub struct JmxExporterInfo { /* private fields */ }Expand description
Indicates whether you want to turn on or turn off the JMX Exporter.
Implementations§
source§impl JmxExporterInfo
impl JmxExporterInfo
sourcepub fn enabled_in_broker(&self) -> bool
pub fn enabled_in_broker(&self) -> bool
Indicates whether you want to turn on or turn off the JMX Exporter.
source§impl JmxExporterInfo
impl JmxExporterInfo
sourcepub fn builder() -> JmxExporterInfoBuilder
pub fn builder() -> JmxExporterInfoBuilder
Creates a new builder-style object to manufacture JmxExporterInfo.
Trait Implementations§
source§impl Clone for JmxExporterInfo
impl Clone for JmxExporterInfo
source§fn clone(&self) -> JmxExporterInfo
fn clone(&self) -> JmxExporterInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for JmxExporterInfo
impl Debug for JmxExporterInfo
source§impl PartialEq<JmxExporterInfo> for JmxExporterInfo
impl PartialEq<JmxExporterInfo> for JmxExporterInfo
source§fn eq(&self, other: &JmxExporterInfo) -> bool
fn eq(&self, other: &JmxExporterInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.