Struct aws_sdk_redshiftdata::operation::describe_statement::builders::DescribeStatementInputBuilder
source · #[non_exhaustive]pub struct DescribeStatementInputBuilder { /* private fields */ }Expand description
A builder for DescribeStatementInput.
Implementations§
source§impl DescribeStatementInputBuilder
impl DescribeStatementInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The identifier of the SQL statement to describe. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. A suffix indicates the number of the SQL statement. For example, d9b6c0c9-0747-4bf4-b142-e8883122f766:2 has a suffix of :2 that indicates the second SQL statement of a batch query. This identifier is returned by BatchExecuteStatment, ExecuteStatement, and ListStatements.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The identifier of the SQL statement to describe. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. A suffix indicates the number of the SQL statement. For example, d9b6c0c9-0747-4bf4-b142-e8883122f766:2 has a suffix of :2 that indicates the second SQL statement of a batch query. This identifier is returned by BatchExecuteStatment, ExecuteStatement, and ListStatements.
sourcepub fn get_id(&self) -> &Option<String>
pub fn get_id(&self) -> &Option<String>
The identifier of the SQL statement to describe. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. A suffix indicates the number of the SQL statement. For example, d9b6c0c9-0747-4bf4-b142-e8883122f766:2 has a suffix of :2 that indicates the second SQL statement of a batch query. This identifier is returned by BatchExecuteStatment, ExecuteStatement, and ListStatements.
sourcepub fn build(self) -> Result<DescribeStatementInput, BuildError>
pub fn build(self) -> Result<DescribeStatementInput, BuildError>
Consumes the builder and constructs a DescribeStatementInput.
source§impl DescribeStatementInputBuilder
impl DescribeStatementInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeStatementOutput, SdkError<DescribeStatementError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeStatementOutput, SdkError<DescribeStatementError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeStatementInputBuilder
impl Clone for DescribeStatementInputBuilder
source§fn clone(&self) -> DescribeStatementInputBuilder
fn clone(&self) -> DescribeStatementInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeStatementInputBuilder
impl Default for DescribeStatementInputBuilder
source§fn default() -> DescribeStatementInputBuilder
fn default() -> DescribeStatementInputBuilder
source§impl PartialEq for DescribeStatementInputBuilder
impl PartialEq for DescribeStatementInputBuilder
source§fn eq(&self, other: &DescribeStatementInputBuilder) -> bool
fn eq(&self, other: &DescribeStatementInputBuilder) -> bool
self and other values to be equal, and is used
by ==.