7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
11#include <aws/mediaconnect/model/Entitlement.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace MediaConnect {
37 template <
typename EntitlementsT = Aws::Vector<Entitlement>>
39 m_entitlementsHasBeenSet =
true;
40 m_entitlements = std::forward<EntitlementsT>(value);
42 template <
typename EntitlementsT = Aws::Vector<Entitlement>>
47 template <
typename EntitlementsT = Entitlement>
49 m_entitlementsHasBeenSet =
true;
50 m_entitlements.emplace_back(std::forward<EntitlementsT>(value));
60 template <
typename FlowArnT = Aws::String>
62 m_flowArnHasBeenSet =
true;
63 m_flowArn = std::forward<FlowArnT>(value);
65 template <
typename FlowArnT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_entitlementsHasBeenSet =
false;
96 bool m_flowArnHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue