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