7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 m_startLineHasBeenSet =
true;
58 m_endLineHasBeenSet =
true;
74 template <
typename HunkContentT = Aws::String>
76 m_hunkContentHasBeenSet =
true;
77 m_hunkContent = std::forward<HunkContentT>(value);
79 template <
typename HunkContentT = Aws::String>
91 bool m_startLineHasBeenSet =
false;
92 bool m_endLineHasBeenSet =
false;
93 bool m_hunkContentHasBeenSet =
false;
const Aws::String & GetHunkContent() const
void SetEndLine(int value)
void SetStartLine(int value)
MergeHunkDetail & WithStartLine(int value)
MergeHunkDetail & WithEndLine(int value)
AWS_CODECOMMIT_API MergeHunkDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EndLineHasBeenSet() const
void SetHunkContent(HunkContentT &&value)
AWS_CODECOMMIT_API MergeHunkDetail()=default
MergeHunkDetail & WithHunkContent(HunkContentT &&value)
AWS_CODECOMMIT_API MergeHunkDetail(Aws::Utils::Json::JsonView jsonValue)
bool HunkContentHasBeenSet() const
AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const
bool StartLineHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue