AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::Support::Model::DateInterval Class Reference

#include <DateInterval.h>

Public Member Functions

AWS_SUPPORT_API DateInterval ()=default
 
AWS_SUPPORT_API DateInterval (Aws::Utils::Json::JsonView jsonValue)
 
AWS_SUPPORT_API DateIntervaloperator= (Aws::Utils::Json::JsonView jsonValue)
 
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize () const
 
const Aws::StringGetStartDateTime () const
 
 
template<typename StartDateTimeT = Aws::String>
void SetStartDateTime (StartDateTimeT &&value)
 
template<typename StartDateTimeT = Aws::String>
DateIntervalWithStartDateTime (StartDateTimeT &&value)
 
const Aws::StringGetEndDateTime () const
 
bool EndDateTimeHasBeenSet () const
 
template<typename EndDateTimeT = Aws::String>
void SetEndDateTime (EndDateTimeT &&value)
 
template<typename EndDateTimeT = Aws::String>
DateIntervalWithEndDateTime (EndDateTimeT &&value)
 

Detailed Description

Date and time (UTC) format in RFC 3339 : 'yyyy-MM-dd'T'HH:mm:ss.SSSZZ'.

See Also:

AWS API Reference

Definition at line 32 of file DateInterval.h.

Constructor & Destructor Documentation

◆ DateInterval() [1/2]

AWS_SUPPORT_API Aws::Support::Model::DateInterval::DateInterval ( )
default

◆ DateInterval() [2/2]

AWS_SUPPORT_API Aws::Support::Model::DateInterval::DateInterval ( Aws::Utils::Json::JsonView  jsonValue)

Member Function Documentation

◆ EndDateTimeHasBeenSet()

bool Aws::Support::Model::DateInterval::EndDateTimeHasBeenSet ( ) const
inline

End Date Time (UTC). RFC 3339 format : 'yyyy-MM-dd'T'HH:mm:ss.SSSZZ'.

Definition at line 59 of file DateInterval.h.

◆ GetEndDateTime()

const Aws::String & Aws::Support::Model::DateInterval::GetEndDateTime ( ) const
inline

End Date Time (UTC). RFC 3339 format : 'yyyy-MM-dd'T'HH:mm:ss.SSSZZ'.

Definition at line 58 of file DateInterval.h.

◆ GetStartDateTime()

const Aws::String & Aws::Support::Model::DateInterval::GetStartDateTime ( ) const
inline

A JSON object containing start and date time (UTC). Date and time format is RFC 3339 : 'yyyy-MM-dd'T'HH:mm:ss.SSSZZ'.

Definition at line 46 of file DateInterval.h.

◆ Jsonize()

AWS_SUPPORT_API Aws::Utils::Json::JsonValue Aws::Support::Model::DateInterval::Jsonize ( ) const

◆ operator=()

AWS_SUPPORT_API DateInterval & Aws::Support::Model::DateInterval::operator= ( Aws::Utils::Json::JsonView  jsonValue)

◆ SetEndDateTime()

template<typename EndDateTimeT = Aws::String>
void Aws::Support::Model::DateInterval::SetEndDateTime ( EndDateTimeT &&  value)
inline

End Date Time (UTC). RFC 3339 format : 'yyyy-MM-dd'T'HH:mm:ss.SSSZZ'.

Definition at line 61 of file DateInterval.h.

◆ SetStartDateTime()

template<typename StartDateTimeT = Aws::String>
void Aws::Support::Model::DateInterval::SetStartDateTime ( StartDateTimeT &&  value)
inline

A JSON object containing start and date time (UTC). Date and time format is RFC 3339 : 'yyyy-MM-dd'T'HH:mm:ss.SSSZZ'.

Definition at line 49 of file DateInterval.h.

◆ StartDateTimeHasBeenSet()

bool Aws::Support::Model::DateInterval::StartDateTimeHasBeenSet ( ) const
inline

A JSON object containing start and date time (UTC). Date and time format is RFC 3339 : 'yyyy-MM-dd'T'HH:mm:ss.SSSZZ'.

Definition at line 47 of file DateInterval.h.

◆ WithEndDateTime()

template<typename EndDateTimeT = Aws::String>
DateInterval & Aws::Support::Model::DateInterval::WithEndDateTime ( EndDateTimeT &&  value)
inline

End Date Time (UTC). RFC 3339 format : 'yyyy-MM-dd'T'HH:mm:ss.SSSZZ'.

Definition at line 63 of file DateInterval.h.

◆ WithStartDateTime()

template<typename StartDateTimeT = Aws::String>
DateInterval & Aws::Support::Model::DateInterval::WithStartDateTime ( StartDateTimeT &&  value)
inline

A JSON object containing start and date time (UTC). Date and time format is RFC 3339 : 'yyyy-MM-dd'T'HH:mm:ss.SSSZZ'.

Definition at line 51 of file DateInterval.h.


The documentation for this class was generated from the following file: