7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/fms/FMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
47 inline void SetResourceSetIdentifier(
const char* value) { m_resourceSetIdentifierHasBeenSet =
true; m_resourceSetIdentifier.assign(value); }
72 bool m_resourceSetIdentifierHasBeenSet =
false;
75 bool m_itemsHasBeenSet =
false;
BatchAssociateResourceRequest & AddItems(const Aws::String &value)
BatchAssociateResourceRequest & WithResourceSetIdentifier(const Aws::String &value)
BatchAssociateResourceRequest & AddItems(Aws::String &&value)
AWS_FMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchAssociateResourceRequest & WithItems(const Aws::Vector< Aws::String > &value)
bool ItemsHasBeenSet() const
BatchAssociateResourceRequest & AddItems(const char *value)
BatchAssociateResourceRequest & WithResourceSetIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
bool ResourceSetIdentifierHasBeenSet() const
void SetResourceSetIdentifier(Aws::String &&value)
void SetItems(const Aws::Vector< Aws::String > &value)
const Aws::String & GetResourceSetIdentifier() const
void SetResourceSetIdentifier(const Aws::String &value)
AWS_FMS_API BatchAssociateResourceRequest()
void SetResourceSetIdentifier(const char *value)
BatchAssociateResourceRequest & WithResourceSetIdentifier(Aws::String &&value)
AWS_FMS_API Aws::String SerializePayload() const override
void SetItems(Aws::Vector< Aws::String > &&value)
BatchAssociateResourceRequest & WithItems(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetItems() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector