#[non_exhaustive]pub struct CreateServiceProfileInput { /* private fields */ }
Implementations§
source§impl CreateServiceProfileInput
impl CreateServiceProfileInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateServiceProfile, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateServiceProfile, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateServiceProfile
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateServiceProfileInput
.
source§impl CreateServiceProfileInput
impl CreateServiceProfileInput
sourcepub fn lo_ra_wan(&self) -> Option<&LoRaWanServiceProfile>
pub fn lo_ra_wan(&self) -> Option<&LoRaWanServiceProfile>
The service profile information to use to create the service profile.
The tags to attach to the new service profile. Tags are metadata that you can use to manage a resource.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
Trait Implementations§
source§impl Clone for CreateServiceProfileInput
impl Clone for CreateServiceProfileInput
source§fn clone(&self) -> CreateServiceProfileInput
fn clone(&self) -> CreateServiceProfileInput
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 CreateServiceProfileInput
impl Debug for CreateServiceProfileInput
source§impl PartialEq<CreateServiceProfileInput> for CreateServiceProfileInput
impl PartialEq<CreateServiceProfileInput> for CreateServiceProfileInput
source§fn eq(&self, other: &CreateServiceProfileInput) -> bool
fn eq(&self, other: &CreateServiceProfileInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.