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>
46 template<
typename ResourceIdT = Aws::String>
47 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
48 template<
typename ResourceIdT = Aws::String>
58 template<
typename SamlPropertiesT = SamlProperties>
59 void SetSamlProperties(SamlPropertiesT&& value) { m_samlPropertiesHasBeenSet =
true; m_samlProperties = std::forward<SamlPropertiesT>(value); }
60 template<
typename SamlPropertiesT = SamlProperties>
74 template<
typename PropertiesToDeleteT = Aws::Vector<DeletableSamlProperty>>
75 void SetPropertiesToDelete(PropertiesToDeleteT&& value) { m_propertiesToDeleteHasBeenSet =
true; m_propertiesToDelete = std::forward<PropertiesToDeleteT>(value); }
76 template<
typename PropertiesToDeleteT = Aws::Vector<DeletableSamlProperty>>
83 bool m_resourceIdHasBeenSet =
false;
86 bool m_samlPropertiesHasBeenSet =
false;
89 bool m_propertiesToDeleteHasBeenSet =
false;
ModifySamlPropertiesRequest & WithResourceId(ResourceIdT &&value)
bool ResourceIdHasBeenSet() const
ModifySamlPropertiesRequest & WithSamlProperties(SamlPropertiesT &&value)
void SetPropertiesToDelete(PropertiesToDeleteT &&value)
void SetSamlProperties(SamlPropertiesT &&value)
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< DeletableSamlProperty > & GetPropertiesToDelete() const
ModifySamlPropertiesRequest & WithPropertiesToDelete(PropertiesToDeleteT &&value)
const SamlProperties & GetSamlProperties() const
ModifySamlPropertiesRequest & AddPropertiesToDelete(DeletableSamlProperty value)
AWS_WORKSPACES_API Aws::String SerializePayload() const override
void SetResourceId(ResourceIdT &&value)
virtual const char * GetServiceRequestName() const override
bool PropertiesToDeleteHasBeenSet() const
bool SamlPropertiesHasBeenSet() const
AWS_WORKSPACES_API ModifySamlPropertiesRequest()=default
const Aws::String & GetResourceId() const
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