7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/MgnRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mgn/model/ConnectorSsmCommandConfig.h>
42 template<
typename ConnectorIDT = Aws::String>
43 void SetConnectorID(ConnectorIDT&& value) { m_connectorIDHasBeenSet =
true; m_connectorID = std::forward<ConnectorIDT>(value); }
44 template<
typename ConnectorIDT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
66 template<
typename SsmCommandConfigT = ConnectorSsmCommandConfig>
67 void SetSsmCommandConfig(SsmCommandConfigT&& value) { m_ssmCommandConfigHasBeenSet =
true; m_ssmCommandConfig = std::forward<SsmCommandConfigT>(value); }
68 template<
typename SsmCommandConfigT = ConnectorSsmCommandConfig>
74 bool m_connectorIDHasBeenSet =
false;
77 bool m_nameHasBeenSet =
false;
80 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