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 IssuerUrlT = Aws::String>
44 m_issuerUrlHasBeenSet =
true;
45 m_issuerUrl = std::forward<IssuerUrlT>(value);
47 template <
typename IssuerUrlT = Aws::String>
60 template <
typename ClientIdT = Aws::String>
62 m_clientIdHasBeenSet =
true;
63 m_clientId = std::forward<ClientIdT>(value);
65 template <
typename ClientIdT = Aws::String>
78 template <
typename OperatorAppRoleArnT = Aws::String>
80 m_operatorAppRoleArnHasBeenSet =
true;
81 m_operatorAppRoleArn = std::forward<OperatorAppRoleArnT>(value);
83 template <
typename OperatorAppRoleArnT = Aws::String>
96 template <
typename Prov
iderT = Aws::String>
98 m_providerHasBeenSet =
true;
99 m_provider = std::forward<ProviderT>(value);
101 template <
typename Prov
iderT = Aws::String>
114 template <
typename CreatedAtT = Aws::Utils::DateTime>
116 m_createdAtHasBeenSet =
true;
117 m_createdAt = std::forward<CreatedAtT>(value);
119 template <
typename CreatedAtT = Aws::Utils::DateTime>
132 template <
typename UpdatedAtT = Aws::Utils::DateTime>
134 m_updatedAtHasBeenSet =
true;
135 m_updatedAt = std::forward<UpdatedAtT>(value);
137 template <
typename UpdatedAtT = Aws::Utils::DateTime>
155 bool m_issuerUrlHasBeenSet =
false;
156 bool m_clientIdHasBeenSet =
false;
157 bool m_operatorAppRoleArnHasBeenSet =
false;
158 bool m_providerHasBeenSet =
false;
159 bool m_createdAtHasBeenSet =
false;
160 bool m_updatedAtHasBeenSet =
false;
bool OperatorAppRoleArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool ClientIdHasBeenSet() const
IdpAuthConfiguration & WithProvider(ProviderT &&value)
AWS_DEVOPSAGENT_API IdpAuthConfiguration()=default
bool ProviderHasBeenSet() const
IdpAuthConfiguration & WithCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
bool CreatedAtHasBeenSet() const
void SetProvider(ProviderT &&value)
bool UpdatedAtHasBeenSet() const
IdpAuthConfiguration & WithUpdatedAt(UpdatedAtT &&value)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetClientId(ClientIdT &&value)
void SetOperatorAppRoleArn(OperatorAppRoleArnT &&value)
AWS_DEVOPSAGENT_API IdpAuthConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClientId() const
const Aws::String & GetProvider() const
bool IssuerUrlHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
IdpAuthConfiguration & WithIssuerUrl(IssuerUrlT &&value)
IdpAuthConfiguration & WithOperatorAppRoleArn(OperatorAppRoleArnT &&value)
const Aws::String & GetOperatorAppRoleArn() const
AWS_DEVOPSAGENT_API IdpAuthConfiguration(Aws::Utils::Json::JsonView jsonValue)
IdpAuthConfiguration & WithClientId(ClientIdT &&value)
void SetIssuerUrl(IssuerUrlT &&value)
const Aws::String & GetIssuerUrl() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue