The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::CodeCommit::ConflictMetadata

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::CodeCommit::ConflictMetadata object:

  $service_obj->Method(Att1 => { ContentConflict => $value, ..., ObjectTypes => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::CodeCommit::ConflictMetadata object:

  $result = $service_obj->Method(...);
  $result->Att1->ContentConflict

DESCRIPTION

Information about the metadata for a conflict in a merge operation.

ATTRIBUTES

ContentConflict => Bool

A boolean value indicating whether there are conflicts in the content of a file.

FileModeConflict => Bool

A boolean value indicating whether there are conflicts in the file mode of a file.

FileModes => Paws::CodeCommit::FileModes

The file modes of the file in the source, destination, and base of the merge.

FilePath => Str

The path of the file that contains conflicts.

FileSizes => Paws::CodeCommit::FileSizes

The file sizes of the file in the source, destination, and base of the merge.

IsBinaryFile => Paws::CodeCommit::IsBinaryFile

A boolean value (true or false) indicating whether the file is binary or textual in the source, destination, and base of the merge.

MergeOperations => Paws::CodeCommit::MergeOperations

Whether an add, modify, or delete operation caused the conflict between the source and destination of the merge.

NumberOfConflicts => Int

The number of conflicts, including both hunk conflicts and metadata conflicts.

ObjectTypeConflict => Bool

A boolean value (true or false) indicating whether there are conflicts between the branches in the object type of a file, folder, or submodule.

ObjectTypes => Paws::CodeCommit::ObjectTypes

Information about any object type conflicts in a merge operation.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::CodeCommit

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues