#[non_exhaustive]pub struct PutProjectEventsResultEntryBuilder { /* private fields */ }Expand description
A builder for PutProjectEventsResultEntry.
Implementations§
source§impl PutProjectEventsResultEntryBuilder
impl PutProjectEventsResultEntryBuilder
sourcepub fn event_id(self, input: impl Into<String>) -> Self
pub fn event_id(self, input: impl Into<String>) -> Self
A unique ID assigned to this PutProjectEvents operation.
sourcepub fn set_event_id(self, input: Option<String>) -> Self
pub fn set_event_id(self, input: Option<String>) -> Self
A unique ID assigned to this PutProjectEvents operation.
sourcepub fn get_event_id(&self) -> &Option<String>
pub fn get_event_id(&self) -> &Option<String>
A unique ID assigned to this PutProjectEvents operation.
sourcepub fn error_code(self, input: impl Into<String>) -> Self
pub fn error_code(self, input: impl Into<String>) -> Self
If the PutProjectEvents operation has an error, the error code is returned here.
sourcepub fn set_error_code(self, input: Option<String>) -> Self
pub fn set_error_code(self, input: Option<String>) -> Self
If the PutProjectEvents operation has an error, the error code is returned here.
sourcepub fn get_error_code(&self) -> &Option<String>
pub fn get_error_code(&self) -> &Option<String>
If the PutProjectEvents operation has an error, the error code is returned here.
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
If the PutProjectEvents operation has an error, the error message is returned here.
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
If the PutProjectEvents operation has an error, the error message is returned here.
sourcepub fn get_error_message(&self) -> &Option<String>
pub fn get_error_message(&self) -> &Option<String>
If the PutProjectEvents operation has an error, the error message is returned here.
sourcepub fn build(self) -> PutProjectEventsResultEntry
pub fn build(self) -> PutProjectEventsResultEntry
Consumes the builder and constructs a PutProjectEventsResultEntry.
Trait Implementations§
source§impl Clone for PutProjectEventsResultEntryBuilder
impl Clone for PutProjectEventsResultEntryBuilder
source§fn clone(&self) -> PutProjectEventsResultEntryBuilder
fn clone(&self) -> PutProjectEventsResultEntryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for PutProjectEventsResultEntryBuilder
impl Default for PutProjectEventsResultEntryBuilder
source§fn default() -> PutProjectEventsResultEntryBuilder
fn default() -> PutProjectEventsResultEntryBuilder
source§impl PartialEq<PutProjectEventsResultEntryBuilder> for PutProjectEventsResultEntryBuilder
impl PartialEq<PutProjectEventsResultEntryBuilder> for PutProjectEventsResultEntryBuilder
source§fn eq(&self, other: &PutProjectEventsResultEntryBuilder) -> bool
fn eq(&self, other: &PutProjectEventsResultEntryBuilder) -> bool
self and other values to be equal, and is used
by ==.