7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
41 template <
typename AssetIdT = Aws::String>
43 m_assetIdHasBeenSet =
true;
44 m_assetId = std::forward<AssetIdT>(value);
46 template <
typename AssetIdT = Aws::String>
59 template <
typename FilterIdsT = Aws::Vector<Aws::String>>
61 m_filterIdsHasBeenSet =
true;
62 m_filterIds = std::forward<FilterIdsT>(value);
64 template <
typename FilterIdsT = Aws::Vector<Aws::String>>
69 template <
typename FilterIdsT = Aws::String>
71 m_filterIdsHasBeenSet =
true;
72 m_filterIds.emplace_back(std::forward<FilterIdsT>(value));
83 template <
typename StatusT = Aws::String>
85 m_statusHasBeenSet =
true;
86 m_status = std::forward<StatusT>(value);
88 template <
typename StatusT = Aws::String>
101 template <
typename ErrorMessageT = Aws::String>
103 m_errorMessageHasBeenSet =
true;
104 m_errorMessage = std::forward<ErrorMessageT>(value);
106 template <
typename ErrorMessageT = Aws::String>
120 bool m_assetIdHasBeenSet =
false;
121 bool m_filterIdsHasBeenSet =
false;
122 bool m_statusHasBeenSet =
false;
123 bool m_errorMessageHasBeenSet =
false;
const Aws::String & GetAssetId() const
const Aws::String & GetStatus() const
bool ErrorMessageHasBeenSet() const
AssetScope & AddFilterIds(FilterIdsT &&value)
void SetAssetId(AssetIdT &&value)
bool StatusHasBeenSet() const
bool AssetIdHasBeenSet() const
AssetScope & WithErrorMessage(ErrorMessageT &&value)
AWS_DATAZONE_API AssetScope & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorMessage() const
AssetScope & WithStatus(StatusT &&value)
AWS_DATAZONE_API AssetScope()=default
bool FilterIdsHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(StatusT &&value)
void SetErrorMessage(ErrorMessageT &&value)
void SetFilterIds(FilterIdsT &&value)
AWS_DATAZONE_API AssetScope(Aws::Utils::Json::JsonView jsonValue)
AssetScope & WithFilterIds(FilterIdsT &&value)
AssetScope & WithAssetId(AssetIdT &&value)
const Aws::Vector< Aws::String > & GetFilterIds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue