7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/email/SES_EXPORTS.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
63 m_createdTimestampHasBeenSet =
true;
64 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
66 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
76 bool m_nameHasBeenSet =
false;
77 bool m_createdTimestampHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream