7#include <aws/core/utils/memory/stl/AWSString.h> 
    8#include <aws/core/utils/memory/stl/AWSVector.h> 
    9#include <aws/grafana/ManagedGrafanaRequest.h> 
   10#include <aws/grafana/ManagedGrafana_EXPORTS.h> 
   11#include <aws/grafana/model/UpdateInstruction.h> 
   16namespace ManagedGrafana {
 
   39  template <
typename UpdateInstructionBatchT = Aws::Vector<UpdateInstruction>>
 
   41    m_updateInstructionBatchHasBeenSet = 
true;
 
   42    m_updateInstructionBatch = std::forward<UpdateInstructionBatchT>(value);
 
   44  template <
typename UpdateInstructionBatchT = Aws::Vector<UpdateInstruction>>
 
   49  template <
typename UpdateInstructionBatchT = UpdateInstruction>
 
   51    m_updateInstructionBatchHasBeenSet = 
true;
 
   52    m_updateInstructionBatch.emplace_back(std::forward<UpdateInstructionBatchT>(value));
 
   63  template <
typename WorkspaceIdT = Aws::String>
 
   65    m_workspaceIdHasBeenSet = 
true;
 
   66    m_workspaceId = std::forward<WorkspaceIdT>(value);
 
   68  template <
typename WorkspaceIdT = Aws::String>
 
   76  bool m_updateInstructionBatchHasBeenSet = 
false;
 
   79  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