7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediapackage/MediaPackage_EXPORTS.h>
9#include <aws/mediapackage/model/S3Destination.h>
10#include <aws/mediapackage/model/Status.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace MediaPackage {
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
55 template <
typename ChannelIdT = Aws::String>
57 m_channelIdHasBeenSet =
true;
58 m_channelId = std::forward<ChannelIdT>(value);
60 template <
typename ChannelIdT = Aws::String>
73 template <
typename CreatedAtT = Aws::String>
75 m_createdAtHasBeenSet =
true;
76 m_createdAt = std::forward<CreatedAtT>(value);
78 template <
typename CreatedAtT = Aws::String>
91 template <
typename EndTimeT = Aws::String>
93 m_endTimeHasBeenSet =
true;
94 m_endTime = std::forward<EndTimeT>(value);
96 template <
typename EndTimeT = Aws::String>
111 template <
typename IdT = Aws::String>
113 m_idHasBeenSet =
true;
114 m_id = std::forward<IdT>(value);
116 template <
typename IdT = Aws::String>
118 SetId(std::forward<IdT>(value));
131 template <
typename OriginEndpo
intIdT = Aws::String>
133 m_originEndpointIdHasBeenSet =
true;
134 m_originEndpointId = std::forward<OriginEndpointIdT>(value);
136 template <
typename OriginEndpo
intIdT = Aws::String>
146 template <
typename S3DestinationT = S3Destination>
148 m_s3DestinationHasBeenSet =
true;
149 m_s3Destination = std::forward<S3DestinationT>(value);
151 template <
typename S3DestinationT = S3Destination>
164 template <
typename StartTimeT = Aws::String>
166 m_startTimeHasBeenSet =
true;
167 m_startTime = std::forward<StartTimeT>(value);
169 template <
typename StartTimeT = Aws::String>
187 m_statusHasBeenSet =
true;
199 template <
typename RequestIdT = Aws::String>
201 m_requestIdHasBeenSet =
true;
202 m_requestId = std::forward<RequestIdT>(value);
204 template <
typename RequestIdT = Aws::String>
230 bool m_arnHasBeenSet =
false;
231 bool m_channelIdHasBeenSet =
false;
232 bool m_createdAtHasBeenSet =
false;
233 bool m_endTimeHasBeenSet =
false;
234 bool m_idHasBeenSet =
false;
235 bool m_originEndpointIdHasBeenSet =
false;
236 bool m_s3DestinationHasBeenSet =
false;
237 bool m_startTimeHasBeenSet =
false;
238 bool m_statusHasBeenSet =
false;
239 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue