7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/BatchScheduleActionCreateResult.h>
11#include <aws/medialive/model/BatchScheduleActionDeleteResult.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template <
typename CreatesT = BatchScheduleActionCreateResult>
45 m_createsHasBeenSet =
true;
46 m_creates = std::forward<CreatesT>(value);
48 template <
typename CreatesT = BatchScheduleActionCreateResult>
60 template <
typename DeletesT = BatchScheduleActionDeleteResult>
62 m_deletesHasBeenSet =
true;
63 m_deletes = std::forward<DeletesT>(value);
65 template <
typename DeletesT = BatchScheduleActionDeleteResult>
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_createsHasBeenSet =
false;
96 bool m_deletesHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue