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>
52 template <
typename NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
70 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
72 m_createdTimestampHasBeenSet =
true;
73 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
75 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
85 bool m_nameHasBeenSet =
false;
86 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