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/core/utils/DateTime.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 EntityArnT = Aws::String>
55 void SetEntityArn(EntityArnT&& value) { m_entityArnHasBeenSet =
true; m_entityArn = std::forward<EntityArnT>(value); }
56 template<
typename EntityArnT = Aws::String>
67 template<
typename ScopeStartTimeT = Aws::Utils::DateTime>
68 void SetScopeStartTime(ScopeStartTimeT&& value) { m_scopeStartTimeHasBeenSet =
true; m_scopeStartTime = std::forward<ScopeStartTimeT>(value); }
69 template<
typename ScopeStartTimeT = Aws::Utils::DateTime>
80 template<
typename ScopeEndTimeT = Aws::Utils::DateTime>
81 void SetScopeEndTime(ScopeEndTimeT&& value) { m_scopeEndTimeHasBeenSet =
true; m_scopeEndTime = std::forward<ScopeEndTimeT>(value); }
82 template<
typename ScopeEndTimeT = Aws::Utils::DateTime>
88 bool m_graphArnHasBeenSet =
false;
91 bool m_entityArnHasBeenSet =
false;
94 bool m_scopeStartTimeHasBeenSet =
false;
97 bool m_scopeEndTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetScopeEndTime() const
const Aws::String & GetGraphArn() const
const Aws::Utils::DateTime & GetScopeStartTime() const
const Aws::String & GetEntityArn() const
void SetEntityArn(EntityArnT &&value)
bool GraphArnHasBeenSet() const
void SetScopeEndTime(ScopeEndTimeT &&value)
bool ScopeStartTimeHasBeenSet() const
StartInvestigationRequest & WithGraphArn(GraphArnT &&value)
bool ScopeEndTimeHasBeenSet() const
StartInvestigationRequest & WithScopeEndTime(ScopeEndTimeT &&value)
AWS_DETECTIVE_API Aws::String SerializePayload() const override
void SetGraphArn(GraphArnT &&value)
StartInvestigationRequest & WithEntityArn(EntityArnT &&value)
StartInvestigationRequest & WithScopeStartTime(ScopeStartTimeT &&value)
void SetScopeStartTime(ScopeStartTimeT &&value)
bool EntityArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_DETECTIVE_API StartInvestigationRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String