7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/supplychain/SupplyChain_EXPORTS.h>
9#include <aws/supplychain/model/DataIntegrationEvent.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace SupplyChain {
41 template <
typename EventT = DataIntegrationEvent>
43 m_eventHasBeenSet =
true;
44 m_event = std::forward<EventT>(value);
46 template <
typename EventT = DataIntegrationEvent>
48 SetEvent(std::forward<EventT>(value));
56 template <
typename RequestIdT = Aws::String>
58 m_requestIdHasBeenSet =
true;
59 m_requestId = std::forward<RequestIdT>(value);
61 template <
typename RequestIdT = Aws::String>
71 bool m_eventHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
void SetEvent(EventT &&value)
GetDataIntegrationEventResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const DataIntegrationEvent & GetEvent() const
AWS_SUPPLYCHAIN_API GetDataIntegrationEventResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDataIntegrationEventResult & WithEvent(EventT &&value)
AWS_SUPPLYCHAIN_API GetDataIntegrationEventResult()=default
AWS_SUPPLYCHAIN_API GetDataIntegrationEventResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue