Struct aws_sdk_glue::types::builders::PropertyPredicateBuilder
source · #[non_exhaustive]pub struct PropertyPredicateBuilder { /* private fields */ }Expand description
A builder for PropertyPredicate.
Implementations§
source§impl PropertyPredicateBuilder
impl PropertyPredicateBuilder
sourcepub fn comparator(self, input: Comparator) -> Self
pub fn comparator(self, input: Comparator) -> Self
The comparator used to compare this property to others.
sourcepub fn set_comparator(self, input: Option<Comparator>) -> Self
pub fn set_comparator(self, input: Option<Comparator>) -> Self
The comparator used to compare this property to others.
sourcepub fn get_comparator(&self) -> &Option<Comparator>
pub fn get_comparator(&self) -> &Option<Comparator>
The comparator used to compare this property to others.
sourcepub fn build(self) -> PropertyPredicate
pub fn build(self) -> PropertyPredicate
Consumes the builder and constructs a PropertyPredicate.
Trait Implementations§
source§impl Clone for PropertyPredicateBuilder
impl Clone for PropertyPredicateBuilder
source§fn clone(&self) -> PropertyPredicateBuilder
fn clone(&self) -> PropertyPredicateBuilder
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 PropertyPredicateBuilder
impl Debug for PropertyPredicateBuilder
source§impl Default for PropertyPredicateBuilder
impl Default for PropertyPredicateBuilder
source§fn default() -> PropertyPredicateBuilder
fn default() -> PropertyPredicateBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PropertyPredicateBuilder> for PropertyPredicateBuilder
impl PartialEq<PropertyPredicateBuilder> for PropertyPredicateBuilder
source§fn eq(&self, other: &PropertyPredicateBuilder) -> bool
fn eq(&self, other: &PropertyPredicateBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PropertyPredicateBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PropertyPredicateBuilder
impl Send for PropertyPredicateBuilder
impl Sync for PropertyPredicateBuilder
impl Unpin for PropertyPredicateBuilder
impl UnwindSafe for PropertyPredicateBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more