7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/detective/DetectiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/detective/model/State.h>
42 template<
typename GraphArnT = Aws::String>
43 void SetGraphArn(GraphArnT&& value) { m_graphArnHasBeenSet =
true; m_graphArn = std::forward<GraphArnT>(value); }
44 template<
typename GraphArnT = Aws::String>
54 template<
typename InvestigationIdT = Aws::String>
55 void SetInvestigationId(InvestigationIdT&& value) { m_investigationIdHasBeenSet =
true; m_investigationId = std::forward<InvestigationIdT>(value); }
56 template<
typename InvestigationIdT = Aws::String>
67 inline void SetState(
State value) { m_stateHasBeenSet =
true; m_state = value; }
73 bool m_graphArnHasBeenSet =
false;
76 bool m_investigationIdHasBeenSet =
false;
79 bool m_stateHasBeenSet =
false;
UpdateInvestigationStateRequest & WithInvestigationId(InvestigationIdT &&value)
const Aws::String & GetGraphArn() const
virtual const char * GetServiceRequestName() const override
void SetGraphArn(GraphArnT &&value)
bool StateHasBeenSet() const
void SetInvestigationId(InvestigationIdT &&value)
bool GraphArnHasBeenSet() const
AWS_DETECTIVE_API Aws::String SerializePayload() const override
AWS_DETECTIVE_API UpdateInvestigationStateRequest()=default
bool InvestigationIdHasBeenSet() const
UpdateInvestigationStateRequest & WithState(State value)
const Aws::String & GetInvestigationId() const
UpdateInvestigationStateRequest & WithGraphArn(GraphArnT &&value)
void SetState(State value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String