7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/BatchScheduleActionCreateResult.h>
9#include <aws/medialive/model/BatchScheduleActionDeleteResult.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
48 template<
typename CreatesT = BatchScheduleActionCreateResult>
49 void SetCreates(CreatesT&& value) { m_createsHasBeenSet =
true; m_creates = std::forward<CreatesT>(value); }
50 template<
typename CreatesT = BatchScheduleActionCreateResult>
59 template<
typename DeletesT = BatchScheduleActionDeleteResult>
60 void SetDeletes(DeletesT&& value) { m_deletesHasBeenSet =
true; m_deletes = std::forward<DeletesT>(value); }
61 template<
typename DeletesT = BatchScheduleActionDeleteResult>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_createsHasBeenSet =
false;
79 bool m_deletesHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue