7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/QBusinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ApplicationIdT = Aws::String>
49 template<
typename ApplicationIdT = Aws::String>
59 template<
typename IndexIdT = Aws::String>
60 void SetIndexId(
IndexIdT&& value) { m_indexIdHasBeenSet =
true; m_indexId = std::forward<IndexIdT>(value); }
61 template<
typename IndexIdT = Aws::String>
71 template<
typename GroupNameT = Aws::String>
72 void SetGroupName(
GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
73 template<
typename GroupNameT = Aws::String>
83 template<
typename DataSourceIdT = Aws::String>
85 template<
typename DataSourceIdT = Aws::String>
91 bool m_applicationIdHasBeenSet =
false;
94 bool m_indexIdHasBeenSet =
false;
97 bool m_groupNameHasBeenSet =
false;
100 bool m_dataSourceIdHasBeenSet =
false;
bool DataSourceIdHasBeenSet() const
GetGroupRequest & WithDataSourceId(DataSourceIdT &&value)
AWS_QBUSINESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_QBUSINESS_API GetGroupRequest()=default
bool ApplicationIdHasBeenSet() const
bool GroupNameHasBeenSet() const
const Aws::String & GetDataSourceId() const
AWS_QBUSINESS_API Aws::String SerializePayload() const override
const Aws::String & GetIndexId() const
virtual const char * GetServiceRequestName() const override
void SetDataSourceId(DataSourceIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetGroupName() const
void SetGroupName(GroupNameT &&value)
GetGroupRequest & WithIndexId(IndexIdT &&value)
GetGroupRequest & WithApplicationId(ApplicationIdT &&value)
GetGroupRequest & WithGroupName(GroupNameT &&value)
void SetIndexId(IndexIdT &&value)
const Aws::String & GetApplicationId() const
bool IndexIdHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String