7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/cloudfront/model/StreamingDistributionConfig.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename StreamingDistributionConfigT = StreamingDistributionConfig>
48 void SetStreamingDistributionConfig(StreamingDistributionConfigT&& value) { m_streamingDistributionConfigHasBeenSet =
true; m_streamingDistributionConfig = std::forward<StreamingDistributionConfigT>(value); }
49 template<
typename StreamingDistributionConfigT = StreamingDistributionConfig>
59 template<
typename IdT = Aws::String>
60 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
61 template<
typename IdT = Aws::String>
73 template<
typename IfMatchT = Aws::String>
74 void SetIfMatch(IfMatchT&& value) { m_ifMatchHasBeenSet =
true; m_ifMatch = std::forward<IfMatchT>(value); }
75 template<
typename IfMatchT = Aws::String>
81 bool m_streamingDistributionConfigHasBeenSet =
false;
84 bool m_idHasBeenSet =
false;
87 bool m_ifMatchHasBeenSet =
false;
bool StreamingDistributionConfigHasBeenSet() const
bool IfMatchHasBeenSet() const
void SetStreamingDistributionConfig(StreamingDistributionConfigT &&value)
UpdateStreamingDistribution2020_05_31Request & WithIfMatch(IfMatchT &&value)
const StreamingDistributionConfig & GetStreamingDistributionConfig() const
UpdateStreamingDistribution2020_05_31Request & WithId(IdT &&value)
virtual const char * GetServiceRequestName() const override
void SetIfMatch(IfMatchT &&value)
const Aws::String & GetId() const
const Aws::String & GetIfMatch() const
AWS_CLOUDFRONT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateStreamingDistribution2020_05_31Request & WithStreamingDistributionConfig(StreamingDistributionConfigT &&value)
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
bool IdHasBeenSet() const
AWS_CLOUDFRONT_API UpdateStreamingDistribution2020_05_31Request()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String