7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/detective/DetectiveRequest.h>
9#include <aws/detective/Detective_EXPORTS.h>
10#include <aws/detective/model/State.h>
38 template <
typename GraphArnT = Aws::String>
40 m_graphArnHasBeenSet =
true;
41 m_graphArn = std::forward<GraphArnT>(value);
43 template <
typename GraphArnT = Aws::String>
56 template <
typename InvestigationIdT = Aws::String>
58 m_investigationIdHasBeenSet =
true;
59 m_investigationId = std::forward<InvestigationIdT>(value);
61 template <
typename InvestigationIdT = Aws::String>
76 m_stateHasBeenSet =
true;
86 bool m_graphArnHasBeenSet =
false;
89 bool m_investigationIdHasBeenSet =
false;
92 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