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/StreamingProperties.h>
44 template<
typename ResourceIdT = Aws::String>
45 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
46 template<
typename ResourceIdT = Aws::String>
56 template<
typename StreamingPropertiesT = StreamingProperties>
57 void SetStreamingProperties(StreamingPropertiesT&& value) { m_streamingPropertiesHasBeenSet =
true; m_streamingProperties = std::forward<StreamingPropertiesT>(value); }
58 template<
typename StreamingPropertiesT = StreamingProperties>
64 bool m_resourceIdHasBeenSet =
false;
67 bool m_streamingPropertiesHasBeenSet =
false;
AWS_WORKSPACES_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ModifyStreamingPropertiesRequest & WithResourceId(ResourceIdT &&value)
bool StreamingPropertiesHasBeenSet() const
bool ResourceIdHasBeenSet() const
const Aws::String & GetResourceId() const
void SetResourceId(ResourceIdT &&value)
AWS_WORKSPACES_API ModifyStreamingPropertiesRequest()=default
ModifyStreamingPropertiesRequest & WithStreamingProperties(StreamingPropertiesT &&value)
void SetStreamingProperties(StreamingPropertiesT &&value)
AWS_WORKSPACES_API Aws::String SerializePayload() const override
const StreamingProperties & GetStreamingProperties() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String