7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace WellArchitected
42 inline void SetWorkloadId(
const char* value) { m_workloadIdHasBeenSet =
true; m_workloadId.assign(value); }
65 bool m_workloadIdHasBeenSet =
false;
68 bool m_profileArnsHasBeenSet =
false;
DisassociateProfilesRequest & WithWorkloadId(Aws::String &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
DisassociateProfilesRequest & WithWorkloadId(const Aws::String &value)
DisassociateProfilesRequest & AddProfileArns(const Aws::String &value)
void SetWorkloadId(const char *value)
const Aws::Vector< Aws::String > & GetProfileArns() const
DisassociateProfilesRequest & WithProfileArns(const Aws::Vector< Aws::String > &value)
void SetWorkloadId(Aws::String &&value)
DisassociateProfilesRequest & WithWorkloadId(const char *value)
void SetProfileArns(Aws::Vector< Aws::String > &&value)
bool WorkloadIdHasBeenSet() const
void SetProfileArns(const Aws::Vector< Aws::String > &value)
DisassociateProfilesRequest & AddProfileArns(Aws::String &&value)
AWS_WELLARCHITECTED_API DisassociateProfilesRequest()
void SetWorkloadId(const Aws::String &value)
DisassociateProfilesRequest & AddProfileArns(const char *value)
DisassociateProfilesRequest & WithProfileArns(Aws::Vector< Aws::String > &&value)
bool ProfileArnsHasBeenSet() const
const Aws::String & GetWorkloadId() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector