7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/AccountConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
45 template<
typename AccountConfigurationT = AccountConfiguration>
46 void SetAccountConfiguration(AccountConfigurationT&& value) { m_accountConfigurationHasBeenSet =
true; m_accountConfiguration = std::forward<AccountConfigurationT>(value); }
47 template<
typename AccountConfigurationT = AccountConfiguration>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_accountConfigurationHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue