Struct aws_sdk_codepipeline::operation::get_third_party_job_details::builders::GetThirdPartyJobDetailsInputBuilder
source · #[non_exhaustive]pub struct GetThirdPartyJobDetailsInputBuilder { /* private fields */ }
Expand description
A builder for GetThirdPartyJobDetailsInput
.
Implementations§
source§impl GetThirdPartyJobDetailsInputBuilder
impl GetThirdPartyJobDetailsInputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The unique system-generated ID used for identifying the job.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The unique system-generated ID used for identifying the job.
sourcepub fn get_job_id(&self) -> &Option<String>
pub fn get_job_id(&self) -> &Option<String>
The unique system-generated ID used for identifying the job.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
sourcepub fn build(self) -> Result<GetThirdPartyJobDetailsInput, BuildError>
pub fn build(self) -> Result<GetThirdPartyJobDetailsInput, BuildError>
Consumes the builder and constructs a GetThirdPartyJobDetailsInput
.
source§impl GetThirdPartyJobDetailsInputBuilder
impl GetThirdPartyJobDetailsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetThirdPartyJobDetailsOutput, SdkError<GetThirdPartyJobDetailsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetThirdPartyJobDetailsOutput, SdkError<GetThirdPartyJobDetailsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetThirdPartyJobDetailsInputBuilder
impl Clone for GetThirdPartyJobDetailsInputBuilder
source§fn clone(&self) -> GetThirdPartyJobDetailsInputBuilder
fn clone(&self) -> GetThirdPartyJobDetailsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetThirdPartyJobDetailsInputBuilder
impl Default for GetThirdPartyJobDetailsInputBuilder
source§fn default() -> GetThirdPartyJobDetailsInputBuilder
fn default() -> GetThirdPartyJobDetailsInputBuilder
source§impl PartialEq for GetThirdPartyJobDetailsInputBuilder
impl PartialEq for GetThirdPartyJobDetailsInputBuilder
source§fn eq(&self, other: &GetThirdPartyJobDetailsInputBuilder) -> bool
fn eq(&self, other: &GetThirdPartyJobDetailsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.