// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetSegmentVersion`](crate::operation::get_segment_version::builders::GetSegmentVersionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl Into<String>)`](crate::operation::get_segment_version::builders::GetSegmentVersionFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::get_segment_version::builders::GetSegmentVersionFluentBuilder::set_application_id): <p>The unique identifier for the application. This identifier is displayed as the <b>Project ID</b> on the Amazon Pinpoint console.</p>
/// - [`segment_id(impl Into<String>)`](crate::operation::get_segment_version::builders::GetSegmentVersionFluentBuilder::segment_id) / [`set_segment_id(Option<String>)`](crate::operation::get_segment_version::builders::GetSegmentVersionFluentBuilder::set_segment_id): <p>The unique identifier for the segment.</p>
/// - [`version(impl Into<String>)`](crate::operation::get_segment_version::builders::GetSegmentVersionFluentBuilder::version) / [`set_version(Option<String>)`](crate::operation::get_segment_version::builders::GetSegmentVersionFluentBuilder::set_version): <p>The unique version number (Version property) for the campaign version.</p>
/// - On success, responds with [`GetSegmentVersionOutput`](crate::operation::get_segment_version::GetSegmentVersionOutput) with field(s):
/// - [`segment_response(Option<SegmentResponse>)`](crate::operation::get_segment_version::GetSegmentVersionOutput::segment_response): <p>Provides information about the configuration, dimension, and other settings for a segment.</p>
/// - On failure, responds with [`SdkError<GetSegmentVersionError>`](crate::operation::get_segment_version::GetSegmentVersionError)
pub fn get_segment_version(&self) -> crate::operation::get_segment_version::builders::GetSegmentVersionFluentBuilder {
crate::operation::get_segment_version::builders::GetSegmentVersionFluentBuilder::new(self.handle.clone())
}
}