7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename CredentialsParameterT = Aws::String>
49 void SetCredentialsParameter(CredentialsParameterT&& value) { m_credentialsParameterHasBeenSet =
true; m_credentialsParameter = std::forward<CredentialsParameterT>(value); }
50 template<
typename CredentialsParameterT = Aws::String>
56 bool m_credentialsParameterHasBeenSet =
false;
AWS_BATCH_API RepositoryCredentials()=default
AWS_BATCH_API RepositoryCredentials(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BATCH_API RepositoryCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CredentialsParameterHasBeenSet() const
const Aws::String & GetCredentialsParameter() const
RepositoryCredentials & WithCredentialsParameter(CredentialsParameterT &&value)
void SetCredentialsParameter(CredentialsParameterT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue