7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediapackage/MediaPackage_EXPORTS.h>
10#include <aws/mediapackage/model/S3Destination.h>
11#include <aws/mediapackage/model/Status.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace MediaPackage {
38 template <
typename ArnT = Aws::String>
40 m_arnHasBeenSet =
true;
41 m_arn = std::forward<ArnT>(value);
43 template <
typename ArnT = Aws::String>
45 SetArn(std::forward<ArnT>(value));
56 template <
typename ChannelIdT = Aws::String>
58 m_channelIdHasBeenSet =
true;
59 m_channelId = std::forward<ChannelIdT>(value);
61 template <
typename ChannelIdT = Aws::String>
74 template <
typename CreatedAtT = Aws::String>
76 m_createdAtHasBeenSet =
true;
77 m_createdAt = std::forward<CreatedAtT>(value);
79 template <
typename CreatedAtT = Aws::String>
92 template <
typename EndTimeT = Aws::String>
94 m_endTimeHasBeenSet =
true;
95 m_endTime = std::forward<EndTimeT>(value);
97 template <
typename EndTimeT = Aws::String>
112 template <
typename IdT = Aws::String>
114 m_idHasBeenSet =
true;
115 m_id = std::forward<IdT>(value);
117 template <
typename IdT = Aws::String>
119 SetId(std::forward<IdT>(value));
132 template <
typename OriginEndpo
intIdT = Aws::String>
134 m_originEndpointIdHasBeenSet =
true;
135 m_originEndpointId = std::forward<OriginEndpointIdT>(value);
137 template <
typename OriginEndpo
intIdT = Aws::String>
147 template <
typename S3DestinationT = S3Destination>
149 m_s3DestinationHasBeenSet =
true;
150 m_s3Destination = std::forward<S3DestinationT>(value);
152 template <
typename S3DestinationT = S3Destination>
165 template <
typename StartTimeT = Aws::String>
167 m_startTimeHasBeenSet =
true;
168 m_startTime = std::forward<StartTimeT>(value);
170 template <
typename StartTimeT = Aws::String>
188 m_statusHasBeenSet =
true;
200 template <
typename RequestIdT = Aws::String>
202 m_requestIdHasBeenSet =
true;
203 m_requestId = std::forward<RequestIdT>(value);
205 template <
typename RequestIdT = Aws::String>
234 bool m_arnHasBeenSet =
false;
235 bool m_channelIdHasBeenSet =
false;
236 bool m_createdAtHasBeenSet =
false;
237 bool m_endTimeHasBeenSet =
false;
238 bool m_idHasBeenSet =
false;
239 bool m_originEndpointIdHasBeenSet =
false;
240 bool m_s3DestinationHasBeenSet =
false;
241 bool m_startTimeHasBeenSet =
false;
242 bool m_statusHasBeenSet =
false;
243 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue