Struct aws_sdk_amplifybackend::output::delete_token_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteTokenOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn is_success(self, input: bool) -> Self
pub fn is_success(self, input: bool) -> Self
Indicates whether the request succeeded or failed.
sourcepub fn set_is_success(self, input: Option<bool>) -> Self
pub fn set_is_success(self, input: Option<bool>) -> Self
Indicates whether the request succeeded or failed.
sourcepub fn build(self) -> DeleteTokenOutput
pub fn build(self) -> DeleteTokenOutput
Consumes the builder and constructs a DeleteTokenOutput
.