7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename IdT = Aws::String>
45 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
46 template<
typename IdT = Aws::String>
58 template<
typename IfMatchT = Aws::String>
59 void SetIfMatch(IfMatchT&& value) { m_ifMatchHasBeenSet =
true; m_ifMatch = std::forward<IfMatchT>(value); }
60 template<
typename IfMatchT = Aws::String>
66 bool m_idHasBeenSet =
false;
69 bool m_ifMatchHasBeenSet =
false;
AWS_CLOUDFRONT_API DeleteKeyGroup2020_05_31Request()=default
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
bool IfMatchHasBeenSet() const
const Aws::String & GetId() const
void SetIfMatch(IfMatchT &&value)
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteKeyGroup2020_05_31Request & WithId(IdT &&value)
DeleteKeyGroup2020_05_31Request & WithIfMatch(IfMatchT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIfMatch() const
bool IdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String