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>
44 inline void SetGraphArn(
const char* value) { m_graphArnHasBeenSet =
true; m_graphArn.assign(value); }
58 inline void SetInvestigationId(
const char* value) { m_investigationIdHasBeenSet =
true; m_investigationId.assign(value); }
71 inline void SetState(
const State& value) { m_stateHasBeenSet =
true; m_state = value; }
72 inline void SetState(
State&& value) { m_stateHasBeenSet =
true; m_state = std::move(value); }
79 bool m_graphArnHasBeenSet =
false;
82 bool m_investigationIdHasBeenSet =
false;
85 bool m_stateHasBeenSet =
false;
UpdateInvestigationStateRequest & WithGraphArn(const Aws::String &value)
UpdateInvestigationStateRequest & WithState(const State &value)
const Aws::String & GetGraphArn() const
void SetGraphArn(Aws::String &&value)
void SetInvestigationId(const char *value)
UpdateInvestigationStateRequest & WithGraphArn(const char *value)
void SetGraphArn(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
UpdateInvestigationStateRequest & WithGraphArn(Aws::String &&value)
bool StateHasBeenSet() const
AWS_DETECTIVE_API UpdateInvestigationStateRequest()
UpdateInvestigationStateRequest & WithState(State &&value)
void SetInvestigationId(Aws::String &&value)
UpdateInvestigationStateRequest & WithInvestigationId(const char *value)
void SetGraphArn(const char *value)
void SetState(const State &value)
void SetInvestigationId(const Aws::String &value)
bool GraphArnHasBeenSet() const
AWS_DETECTIVE_API Aws::String SerializePayload() const override
UpdateInvestigationStateRequest & WithInvestigationId(Aws::String &&value)
UpdateInvestigationStateRequest & WithInvestigationId(const Aws::String &value)
void SetState(State &&value)
bool InvestigationIdHasBeenSet() const
const Aws::String & GetInvestigationId() const
const State & GetState() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String