7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/codecommit/model/ConflictMetadata.h>
9#include <aws/codecommit/model/MergeHunk.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename ConflictMetadataT = ConflictMetadata>
45 m_conflictMetadataHasBeenSet =
true;
46 m_conflictMetadata = std::forward<ConflictMetadataT>(value);
48 template <
typename ConflictMetadataT = ConflictMetadata>
62 template <
typename MergeHunksT = Aws::Vector<MergeHunk>>
64 m_mergeHunksHasBeenSet =
true;
65 m_mergeHunks = std::forward<MergeHunksT>(value);
67 template <
typename MergeHunksT = Aws::Vector<MergeHunk>>
72 template <
typename MergeHunksT = MergeHunk>
74 m_mergeHunksHasBeenSet =
true;
75 m_mergeHunks.emplace_back(std::forward<MergeHunksT>(value));
83 bool m_conflictMetadataHasBeenSet =
false;
84 bool m_mergeHunksHasBeenSet =
false;
const ConflictMetadata & GetConflictMetadata() const
Conflict & WithMergeHunks(MergeHunksT &&value)
bool MergeHunksHasBeenSet() const
bool ConflictMetadataHasBeenSet() const
void SetConflictMetadata(ConflictMetadataT &&value)
void SetMergeHunks(MergeHunksT &&value)
AWS_CODECOMMIT_API Conflict()=default
AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODECOMMIT_API Conflict & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< MergeHunk > & GetMergeHunks() const
AWS_CODECOMMIT_API Conflict(Aws::Utils::Json::JsonView jsonValue)
Conflict & WithConflictMetadata(ConflictMetadataT &&value)
Conflict & AddMergeHunks(MergeHunksT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue