#[non_exhaustive]pub struct CreateCodeRepositoryInput { /* private fields */ }
Implementations§
source§impl CreateCodeRepositoryInput
impl CreateCodeRepositoryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateCodeRepository, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateCodeRepository, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateCodeRepository
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCodeRepositoryInput
.
source§impl CreateCodeRepositoryInput
impl CreateCodeRepositoryInput
sourcepub fn code_repository_name(&self) -> Option<&str>
pub fn code_repository_name(&self) -> Option<&str>
The name of the Git repository. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
sourcepub fn git_config(&self) -> Option<&GitConfig>
pub fn git_config(&self) -> Option<&GitConfig>
Specifies details about the repository, including the URL where the repository is located, the default branch, and credentials to use to access the repository.
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
Trait Implementations§
source§impl Clone for CreateCodeRepositoryInput
impl Clone for CreateCodeRepositoryInput
source§fn clone(&self) -> CreateCodeRepositoryInput
fn clone(&self) -> CreateCodeRepositoryInput
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 CreateCodeRepositoryInput
impl Debug for CreateCodeRepositoryInput
source§impl PartialEq<CreateCodeRepositoryInput> for CreateCodeRepositoryInput
impl PartialEq<CreateCodeRepositoryInput> for CreateCodeRepositoryInput
source§fn eq(&self, other: &CreateCodeRepositoryInput) -> bool
fn eq(&self, other: &CreateCodeRepositoryInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.