7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 template<
typename AccountIdT = Aws::String>
50 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
51 template<
typename AccountIdT = Aws::String>
61 template<
typename GraphArnT = Aws::String>
62 void SetGraphArn(GraphArnT&& value) { m_graphArnHasBeenSet =
true; m_graphArn = std::forward<GraphArnT>(value); }
63 template<
typename GraphArnT = Aws::String>
75 template<
typename DelegationTimeT = Aws::Utils::DateTime>
76 void SetDelegationTime(DelegationTimeT&& value) { m_delegationTimeHasBeenSet =
true; m_delegationTime = std::forward<DelegationTimeT>(value); }
77 template<
typename DelegationTimeT = Aws::Utils::DateTime>
83 bool m_accountIdHasBeenSet =
false;
86 bool m_graphArnHasBeenSet =
false;
89 bool m_delegationTimeHasBeenSet =
false;
Administrator & WithGraphArn(GraphArnT &&value)
bool DelegationTimeHasBeenSet() const
void SetAccountId(AccountIdT &&value)
bool GraphArnHasBeenSet() const
const Aws::String & GetGraphArn() const
void SetDelegationTime(DelegationTimeT &&value)
const Aws::Utils::DateTime & GetDelegationTime() const
Administrator & WithAccountId(AccountIdT &&value)
AWS_DETECTIVE_API Administrator()=default
AWS_DETECTIVE_API Administrator & operator=(Aws::Utils::Json::JsonView jsonValue)
Administrator & WithDelegationTime(DelegationTimeT &&value)
bool AccountIdHasBeenSet() const
AWS_DETECTIVE_API Administrator(Aws::Utils::Json::JsonView jsonValue)
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGraphArn(GraphArnT &&value)
const Aws::String & GetAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue