Struct aws_sdk_workspacesweb::input::UpdatePortalInput
source · [−]#[non_exhaustive]pub struct UpdatePortalInput { /* private fields */ }
Implementations
sourceimpl UpdatePortalInput
impl UpdatePortalInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePortal, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePortal, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdatePortal
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePortalInput
.
sourceimpl UpdatePortalInput
impl UpdatePortalInput
sourcepub fn portal_arn(&self) -> Option<&str>
pub fn portal_arn(&self) -> Option<&str>
The ARN of the web portal.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The name of the web portal. This is not visible to users who log into the web portal.
Trait Implementations
sourceimpl Clone for UpdatePortalInput
impl Clone for UpdatePortalInput
sourcefn clone(&self) -> UpdatePortalInput
fn clone(&self) -> UpdatePortalInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdatePortalInput
impl Debug for UpdatePortalInput
sourceimpl PartialEq<UpdatePortalInput> for UpdatePortalInput
impl PartialEq<UpdatePortalInput> for UpdatePortalInput
sourcefn eq(&self, other: &UpdatePortalInput) -> bool
fn eq(&self, other: &UpdatePortalInput) -> bool
impl StructuralPartialEq for UpdatePortalInput
Auto Trait Implementations
impl RefUnwindSafe for UpdatePortalInput
impl Send for UpdatePortalInput
impl Sync for UpdatePortalInput
impl Unpin for UpdatePortalInput
impl UnwindSafe for UpdatePortalInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more