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