Struct aws_sdk_robomaker::types::builders::LoggingConfigBuilder
source · #[non_exhaustive]pub struct LoggingConfigBuilder { /* private fields */ }Expand description
A builder for LoggingConfig.
Implementations§
source§impl LoggingConfigBuilder
impl LoggingConfigBuilder
sourcepub fn record_all_ros_topics(self, input: bool) -> Self
👎Deprecated: AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html.
pub fn record_all_ros_topics(self, input: bool) -> Self
A boolean indicating whether to record all ROS topics.
This API is no longer supported and will throw an error if used.
sourcepub fn set_record_all_ros_topics(self, input: Option<bool>) -> Self
👎Deprecated: AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html.
pub fn set_record_all_ros_topics(self, input: Option<bool>) -> Self
A boolean indicating whether to record all ROS topics.
This API is no longer supported and will throw an error if used.
sourcepub fn get_record_all_ros_topics(&self) -> &Option<bool>
👎Deprecated: AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html.
pub fn get_record_all_ros_topics(&self) -> &Option<bool>
A boolean indicating whether to record all ROS topics.
This API is no longer supported and will throw an error if used.
sourcepub fn build(self) -> LoggingConfig
pub fn build(self) -> LoggingConfig
Consumes the builder and constructs a LoggingConfig.
Trait Implementations§
source§impl Clone for LoggingConfigBuilder
impl Clone for LoggingConfigBuilder
source§fn clone(&self) -> LoggingConfigBuilder
fn clone(&self) -> LoggingConfigBuilder
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 LoggingConfigBuilder
impl Debug for LoggingConfigBuilder
source§impl Default for LoggingConfigBuilder
impl Default for LoggingConfigBuilder
source§fn default() -> LoggingConfigBuilder
fn default() -> LoggingConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for LoggingConfigBuilder
impl PartialEq for LoggingConfigBuilder
source§fn eq(&self, other: &LoggingConfigBuilder) -> bool
fn eq(&self, other: &LoggingConfigBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LoggingConfigBuilder
Auto Trait Implementations§
impl Freeze for LoggingConfigBuilder
impl RefUnwindSafe for LoggingConfigBuilder
impl Send for LoggingConfigBuilder
impl Sync for LoggingConfigBuilder
impl Unpin for LoggingConfigBuilder
impl UnwindSafe for LoggingConfigBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.