7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/iot-managed-integrations/IoTManagedIntegrationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace IoTManagedIntegrations
41 template<
typename AccountAssociationIdT = Aws::String>
42 void SetAccountAssociationId(AccountAssociationIdT&& value) { m_accountAssociationIdHasBeenSet =
true; m_accountAssociationId = std::forward<AccountAssociationIdT>(value); }
43 template<
typename AccountAssociationIdT = Aws::String>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
73 bool m_accountAssociationIdHasBeenSet =
false;
76 bool m_nameHasBeenSet =
false;
79 bool m_descriptionHasBeenSet =
false;
void SetName(NameT &&value)
UpdateAccountAssociationRequest & WithDescription(DescriptionT &&value)
bool NameHasBeenSet() const
const Aws::String & GetAccountAssociationId() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
UpdateAccountAssociationRequest & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetName() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
UpdateAccountAssociationRequest & WithAccountAssociationId(AccountAssociationIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetAccountAssociationId(AccountAssociationIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API UpdateAccountAssociationRequest()=default
bool AccountAssociationIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String