7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/detective/DetectiveRequest.h>
10#include <aws/detective/Detective_EXPORTS.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 EntityArnT = Aws::String>
58 m_entityArnHasBeenSet =
true;
59 m_entityArn = std::forward<EntityArnT>(value);
61 template <
typename EntityArnT = Aws::String>
75 template <
typename ScopeStartTimeT = Aws::Utils::DateTime>
77 m_scopeStartTimeHasBeenSet =
true;
78 m_scopeStartTime = std::forward<ScopeStartTimeT>(value);
80 template <
typename ScopeStartTimeT = Aws::Utils::DateTime>
94 template <
typename ScopeEndTimeT = Aws::Utils::DateTime>
96 m_scopeEndTimeHasBeenSet =
true;
97 m_scopeEndTime = std::forward<ScopeEndTimeT>(value);
99 template <
typename ScopeEndTimeT = Aws::Utils::DateTime>
107 bool m_graphArnHasBeenSet =
false;
110 bool m_entityArnHasBeenSet =
false;
113 bool m_scopeStartTimeHasBeenSet =
false;
116 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