7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mgn/MgnRequest.h>
10#include <aws/mgn/Mgn_EXPORTS.h>
11#include <aws/mgn/model/ConnectorSsmCommandConfig.h>
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
57 template <
typename SsmInstanceIDT = Aws::String>
59 m_ssmInstanceIDHasBeenSet =
true;
60 m_ssmInstanceID = std::forward<SsmInstanceIDT>(value);
62 template <
typename SsmInstanceIDT = Aws::String>
75 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
77 m_tagsHasBeenSet =
true;
78 m_tags = std::forward<TagsT>(value);
80 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
82 SetTags(std::forward<TagsT>(value));
85 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
87 m_tagsHasBeenSet =
true;
88 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
99 template <
typename SsmCommandConfigT = ConnectorSsmCommandConfig>
101 m_ssmCommandConfigHasBeenSet =
true;
102 m_ssmCommandConfig = std::forward<SsmCommandConfigT>(value);
104 template <
typename SsmCommandConfigT = ConnectorSsmCommandConfig>
118 bool m_nameHasBeenSet =
false;
119 bool m_ssmInstanceIDHasBeenSet =
false;
120 bool m_tagsHasBeenSet =
false;
121 bool m_ssmCommandConfigHasBeenSet =
false;
const ConnectorSsmCommandConfig & GetSsmCommandConfig() const
AWS_MGN_API CreateConnectorRequest()=default
CreateConnectorRequest & WithTags(TagsT &&value)
const Aws::String & GetName() const
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_MGN_API Aws::String SerializePayload() const override
CreateConnectorRequest & WithSsmInstanceID(SsmInstanceIDT &&value)
CreateConnectorRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateConnectorRequest & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetName(NameT &&value)
CreateConnectorRequest & WithSsmCommandConfig(SsmCommandConfigT &&value)
bool NameHasBeenSet() const
const Aws::String & GetSsmInstanceID() const
bool SsmInstanceIDHasBeenSet() const
void SetSsmCommandConfig(SsmCommandConfigT &&value)
bool SsmCommandConfigHasBeenSet() const
void SetSsmInstanceID(SsmInstanceIDT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String