7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iam/IAMRequest.h>
10#include <aws/iam/IAM_EXPORTS.h>
47 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
49 m_propertiesHasBeenSet =
true;
50 m_properties = std::forward<PropertiesT>(value);
52 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
57 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
59 m_propertiesHasBeenSet =
true;
60 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
66 bool m_propertiesHasBeenSet =
false;
AWS_IAM_API Aws::String SerializePayload() const override
AWS_IAM_API PutAccountPropertiesRequest()=default
PutAccountPropertiesRequest & WithProperties(PropertiesT &&value)
void SetProperties(PropertiesT &&value)
PutAccountPropertiesRequest & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
virtual const char * GetServiceRequestName() const override
bool PropertiesHasBeenSet() const
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
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