7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/CloudConnectorConfiguration.h>
40 template <
typename CloudConnectorIdT = Aws::String>
42 m_cloudConnectorIdHasBeenSet =
true;
43 m_cloudConnectorId = std::forward<CloudConnectorIdT>(value);
45 template <
typename CloudConnectorIdT = Aws::String>
58 template <
typename DisplayNameT = Aws::String>
60 m_displayNameHasBeenSet =
true;
61 m_displayName = std::forward<DisplayNameT>(value);
63 template <
typename DisplayNameT = Aws::String>
77 template <
typename ConfigurationT = CloudConnectorConfiguration>
79 m_configurationHasBeenSet =
true;
80 m_configuration = std::forward<ConfigurationT>(value);
82 template <
typename ConfigurationT = CloudConnectorConfiguration>
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
114 bool m_cloudConnectorIdHasBeenSet =
false;
115 bool m_displayNameHasBeenSet =
false;
116 bool m_configurationHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
const CloudConnectorConfiguration & GetConfiguration() const
bool DescriptionHasBeenSet() const
UpdateCloudConnectorRequest & WithDescription(DescriptionT &&value)
bool CloudConnectorIdHasBeenSet() const
const Aws::String & GetDescription() const
void SetConfiguration(ConfigurationT &&value)
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetCloudConnectorId() const
UpdateCloudConnectorRequest & WithConfiguration(ConfigurationT &&value)
AWS_SSM_API Aws::String SerializePayload() const override
UpdateCloudConnectorRequest & WithDisplayName(DisplayNameT &&value)
void SetCloudConnectorId(CloudConnectorIdT &&value)
bool DisplayNameHasBeenSet() const
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateCloudConnectorRequest & WithCloudConnectorId(CloudConnectorIdT &&value)
AWS_SSM_API UpdateCloudConnectorRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDisplayName() const
bool ConfigurationHasBeenSet() const
void SetDescription(DescriptionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String