Struct aws_sdk_devopsguru::operation::describe_account_overview::builders::DescribeAccountOverviewInputBuilder
source · #[non_exhaustive]pub struct DescribeAccountOverviewInputBuilder { /* private fields */ }
Expand description
A builder for DescribeAccountOverviewInput
.
Implementations§
source§impl DescribeAccountOverviewInputBuilder
impl DescribeAccountOverviewInputBuilder
sourcepub fn from_time(self, input: DateTime) -> Self
pub fn from_time(self, input: DateTime) -> Self
The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
This field is required.sourcepub fn set_from_time(self, input: Option<DateTime>) -> Self
pub fn set_from_time(self, input: Option<DateTime>) -> Self
The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
sourcepub fn get_from_time(&self) -> &Option<DateTime>
pub fn get_from_time(&self) -> &Option<DateTime>
The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
sourcepub fn to_time(self, input: DateTime) -> Self
pub fn to_time(self, input: DateTime) -> Self
The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
sourcepub fn set_to_time(self, input: Option<DateTime>) -> Self
pub fn set_to_time(self, input: Option<DateTime>) -> Self
The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
sourcepub fn get_to_time(&self) -> &Option<DateTime>
pub fn get_to_time(&self) -> &Option<DateTime>
The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
sourcepub fn build(self) -> Result<DescribeAccountOverviewInput, BuildError>
pub fn build(self) -> Result<DescribeAccountOverviewInput, BuildError>
Consumes the builder and constructs a DescribeAccountOverviewInput
.
source§impl DescribeAccountOverviewInputBuilder
impl DescribeAccountOverviewInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeAccountOverviewOutput, SdkError<DescribeAccountOverviewError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeAccountOverviewOutput, SdkError<DescribeAccountOverviewError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeAccountOverviewInputBuilder
impl Clone for DescribeAccountOverviewInputBuilder
source§fn clone(&self) -> DescribeAccountOverviewInputBuilder
fn clone(&self) -> DescribeAccountOverviewInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeAccountOverviewInputBuilder
impl Default for DescribeAccountOverviewInputBuilder
source§fn default() -> DescribeAccountOverviewInputBuilder
fn default() -> DescribeAccountOverviewInputBuilder
source§impl PartialEq for DescribeAccountOverviewInputBuilder
impl PartialEq for DescribeAccountOverviewInputBuilder
source§fn eq(&self, other: &DescribeAccountOverviewInputBuilder) -> bool
fn eq(&self, other: &DescribeAccountOverviewInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.