Struct aws_sdk_securityhub::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 start(self, input: i64) -> Self
pub fn start(self, input: i64) -> Self
The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end 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 (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.
sourcepub fn get_start(&self) -> &Option<i64>
pub fn get_start(&self) -> &Option<i64>
The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.
sourcepub fn end(self, input: i64) -> Self
pub fn end(self, input: i64) -> Self
The number of lines (for a line range) or characters (for an offset range) 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 (for a line range) or characters (for an offset range) 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 (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.
sourcepub fn start_column(self, input: i64) -> Self
pub fn start_column(self, input: i64) -> Self
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
sourcepub fn set_start_column(self, input: Option<i64>) -> Self
pub fn set_start_column(self, input: Option<i64>) -> Self
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
sourcepub fn get_start_column(&self) -> &Option<i64>
pub fn get_start_column(&self) -> &Option<i64>
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
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 ==
.