7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
69 template <
typename VersionT = Aws::String>
71 m_versionHasBeenSet =
true;
72 m_version = std::forward<VersionT>(value);
74 template <
typename VersionT = Aws::String>
84 bool m_nameHasBeenSet =
false;
85 bool m_versionHasBeenSet =
false;
bool NameHasBeenSet() const
void SetVersion(VersionT &&value)
const Aws::String & GetVersion() const
void SetName(NameT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PINPOINT_API Template()=default
Template & WithVersion(VersionT &&value)
Template & WithName(NameT &&value)
AWS_PINPOINT_API Template & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool VersionHasBeenSet() const
AWS_PINPOINT_API Template(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue