#[non_exhaustive]pub struct RegisterInstanceTagAttributeRequestBuilder { /* private fields */ }Expand description
A builder for RegisterInstanceTagAttributeRequest.
Implementations§
source§impl RegisterInstanceTagAttributeRequestBuilder
impl RegisterInstanceTagAttributeRequestBuilder
Indicates whether to register all tag keys in the current Region. Specify true to register all tag keys.
Indicates whether to register all tag keys in the current Region. Specify true to register all tag keys.
Indicates whether to register all tag keys in the current Region. Specify true to register all tag keys.
sourcepub fn instance_tag_keys(self, input: impl Into<String>) -> Self
pub fn instance_tag_keys(self, input: impl Into<String>) -> Self
Appends an item to instance_tag_keys.
To override the contents of this collection use set_instance_tag_keys.
The tag keys to register.
sourcepub fn set_instance_tag_keys(self, input: Option<Vec<String>>) -> Self
pub fn set_instance_tag_keys(self, input: Option<Vec<String>>) -> Self
The tag keys to register.
sourcepub fn get_instance_tag_keys(&self) -> &Option<Vec<String>>
pub fn get_instance_tag_keys(&self) -> &Option<Vec<String>>
The tag keys to register.
sourcepub fn build(self) -> RegisterInstanceTagAttributeRequest
pub fn build(self) -> RegisterInstanceTagAttributeRequest
Consumes the builder and constructs a RegisterInstanceTagAttributeRequest.
Trait Implementations§
source§impl Clone for RegisterInstanceTagAttributeRequestBuilder
impl Clone for RegisterInstanceTagAttributeRequestBuilder
source§fn clone(&self) -> RegisterInstanceTagAttributeRequestBuilder
fn clone(&self) -> RegisterInstanceTagAttributeRequestBuilder
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 Default for RegisterInstanceTagAttributeRequestBuilder
impl Default for RegisterInstanceTagAttributeRequestBuilder
source§fn default() -> RegisterInstanceTagAttributeRequestBuilder
fn default() -> RegisterInstanceTagAttributeRequestBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RegisterInstanceTagAttributeRequestBuilder> for RegisterInstanceTagAttributeRequestBuilder
impl PartialEq<RegisterInstanceTagAttributeRequestBuilder> for RegisterInstanceTagAttributeRequestBuilder
source§fn eq(&self, other: &RegisterInstanceTagAttributeRequestBuilder) -> bool
fn eq(&self, other: &RegisterInstanceTagAttributeRequestBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RegisterInstanceTagAttributeRequestBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RegisterInstanceTagAttributeRequestBuilder
impl Send for RegisterInstanceTagAttributeRequestBuilder
impl Sync for RegisterInstanceTagAttributeRequestBuilder
impl Unpin for RegisterInstanceTagAttributeRequestBuilder
impl UnwindSafe for RegisterInstanceTagAttributeRequestBuilder
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