7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/detective/DetectiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename GraphArnT = Aws::String>
42 void SetGraphArn(GraphArnT&& value) { m_graphArnHasBeenSet =
true; m_graphArn = std::forward<GraphArnT>(value); }
43 template<
typename GraphArnT = Aws::String>
53 template<
typename InvestigationIdT = Aws::String>
54 void SetInvestigationId(InvestigationIdT&& value) { m_investigationIdHasBeenSet =
true; m_investigationId = std::forward<InvestigationIdT>(value); }
55 template<
typename InvestigationIdT = Aws::String>
61 bool m_graphArnHasBeenSet =
false;
64 bool m_investigationIdHasBeenSet =
false;
bool InvestigationIdHasBeenSet() const
AWS_DETECTIVE_API GetInvestigationRequest()=default
bool GraphArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetInvestigationRequest & WithInvestigationId(InvestigationIdT &&value)
GetInvestigationRequest & WithGraphArn(GraphArnT &&value)
const Aws::String & GetGraphArn() const
void SetInvestigationId(InvestigationIdT &&value)
void SetGraphArn(GraphArnT &&value)
const Aws::String & GetInvestigationId() const
AWS_DETECTIVE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String