// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`CreateDataRetentionBotChallenge`](crate::operation::create_data_retention_bot_challenge::builders::CreateDataRetentionBotChallengeFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`network_id(impl Into<String>)`](crate::operation::create_data_retention_bot_challenge::builders::CreateDataRetentionBotChallengeFluentBuilder::network_id) / [`set_network_id(Option<String>)`](crate::operation::create_data_retention_bot_challenge::builders::CreateDataRetentionBotChallengeFluentBuilder::set_network_id):<br>required: **true**<br><p>The ID of the Wickr network containing the data retention bot.</p><br>
/// - On success, responds with [`CreateDataRetentionBotChallengeOutput`](crate::operation::create_data_retention_bot_challenge::CreateDataRetentionBotChallengeOutput) with field(s):
/// - [`challenge(String)`](crate::operation::create_data_retention_bot_challenge::CreateDataRetentionBotChallengeOutput::challenge): <p>The newly generated challenge password for the data retention bot.</p>
/// - On failure, responds with [`SdkError<CreateDataRetentionBotChallengeError>`](crate::operation::create_data_retention_bot_challenge::CreateDataRetentionBotChallengeError)
pub fn create_data_retention_bot_challenge(
&self,
) -> crate::operation::create_data_retention_bot_challenge::builders::CreateDataRetentionBotChallengeFluentBuilder {
crate::operation::create_data_retention_bot_challenge::builders::CreateDataRetentionBotChallengeFluentBuilder::new(self.handle.clone())
}
}