7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/grafana/ManagedGrafanaRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/grafana/model/UpdateInstruction.h>
16namespace ManagedGrafana
43 template<
typename UpdateInstructionBatchT = Aws::Vector<UpdateInstruction>>
44 void SetUpdateInstructionBatch(UpdateInstructionBatchT&& value) { m_updateInstructionBatchHasBeenSet =
true; m_updateInstructionBatch = std::forward<UpdateInstructionBatchT>(value); }
45 template<
typename UpdateInstructionBatchT = Aws::Vector<UpdateInstruction>>
47 template<
typename UpdateInstructionBatchT = UpdateInstruction>
57 template<
typename WorkspaceIdT = Aws::String>
58 void SetWorkspaceId(WorkspaceIdT&& value) { m_workspaceIdHasBeenSet =
true; m_workspaceId = std::forward<WorkspaceIdT>(value); }
59 template<
typename WorkspaceIdT = Aws::String>
65 bool m_updateInstructionBatchHasBeenSet =
false;
68 bool m_workspaceIdHasBeenSet =
false;
bool WorkspaceIdHasBeenSet() const
UpdatePermissionsRequest & WithUpdateInstructionBatch(UpdateInstructionBatchT &&value)
const Aws::String & GetWorkspaceId() const
AWS_MANAGEDGRAFANA_API Aws::String SerializePayload() const override
UpdatePermissionsRequest & WithWorkspaceId(WorkspaceIdT &&value)
void SetWorkspaceId(WorkspaceIdT &&value)
void SetUpdateInstructionBatch(UpdateInstructionBatchT &&value)
AWS_MANAGEDGRAFANA_API UpdatePermissionsRequest()=default
bool UpdateInstructionBatchHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< UpdateInstruction > & GetUpdateInstructionBatch() const
UpdatePermissionsRequest & AddUpdateInstructionBatch(UpdateInstructionBatchT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector