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 IdcInstanceArnT = Aws::String>
62 m_idcInstanceArnHasBeenSet =
true;
63 m_idcInstanceArn = std::forward<IdcInstanceArnT>(value);
65 template <
typename IdcInstanceArnT = Aws::String>
78 template <
typename IdcApplicationArnT = Aws::String>
80 m_idcApplicationArnHasBeenSet =
true;
81 m_idcApplicationArn = std::forward<IdcApplicationArnT>(value);
83 template <
typename IdcApplicationArnT = Aws::String>
96 template <
typename CreatedAtT = Aws::Utils::DateTime>
98 m_createdAtHasBeenSet =
true;
99 m_createdAt = std::forward<CreatedAtT>(value);
101 template <
typename CreatedAtT = Aws::Utils::DateTime>
114 template <
typename UpdatedAtT = Aws::Utils::DateTime>
116 m_updatedAtHasBeenSet =
true;
117 m_updatedAt = std::forward<UpdatedAtT>(value);
119 template <
typename UpdatedAtT = Aws::Utils::DateTime>
135 bool m_operatorAppRoleArnHasBeenSet =
false;
136 bool m_idcInstanceArnHasBeenSet =
false;
137 bool m_idcApplicationArnHasBeenSet =
false;
138 bool m_createdAtHasBeenSet =
false;
139 bool m_updatedAtHasBeenSet =
false;
bool IdcApplicationArnHasBeenSet() const
AWS_DEVOPSAGENT_API IdcAuthConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedAt() const
bool IdcInstanceArnHasBeenSet() const
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedAt(CreatedAtT &&value)
IdcAuthConfiguration & WithOperatorAppRoleArn(OperatorAppRoleArnT &&value)
void SetIdcApplicationArn(IdcApplicationArnT &&value)
AWS_DEVOPSAGENT_API IdcAuthConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetOperatorAppRoleArn(OperatorAppRoleArnT &&value)
void SetIdcInstanceArn(IdcInstanceArnT &&value)
AWS_DEVOPSAGENT_API IdcAuthConfiguration()=default
const Aws::String & GetOperatorAppRoleArn() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetIdcApplicationArn() const
bool UpdatedAtHasBeenSet() const
IdcAuthConfiguration & WithUpdatedAt(UpdatedAtT &&value)
IdcAuthConfiguration & WithIdcInstanceArn(IdcInstanceArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
IdcAuthConfiguration & WithIdcApplicationArn(IdcApplicationArnT &&value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetIdcInstanceArn() const
IdcAuthConfiguration & WithCreatedAt(CreatedAtT &&value)
bool OperatorAppRoleArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue