#[non_exhaustive]pub struct GetPortalInputBuilder { /* private fields */ }
Expand description
A builder for GetPortalInput
.
Implementations§
source§impl GetPortalInputBuilder
impl GetPortalInputBuilder
sourcepub fn portal_arn(self, input: impl Into<String>) -> Self
pub fn portal_arn(self, input: impl Into<String>) -> Self
The ARN of the web portal.
sourcepub fn set_portal_arn(self, input: Option<String>) -> Self
pub fn set_portal_arn(self, input: Option<String>) -> Self
The ARN of the web portal.
sourcepub fn build(self) -> Result<GetPortalInput, BuildError>
pub fn build(self) -> Result<GetPortalInput, BuildError>
Consumes the builder and constructs a GetPortalInput
.
Trait Implementations§
source§impl Clone for GetPortalInputBuilder
impl Clone for GetPortalInputBuilder
source§fn clone(&self) -> GetPortalInputBuilder
fn clone(&self) -> GetPortalInputBuilder
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 GetPortalInputBuilder
impl Debug for GetPortalInputBuilder
source§impl Default for GetPortalInputBuilder
impl Default for GetPortalInputBuilder
source§fn default() -> GetPortalInputBuilder
fn default() -> GetPortalInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetPortalInputBuilder> for GetPortalInputBuilder
impl PartialEq<GetPortalInputBuilder> for GetPortalInputBuilder
source§fn eq(&self, other: &GetPortalInputBuilder) -> bool
fn eq(&self, other: &GetPortalInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetPortalInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetPortalInputBuilder
impl Send for GetPortalInputBuilder
impl Sync for GetPortalInputBuilder
impl Unpin for GetPortalInputBuilder
impl UnwindSafe for GetPortalInputBuilder
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