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