7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/codecommit/CodeCommitRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
46 template<
typename InReplyToT = Aws::String>
47 void SetInReplyTo(InReplyToT&& value) { m_inReplyToHasBeenSet =
true; m_inReplyTo = std::forward<InReplyToT>(value); }
48 template<
typename InReplyToT = Aws::String>
61 template<
typename ClientRequestTokenT = Aws::String>
62 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
63 template<
typename ClientRequestTokenT = Aws::String>
73 template<
typename ContentT = Aws::String>
74 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
75 template<
typename ContentT = Aws::String>
81 bool m_inReplyToHasBeenSet =
false;
84 bool m_clientRequestTokenHasBeenSet =
true;
87 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