7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ProductIdT = Aws::String>
47 void SetProductId(ProductIdT&& value) { m_productIdHasBeenSet =
true; m_productId = std::forward<ProductIdT>(value); }
48 template<
typename ProductIdT = Aws::String>
58 template<
typename DataGrantIdT = Aws::String>
59 void SetDataGrantId(DataGrantIdT&& value) { m_dataGrantIdHasBeenSet =
true; m_dataGrantId = std::forward<DataGrantIdT>(value); }
60 template<
typename DataGrantIdT = Aws::String>
66 bool m_productIdHasBeenSet =
false;
69 bool m_dataGrantIdHasBeenSet =
false;
const Aws::String & GetDataGrantId() const
bool DataGrantIdHasBeenSet() const
OriginDetails & WithDataGrantId(DataGrantIdT &&value)
bool ProductIdHasBeenSet() const
OriginDetails & WithProductId(ProductIdT &&value)
const Aws::String & GetProductId() const
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAEXCHANGE_API OriginDetails()=default
AWS_DATAEXCHANGE_API OriginDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAEXCHANGE_API OriginDetails(Aws::Utils::Json::JsonView jsonValue)
void SetProductId(ProductIdT &&value)
void SetDataGrantId(DataGrantIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue