7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker-geospatial/model/ItemSource.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace SageMakerGeospatial
51 template<
typename ItemsT = Aws::Vector<ItemSource>>
52 void SetItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items = std::forward<ItemsT>(value); }
53 template<
typename ItemsT = Aws::Vector<ItemSource>>
55 template<
typename ItemsT = ItemSource>
65 template<
typename NextTokenT = Aws::String>
66 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
67 template<
typename NextTokenT = Aws::String>
74 template<
typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
76 template<
typename RequestIdT = Aws::String>
81 int m_approximateResultCount{0};
82 bool m_approximateResultCountHasBeenSet =
false;
85 bool m_itemsHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
void SetApproximateResultCount(int value)
SearchRasterDataCollectionResult & AddItems(ItemsT &&value)
AWS_SAGEMAKERGEOSPATIAL_API SearchRasterDataCollectionResult()=default
int GetApproximateResultCount() const
void SetRequestId(RequestIdT &&value)
SearchRasterDataCollectionResult & WithItems(ItemsT &&value)
const Aws::String & GetRequestId() const
void SetItems(ItemsT &&value)
AWS_SAGEMAKERGEOSPATIAL_API SearchRasterDataCollectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< ItemSource > & GetItems() const
void SetNextToken(NextTokenT &&value)
SearchRasterDataCollectionResult & WithRequestId(RequestIdT &&value)
SearchRasterDataCollectionResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_SAGEMAKERGEOSPATIAL_API SearchRasterDataCollectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SearchRasterDataCollectionResult & WithApproximateResultCount(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue