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>
90 template<
typename DataSourceIdT = Aws::String>
92 template<
typename DataSourceIdT = Aws::String>
98 bool m_applicationIdHasBeenSet =
false;
101 bool m_indexIdHasBeenSet =
false;
104 bool m_groupNameHasBeenSet =
false;
107 bool m_dataSourceIdHasBeenSet =
false;
AWS_QBUSINESS_API Aws::String SerializePayload() const override
void SetGroupName(GroupNameT &&value)
void SetIndexId(IndexIdT &&value)
DeleteGroupRequest & WithApplicationId(ApplicationIdT &&value)
AWS_QBUSINESS_API DeleteGroupRequest()=default
DeleteGroupRequest & WithGroupName(GroupNameT &&value)
bool DataSourceIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool GroupNameHasBeenSet() const
const Aws::String & GetApplicationId() const
bool IndexIdHasBeenSet() const
AWS_QBUSINESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetDataSourceId(DataSourceIdT &&value)
const Aws::String & GetIndexId() const
bool ApplicationIdHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetDataSourceId() const
DeleteGroupRequest & WithIndexId(IndexIdT &&value)
const Aws::String & GetGroupName() const
DeleteGroupRequest & WithDataSourceId(DataSourceIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String