7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
20namespace DevOpsAgent {
42 template <
typename OperatorAppRoleArnT = Aws::String>
44 m_operatorAppRoleArnHasBeenSet =
true;
45 m_operatorAppRoleArn = std::forward<OperatorAppRoleArnT>(value);
47 template <
typename OperatorAppRoleArnT = Aws::String>
60 template <
typename CreatedAtT = Aws::Utils::DateTime>
62 m_createdAtHasBeenSet =
true;
63 m_createdAt = std::forward<CreatedAtT>(value);
65 template <
typename CreatedAtT = Aws::Utils::DateTime>
78 template <
typename UpdatedAtT = Aws::Utils::DateTime>
80 m_updatedAtHasBeenSet =
true;
81 m_updatedAt = std::forward<UpdatedAtT>(value);
83 template <
typename UpdatedAtT = Aws::Utils::DateTime>
95 bool m_operatorAppRoleArnHasBeenSet =
false;
96 bool m_createdAtHasBeenSet =
false;
97 bool m_updatedAtHasBeenSet =
false;
bool UpdatedAtHasBeenSet() const
AWS_DEVOPSAGENT_API IamAuthConfiguration()=default
const Aws::String & GetOperatorAppRoleArn() const
bool CreatedAtHasBeenSet() const
AWS_DEVOPSAGENT_API IamAuthConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSAGENT_API IamAuthConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetOperatorAppRoleArn(OperatorAppRoleArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
IamAuthConfiguration & WithUpdatedAt(UpdatedAtT &&value)
bool OperatorAppRoleArnHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetCreatedAt(CreatedAtT &&value)
IamAuthConfiguration & WithOperatorAppRoleArn(OperatorAppRoleArnT &&value)
IamAuthConfiguration & WithCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue