7#include <aws/codecommit/CodeCommitRequest.h>
8#include <aws/codecommit/CodeCommit_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename InReplyToT = Aws::String>
44 m_inReplyToHasBeenSet =
true;
45 m_inReplyTo = std::forward<InReplyToT>(value);
47 template <
typename InReplyToT = Aws::String>
63 template <
typename ClientRequestTokenT = Aws::String>
65 m_clientRequestTokenHasBeenSet =
true;
66 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
68 template <
typename ClientRequestTokenT = Aws::String>
81 template <
typename ContentT = Aws::String>
83 m_contentHasBeenSet =
true;
84 m_content = std::forward<ContentT>(value);
86 template <
typename ContentT = Aws::String>
98 bool m_inReplyToHasBeenSet =
false;
99 bool m_clientRequestTokenHasBeenSet =
true;
100 bool m_contentHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String