7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/fms/FMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename IdentifierT = Aws::String>
45 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
46 template<
typename IdentifierT = Aws::String>
52 bool m_identifierHasBeenSet =
false;
void SetIdentifier(IdentifierT &&value)
AWS_FMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
AWS_FMS_API DeleteResourceSetRequest()=default
AWS_FMS_API Aws::String SerializePayload() const override
const Aws::String & GetIdentifier() const
bool IdentifierHasBeenSet() const
DeleteResourceSetRequest & WithIdentifier(IdentifierT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String