Struct aws_sdk_codecatalyst::operation::create_source_repository_branch::CreateSourceRepositoryBranchInput
source · #[non_exhaustive]pub struct CreateSourceRepositoryBranchInput { /* private fields */ }
Implementations§
source§impl CreateSourceRepositoryBranchInput
impl CreateSourceRepositoryBranchInput
sourcepub fn space_name(&self) -> Option<&str>
pub fn space_name(&self) -> Option<&str>
The name of the space.
sourcepub fn project_name(&self) -> Option<&str>
pub fn project_name(&self) -> Option<&str>
The name of the project in the space.
sourcepub fn source_repository_name(&self) -> Option<&str>
pub fn source_repository_name(&self) -> Option<&str>
The name of the repository where you want to create a branch.
sourcepub fn head_commit_id(&self) -> Option<&str>
pub fn head_commit_id(&self) -> Option<&str>
The commit ID in an existing branch from which you want to create the new branch.
source§impl CreateSourceRepositoryBranchInput
impl CreateSourceRepositoryBranchInput
sourcepub fn builder() -> CreateSourceRepositoryBranchInputBuilder
pub fn builder() -> CreateSourceRepositoryBranchInputBuilder
Creates a new builder-style object to manufacture CreateSourceRepositoryBranchInput
.
source§impl CreateSourceRepositoryBranchInput
impl CreateSourceRepositoryBranchInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSourceRepositoryBranch, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateSourceRepositoryBranch, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateSourceRepositoryBranch
>
Trait Implementations§
source§impl Clone for CreateSourceRepositoryBranchInput
impl Clone for CreateSourceRepositoryBranchInput
source§fn clone(&self) -> CreateSourceRepositoryBranchInput
fn clone(&self) -> CreateSourceRepositoryBranchInput
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 PartialEq<CreateSourceRepositoryBranchInput> for CreateSourceRepositoryBranchInput
impl PartialEq<CreateSourceRepositoryBranchInput> for CreateSourceRepositoryBranchInput
source§fn eq(&self, other: &CreateSourceRepositoryBranchInput) -> bool
fn eq(&self, other: &CreateSourceRepositoryBranchInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.