7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LicenseManager
46 template<
typename BeginT = Aws::String>
47 void SetBegin(BeginT&& value) { m_beginHasBeenSet =
true; m_begin = std::forward<BeginT>(value); }
48 template<
typename BeginT = Aws::String>
58 template<
typename EndT = Aws::String>
59 void SetEnd(EndT&& value) { m_endHasBeenSet =
true; m_end = std::forward<EndT>(value); }
60 template<
typename EndT = Aws::String>
66 bool m_beginHasBeenSet =
false;
69 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