7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/MgnRequest.h>
9#include <aws/mgn/Mgn_EXPORTS.h>
10#include <aws/mgn/model/ConnectorSsmCommandConfig.h>
38 template <
typename ConnectorIDT = Aws::String>
40 m_connectorIDHasBeenSet =
true;
41 m_connectorID = std::forward<ConnectorIDT>(value);
43 template <
typename ConnectorIDT = Aws::String>
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
74 template <
typename SsmCommandConfigT = ConnectorSsmCommandConfig>
76 m_ssmCommandConfigHasBeenSet =
true;
77 m_ssmCommandConfig = std::forward<SsmCommandConfigT>(value);
79 template <
typename SsmCommandConfigT = ConnectorSsmCommandConfig>
91 bool m_connectorIDHasBeenSet =
false;
92 bool m_nameHasBeenSet =
false;
93 bool m_ssmCommandConfigHasBeenSet =
false;
void SetSsmCommandConfig(SsmCommandConfigT &&value)
const ConnectorSsmCommandConfig & GetSsmCommandConfig() const
AWS_MGN_API UpdateConnectorRequest()=default
const Aws::String & GetConnectorID() const
const Aws::String & GetName() const
void SetName(NameT &&value)
UpdateConnectorRequest & WithName(NameT &&value)
bool SsmCommandConfigHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool ConnectorIDHasBeenSet() const
AWS_MGN_API Aws::String SerializePayload() const override
void SetConnectorID(ConnectorIDT &&value)
bool NameHasBeenSet() const
UpdateConnectorRequest & WithConnectorID(ConnectorIDT &&value)
UpdateConnectorRequest & WithSsmCommandConfig(SsmCommandConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String