#[allow(missing_docs)] #[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct GetPolicyInput {}
impl GetPolicyInput {
pub fn builder() -> crate::operation::get_policy::builders::GetPolicyInputBuilder {
crate::operation::get_policy::builders::GetPolicyInputBuilder::default()
}
}
#[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
pub struct GetPolicyInputBuilder {}
impl GetPolicyInputBuilder {
pub fn build(self) -> ::std::result::Result<crate::operation::get_policy::GetPolicyInput, ::aws_smithy_types::error::operation::BuildError> {
::std::result::Result::Ok(crate::operation::get_policy::GetPolicyInput {})
}
}