// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetStaticIps`](crate::operation::get_static_ips::builders::GetStaticIpsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`page_token(impl Into<String>)`](crate::operation::get_static_ips::builders::GetStaticIpsFluentBuilder::page_token) / [`set_page_token(Option<String>)`](crate::operation::get_static_ips::builders::GetStaticIpsFluentBuilder::set_page_token):<br>required: **false**<br><p>The token to advance to the next page of results from your request.</p> <p>To get a page token, perform an initial <code>GetStaticIps</code> request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.</p><br>
/// - On success, responds with [`GetStaticIpsOutput`](crate::operation::get_static_ips::GetStaticIpsOutput) with field(s):
/// - [`static_ips(Option<Vec::<StaticIp>>)`](crate::operation::get_static_ips::GetStaticIpsOutput::static_ips): <p>An array of key-value pairs containing information about your get static IPs request.</p>
/// - [`next_page_token(Option<String>)`](crate::operation::get_static_ips::GetStaticIpsOutput::next_page_token): <p>The token to advance to the next page of results from your request.</p> <p>A next page token is not returned if there are no more results to display.</p> <p>To get the next page of results, perform another <code>GetStaticIps</code> request and specify the next page token using the <code>pageToken</code> parameter.</p>
/// - On failure, responds with [`SdkError<GetStaticIpsError>`](crate::operation::get_static_ips::GetStaticIpsError)
pub fn get_static_ips(&self) -> crate::operation::get_static_ips::builders::GetStaticIpsFluentBuilder {
crate::operation::get_static_ips::builders::GetStaticIpsFluentBuilder::new(self.handle.clone())
}
}