Struct aws_sdk_amplify::operation::generate_access_logs::builders::GenerateAccessLogsOutputBuilder
source · #[non_exhaustive]pub struct GenerateAccessLogsOutputBuilder { /* private fields */ }Expand description
A builder for GenerateAccessLogsOutput.
Implementations§
source§impl GenerateAccessLogsOutputBuilder
impl GenerateAccessLogsOutputBuilder
sourcepub fn log_url(self, input: impl Into<String>) -> Self
pub fn log_url(self, input: impl Into<String>) -> Self
The pre-signed URL for the requested access logs.
sourcepub fn set_log_url(self, input: Option<String>) -> Self
pub fn set_log_url(self, input: Option<String>) -> Self
The pre-signed URL for the requested access logs.
sourcepub fn get_log_url(&self) -> &Option<String>
pub fn get_log_url(&self) -> &Option<String>
The pre-signed URL for the requested access logs.
sourcepub fn build(self) -> GenerateAccessLogsOutput
pub fn build(self) -> GenerateAccessLogsOutput
Consumes the builder and constructs a GenerateAccessLogsOutput.
Trait Implementations§
source§impl Clone for GenerateAccessLogsOutputBuilder
impl Clone for GenerateAccessLogsOutputBuilder
source§fn clone(&self) -> GenerateAccessLogsOutputBuilder
fn clone(&self) -> GenerateAccessLogsOutputBuilder
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 Default for GenerateAccessLogsOutputBuilder
impl Default for GenerateAccessLogsOutputBuilder
source§fn default() -> GenerateAccessLogsOutputBuilder
fn default() -> GenerateAccessLogsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GenerateAccessLogsOutputBuilder
impl PartialEq for GenerateAccessLogsOutputBuilder
source§fn eq(&self, other: &GenerateAccessLogsOutputBuilder) -> bool
fn eq(&self, other: &GenerateAccessLogsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GenerateAccessLogsOutputBuilder
Auto Trait Implementations§
impl Freeze for GenerateAccessLogsOutputBuilder
impl RefUnwindSafe for GenerateAccessLogsOutputBuilder
impl Send for GenerateAccessLogsOutputBuilder
impl Sync for GenerateAccessLogsOutputBuilder
impl Unpin for GenerateAccessLogsOutputBuilder
impl UnwindSafe for GenerateAccessLogsOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.