7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename RepositoryIdT = Aws::String>
41 void SetRepositoryId(RepositoryIdT&& value) { m_repositoryIdHasBeenSet =
true; m_repositoryId = std::forward<RepositoryIdT>(value); }
42 template<
typename RepositoryIdT = Aws::String>
51 template<
typename KmsKeyIdT = Aws::String>
52 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
53 template<
typename KmsKeyIdT = Aws::String>
63 template<
typename OriginalKmsKeyIdT = Aws::String>
64 void SetOriginalKmsKeyId(OriginalKmsKeyIdT&& value) { m_originalKmsKeyIdHasBeenSet =
true; m_originalKmsKeyId = std::forward<OriginalKmsKeyIdT>(value); }
65 template<
typename OriginalKmsKeyIdT = Aws::String>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_repositoryIdHasBeenSet =
false;
83 bool m_kmsKeyIdHasBeenSet =
false;
86 bool m_originalKmsKeyIdHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AWS_CODECOMMIT_API UpdateRepositoryEncryptionKeyResult()=default
const Aws::String & GetOriginalKmsKeyId() const
const Aws::String & GetRequestId() const
const Aws::String & GetRepositoryId() const
void SetRequestId(RequestIdT &&value)
UpdateRepositoryEncryptionKeyResult & WithRequestId(RequestIdT &&value)
AWS_CODECOMMIT_API UpdateRepositoryEncryptionKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODECOMMIT_API UpdateRepositoryEncryptionKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetOriginalKmsKeyId(OriginalKmsKeyIdT &&value)
void SetRepositoryId(RepositoryIdT &&value)
UpdateRepositoryEncryptionKeyResult & WithOriginalKmsKeyId(OriginalKmsKeyIdT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
UpdateRepositoryEncryptionKeyResult & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetKmsKeyId() const
UpdateRepositoryEncryptionKeyResult & WithRepositoryId(RepositoryIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue