7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/license-manager/LicenseManager_EXPORTS.h>
19namespace LicenseManager {
40 template <
typename BeginT = Aws::String>
42 m_beginHasBeenSet =
true;
43 m_begin = std::forward<BeginT>(value);
45 template <
typename BeginT = Aws::String>
47 SetBegin(std::forward<BeginT>(value));
58 template <
typename EndT = Aws::String>
60 m_endHasBeenSet =
true;
61 m_end = std::forward<EndT>(value);
63 template <
typename EndT = Aws::String>
65 SetEnd(std::forward<EndT>(value));
73 bool m_beginHasBeenSet =
false;
74 bool m_endHasBeenSet =
false;
void SetBegin(BeginT &&value)
AWS_LICENSEMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LICENSEMANAGER_API DatetimeRange()=default
void SetEnd(EndT &&value)
DatetimeRange & WithBegin(BeginT &&value)
DatetimeRange & WithEnd(EndT &&value)
AWS_LICENSEMANAGER_API DatetimeRange & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BeginHasBeenSet() const
const Aws::String & GetEnd() const
AWS_LICENSEMANAGER_API DatetimeRange(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBegin() const
bool EndHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue