Struct aws_sdk_codecommit::types::builders::IsBinaryFileBuilder
source · #[non_exhaustive]pub struct IsBinaryFileBuilder { /* private fields */ }Expand description
A builder for IsBinaryFile.
Implementations§
source§impl IsBinaryFileBuilder
impl IsBinaryFileBuilder
sourcepub fn source(self, input: bool) -> Self
pub fn source(self, input: bool) -> Self
The binary or non-binary status of file in the source of a merge or pull request.
sourcepub fn set_source(self, input: Option<bool>) -> Self
pub fn set_source(self, input: Option<bool>) -> Self
The binary or non-binary status of file in the source of a merge or pull request.
sourcepub fn get_source(&self) -> &Option<bool>
pub fn get_source(&self) -> &Option<bool>
The binary or non-binary status of file in the source of a merge or pull request.
sourcepub fn destination(self, input: bool) -> Self
pub fn destination(self, input: bool) -> Self
The binary or non-binary status of a file in the destination of a merge or pull request.
sourcepub fn set_destination(self, input: Option<bool>) -> Self
pub fn set_destination(self, input: Option<bool>) -> Self
The binary or non-binary status of a file in the destination of a merge or pull request.
sourcepub fn get_destination(&self) -> &Option<bool>
pub fn get_destination(&self) -> &Option<bool>
The binary or non-binary status of a file in the destination of a merge or pull request.
sourcepub fn base(self, input: bool) -> Self
pub fn base(self, input: bool) -> Self
The binary or non-binary status of a file in the base of a merge or pull request.
sourcepub fn set_base(self, input: Option<bool>) -> Self
pub fn set_base(self, input: Option<bool>) -> Self
The binary or non-binary status of a file in the base of a merge or pull request.
sourcepub fn get_base(&self) -> &Option<bool>
pub fn get_base(&self) -> &Option<bool>
The binary or non-binary status of a file in the base of a merge or pull request.
sourcepub fn build(self) -> IsBinaryFile
pub fn build(self) -> IsBinaryFile
Consumes the builder and constructs a IsBinaryFile.
Trait Implementations§
source§impl Clone for IsBinaryFileBuilder
impl Clone for IsBinaryFileBuilder
source§fn clone(&self) -> IsBinaryFileBuilder
fn clone(&self) -> IsBinaryFileBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for IsBinaryFileBuilder
impl Debug for IsBinaryFileBuilder
source§impl Default for IsBinaryFileBuilder
impl Default for IsBinaryFileBuilder
source§fn default() -> IsBinaryFileBuilder
fn default() -> IsBinaryFileBuilder
source§impl PartialEq<IsBinaryFileBuilder> for IsBinaryFileBuilder
impl PartialEq<IsBinaryFileBuilder> for IsBinaryFileBuilder
source§fn eq(&self, other: &IsBinaryFileBuilder) -> bool
fn eq(&self, other: &IsBinaryFileBuilder) -> bool
self and other values to be equal, and is used
by ==.