#[non_exhaustive]pub struct GetPromptFileOutputBuilder { /* private fields */ }
Expand description
A builder for GetPromptFileOutput
.
Implementations§
source§impl GetPromptFileOutputBuilder
impl GetPromptFileOutputBuilder
sourcepub fn prompt_presigned_url(self, input: impl Into<String>) -> Self
pub fn prompt_presigned_url(self, input: impl Into<String>) -> Self
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
sourcepub fn set_prompt_presigned_url(self, input: Option<String>) -> Self
pub fn set_prompt_presigned_url(self, input: Option<String>) -> Self
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
sourcepub fn get_prompt_presigned_url(&self) -> &Option<String>
pub fn get_prompt_presigned_url(&self) -> &Option<String>
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
sourcepub fn build(self) -> GetPromptFileOutput
pub fn build(self) -> GetPromptFileOutput
Consumes the builder and constructs a GetPromptFileOutput
.
Trait Implementations§
source§impl Clone for GetPromptFileOutputBuilder
impl Clone for GetPromptFileOutputBuilder
source§fn clone(&self) -> GetPromptFileOutputBuilder
fn clone(&self) -> GetPromptFileOutputBuilder
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 GetPromptFileOutputBuilder
impl Debug for GetPromptFileOutputBuilder
source§impl Default for GetPromptFileOutputBuilder
impl Default for GetPromptFileOutputBuilder
source§fn default() -> GetPromptFileOutputBuilder
fn default() -> GetPromptFileOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetPromptFileOutputBuilder> for GetPromptFileOutputBuilder
impl PartialEq<GetPromptFileOutputBuilder> for GetPromptFileOutputBuilder
source§fn eq(&self, other: &GetPromptFileOutputBuilder) -> bool
fn eq(&self, other: &GetPromptFileOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetPromptFileOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetPromptFileOutputBuilder
impl Send for GetPromptFileOutputBuilder
impl Sync for GetPromptFileOutputBuilder
impl Unpin for GetPromptFileOutputBuilder
impl UnwindSafe for GetPromptFileOutputBuilder
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