Struct aws_sdk_iam::types::builders::PositionBuilder
source · #[non_exhaustive]pub struct PositionBuilder { /* private fields */ }
Expand description
A builder for Position
.
Implementations§
source§impl PositionBuilder
impl PositionBuilder
sourcepub fn line(self, input: i32) -> Self
pub fn line(self, input: i32) -> Self
The line containing the specified position in the document.
sourcepub fn set_line(self, input: Option<i32>) -> Self
pub fn set_line(self, input: Option<i32>) -> Self
The line containing the specified position in the document.
sourcepub fn column(self, input: i32) -> Self
pub fn column(self, input: i32) -> Self
The column in the line containing the specified position in the document.
sourcepub fn set_column(self, input: Option<i32>) -> Self
pub fn set_column(self, input: Option<i32>) -> Self
The column in the line containing the specified position in the document.
Trait Implementations§
source§impl Clone for PositionBuilder
impl Clone for PositionBuilder
source§fn clone(&self) -> PositionBuilder
fn clone(&self) -> PositionBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PositionBuilder
impl Debug for PositionBuilder
source§impl Default for PositionBuilder
impl Default for PositionBuilder
source§fn default() -> PositionBuilder
fn default() -> PositionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PositionBuilder> for PositionBuilder
impl PartialEq<PositionBuilder> for PositionBuilder
source§fn eq(&self, other: &PositionBuilder) -> bool
fn eq(&self, other: &PositionBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.