7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/opsworks/OpsWorksRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
56 bool m_iamUserArnsHasBeenSet =
false;
void SetIamUserArns(const Aws::Vector< Aws::String > &value)
DescribeUserProfilesRequest & WithIamUserArns(Aws::Vector< Aws::String > &&value)
bool IamUserArnsHasBeenSet() const
void SetIamUserArns(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
AWS_OPSWORKS_API DescribeUserProfilesRequest()
DescribeUserProfilesRequest & WithIamUserArns(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetIamUserArns() const
DescribeUserProfilesRequest & AddIamUserArns(const char *value)
DescribeUserProfilesRequest & AddIamUserArns(Aws::String &&value)
AWS_OPSWORKS_API Aws::String SerializePayload() const override
DescribeUserProfilesRequest & AddIamUserArns(const Aws::String &value)
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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