Struct aws_sdk_codecommit::operation::get_merge_conflicts::builders::GetMergeConflictsFluentBuilder
source · pub struct GetMergeConflictsFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetMergeConflicts.
Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.
Implementations§
source§impl GetMergeConflictsFluentBuilder
impl GetMergeConflictsFluentBuilder
sourcepub fn as_input(&self) -> &GetMergeConflictsInputBuilder
pub fn as_input(&self) -> &GetMergeConflictsInputBuilder
Access the GetMergeConflicts as a reference.
sourcepub async fn send(
self
) -> Result<GetMergeConflictsOutput, SdkError<GetMergeConflictsError, HttpResponse>>
pub async fn send( self ) -> Result<GetMergeConflictsOutput, SdkError<GetMergeConflictsError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetMergeConflictsOutput, GetMergeConflictsError>, SdkError<GetMergeConflictsError>>
pub async fn customize( self ) -> Result<CustomizableOperation<GetMergeConflictsOutput, GetMergeConflictsError>, SdkError<GetMergeConflictsError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn into_paginator(self) -> GetMergeConflictsPaginator
pub fn into_paginator(self) -> GetMergeConflictsPaginator
Create a paginator for this request
Paginators are used by calling send().await which returns a Stream.
sourcepub fn repository_name(self, input: impl Into<String>) -> Self
pub fn repository_name(self, input: impl Into<String>) -> Self
The name of the repository where the pull request was created.
sourcepub fn set_repository_name(self, input: Option<String>) -> Self
pub fn set_repository_name(self, input: Option<String>) -> Self
The name of the repository where the pull request was created.
sourcepub fn get_repository_name(&self) -> &Option<String>
pub fn get_repository_name(&self) -> &Option<String>
The name of the repository where the pull request was created.
sourcepub fn destination_commit_specifier(self, input: impl Into<String>) -> Self
pub fn destination_commit_specifier(self, input: impl Into<String>) -> Self
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
sourcepub fn set_destination_commit_specifier(self, input: Option<String>) -> Self
pub fn set_destination_commit_specifier(self, input: Option<String>) -> Self
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
sourcepub fn get_destination_commit_specifier(&self) -> &Option<String>
pub fn get_destination_commit_specifier(&self) -> &Option<String>
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
sourcepub fn source_commit_specifier(self, input: impl Into<String>) -> Self
pub fn source_commit_specifier(self, input: impl Into<String>) -> Self
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
sourcepub fn set_source_commit_specifier(self, input: Option<String>) -> Self
pub fn set_source_commit_specifier(self, input: Option<String>) -> Self
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
sourcepub fn get_source_commit_specifier(&self) -> &Option<String>
pub fn get_source_commit_specifier(&self) -> &Option<String>
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
sourcepub fn merge_option(self, input: MergeOptionTypeEnum) -> Self
pub fn merge_option(self, input: MergeOptionTypeEnum) -> Self
The merge option or strategy you want to use to merge the code.
sourcepub fn set_merge_option(self, input: Option<MergeOptionTypeEnum>) -> Self
pub fn set_merge_option(self, input: Option<MergeOptionTypeEnum>) -> Self
The merge option or strategy you want to use to merge the code.
sourcepub fn get_merge_option(&self) -> &Option<MergeOptionTypeEnum>
pub fn get_merge_option(&self) -> &Option<MergeOptionTypeEnum>
The merge option or strategy you want to use to merge the code.
sourcepub fn conflict_detail_level(self, input: ConflictDetailLevelTypeEnum) -> Self
pub fn conflict_detail_level(self, input: ConflictDetailLevelTypeEnum) -> Self
The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.
sourcepub fn set_conflict_detail_level(
self,
input: Option<ConflictDetailLevelTypeEnum>
) -> Self
pub fn set_conflict_detail_level( self, input: Option<ConflictDetailLevelTypeEnum> ) -> Self
The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.
sourcepub fn get_conflict_detail_level(&self) -> &Option<ConflictDetailLevelTypeEnum>
pub fn get_conflict_detail_level(&self) -> &Option<ConflictDetailLevelTypeEnum>
The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.
sourcepub fn max_conflict_files(self, input: i32) -> Self
pub fn max_conflict_files(self, input: i32) -> Self
The maximum number of files to include in the output.
sourcepub fn set_max_conflict_files(self, input: Option<i32>) -> Self
pub fn set_max_conflict_files(self, input: Option<i32>) -> Self
The maximum number of files to include in the output.
sourcepub fn get_max_conflict_files(&self) -> &Option<i32>
pub fn get_max_conflict_files(&self) -> &Option<i32>
The maximum number of files to include in the output.
sourcepub fn conflict_resolution_strategy(
self,
input: ConflictResolutionStrategyTypeEnum
) -> Self
pub fn conflict_resolution_strategy( self, input: ConflictResolutionStrategyTypeEnum ) -> Self
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.
sourcepub fn set_conflict_resolution_strategy(
self,
input: Option<ConflictResolutionStrategyTypeEnum>
) -> Self
pub fn set_conflict_resolution_strategy( self, input: Option<ConflictResolutionStrategyTypeEnum> ) -> Self
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.
sourcepub fn get_conflict_resolution_strategy(
&self
) -> &Option<ConflictResolutionStrategyTypeEnum>
pub fn get_conflict_resolution_strategy( &self ) -> &Option<ConflictResolutionStrategyTypeEnum>
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An enumeration token that, when provided in a request, returns the next batch of the results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
An enumeration token that, when provided in a request, returns the next batch of the results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
An enumeration token that, when provided in a request, returns the next batch of the results.
Trait Implementations§
source§impl Clone for GetMergeConflictsFluentBuilder
impl Clone for GetMergeConflictsFluentBuilder
source§fn clone(&self) -> GetMergeConflictsFluentBuilder
fn clone(&self) -> GetMergeConflictsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more