7#include <aws/workspaces/WorkSpaces_EXPORTS.h>
8#include <aws/workspaces/WorkSpacesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/workspaces/model/SamlProperties.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/workspaces/model/DeletableSamlProperty.h>
48 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
86 bool m_resourceIdHasBeenSet =
false;
89 bool m_samlPropertiesHasBeenSet =
false;
92 bool m_propertiesToDeleteHasBeenSet =
false;
void SetSamlProperties(SamlProperties &&value)
void SetResourceId(const Aws::String &value)
ModifySamlPropertiesRequest & WithPropertiesToDelete(const Aws::Vector< DeletableSamlProperty > &value)
void SetResourceId(Aws::String &&value)
void SetResourceId(const char *value)
void SetPropertiesToDelete(Aws::Vector< DeletableSamlProperty > &&value)
ModifySamlPropertiesRequest & WithSamlProperties(const SamlProperties &value)
bool ResourceIdHasBeenSet() const
ModifySamlPropertiesRequest & AddPropertiesToDelete(const DeletableSamlProperty &value)
ModifySamlPropertiesRequest & AddPropertiesToDelete(DeletableSamlProperty &&value)
ModifySamlPropertiesRequest & WithSamlProperties(SamlProperties &&value)
ModifySamlPropertiesRequest & WithResourceId(const char *value)
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_WORKSPACES_API ModifySamlPropertiesRequest()
const Aws::Vector< DeletableSamlProperty > & GetPropertiesToDelete() const
void SetSamlProperties(const SamlProperties &value)
void SetPropertiesToDelete(const Aws::Vector< DeletableSamlProperty > &value)
const SamlProperties & GetSamlProperties() const
ModifySamlPropertiesRequest & WithResourceId(Aws::String &&value)
ModifySamlPropertiesRequest & WithResourceId(const Aws::String &value)
AWS_WORKSPACES_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool PropertiesToDeleteHasBeenSet() const
bool SamlPropertiesHasBeenSet() const
const Aws::String & GetResourceId() const
ModifySamlPropertiesRequest & WithPropertiesToDelete(Aws::Vector< DeletableSamlProperty > &&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