7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codebuild/model/CredentialProviderType.h>
59 inline void SetCredential(
const char* value) { m_credentialHasBeenSet =
true; m_credential.assign(value); }
80 bool m_credentialHasBeenSet =
false;
83 bool m_credentialProviderHasBeenSet =
false;
void SetCredential(Aws::String &&value)
void SetCredential(const char *value)
const Aws::String & GetCredential() const
RegistryCredential & WithCredentialProvider(CredentialProviderType &&value)
void SetCredentialProvider(const CredentialProviderType &value)
void SetCredential(const Aws::String &value)
RegistryCredential & WithCredential(const char *value)
RegistryCredential & WithCredential(Aws::String &&value)
bool CredentialHasBeenSet() const
RegistryCredential & WithCredential(const Aws::String &value)
const CredentialProviderType & GetCredentialProvider() const
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEBUILD_API RegistryCredential()
RegistryCredential & WithCredentialProvider(const CredentialProviderType &value)
void SetCredentialProvider(CredentialProviderType &&value)
AWS_CODEBUILD_API RegistryCredential(Aws::Utils::Json::JsonView jsonValue)
bool CredentialProviderHasBeenSet() const
AWS_CODEBUILD_API RegistryCredential & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue