7#include <aws/workspaces/WorkSpaces_EXPORTS.h>
8#include <aws/workspaces/WorkSpacesRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename AliasIdsT = Aws::Vector<Aws::String>>
45 void SetAliasIds(AliasIdsT&& value) { m_aliasIdsHasBeenSet =
true; m_aliasIds = std::forward<AliasIdsT>(value); }
46 template<
typename AliasIdsT = Aws::Vector<Aws::String>>
48 template<
typename AliasIdsT = Aws::String>
58 template<
typename ResourceIdT = Aws::String>
59 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
60 template<
typename ResourceIdT = Aws::String>
68 inline int GetLimit()
const {
return m_limit; }
70 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
81 template<
typename NextTokenT = Aws::String>
82 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
83 template<
typename NextTokenT = Aws::String>
89 bool m_aliasIdsHasBeenSet =
false;
92 bool m_resourceIdHasBeenSet =
false;
95 bool m_limitHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
bool ResourceIdHasBeenSet() const
bool LimitHasBeenSet() const
AWS_WORKSPACES_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
DescribeConnectionAliasesRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetAliasIds(AliasIdsT &&value)
const Aws::Vector< Aws::String > & GetAliasIds() const
bool NextTokenHasBeenSet() const
bool AliasIdsHasBeenSet() const
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetNextToken() const
const Aws::String & GetResourceId() const
AWS_WORKSPACES_API DescribeConnectionAliasesRequest()=default
DescribeConnectionAliasesRequest & WithResourceId(ResourceIdT &&value)
DescribeConnectionAliasesRequest & AddAliasIds(AliasIdsT &&value)
DescribeConnectionAliasesRequest & WithLimit(int value)
DescribeConnectionAliasesRequest & WithAliasIds(AliasIdsT &&value)
void SetResourceId(ResourceIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector