Struct aws_sdk_macie2::types::builders::RangeBuilder
source · #[non_exhaustive]pub struct RangeBuilder { /* private fields */ }
Expand description
A builder for Range
.
Implementations§
source§impl RangeBuilder
impl RangeBuilder
sourcepub fn end(self, input: i64) -> Self
pub fn end(self, input: i64) -> Self
The number of lines from the beginning of the file to the end of the sensitive data.
sourcepub fn set_end(self, input: Option<i64>) -> Self
pub fn set_end(self, input: Option<i64>) -> Self
The number of lines from the beginning of the file to the end of the sensitive data.
sourcepub fn get_end(&self) -> &Option<i64>
pub fn get_end(&self) -> &Option<i64>
The number of lines from the beginning of the file to the end of the sensitive data.
sourcepub fn start(self, input: i64) -> Self
pub fn start(self, input: i64) -> Self
The number of lines from the beginning of the file to the beginning of the sensitive data.
sourcepub fn set_start(self, input: Option<i64>) -> Self
pub fn set_start(self, input: Option<i64>) -> Self
The number of lines from the beginning of the file to the beginning of the sensitive data.
sourcepub fn get_start(&self) -> &Option<i64>
pub fn get_start(&self) -> &Option<i64>
The number of lines from the beginning of the file to the beginning of the sensitive data.
sourcepub fn start_column(self, input: i64) -> Self
pub fn start_column(self, input: i64) -> Self
The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.
sourcepub fn set_start_column(self, input: Option<i64>) -> Self
pub fn set_start_column(self, input: Option<i64>) -> Self
The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.
sourcepub fn get_start_column(&self) -> &Option<i64>
pub fn get_start_column(&self) -> &Option<i64>
The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.
Trait Implementations§
source§impl Clone for RangeBuilder
impl Clone for RangeBuilder
source§fn clone(&self) -> RangeBuilder
fn clone(&self) -> RangeBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RangeBuilder
impl Debug for RangeBuilder
source§impl Default for RangeBuilder
impl Default for RangeBuilder
source§fn default() -> RangeBuilder
fn default() -> RangeBuilder
source§impl PartialEq for RangeBuilder
impl PartialEq for RangeBuilder
source§fn eq(&self, other: &RangeBuilder) -> bool
fn eq(&self, other: &RangeBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.