C# Class Amazon.CodeCommit.Model.CreateBranchRequest

Container for the parameters to the CreateBranch operation. Creates a new branch in a repository and points the branch to a commit.

Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.

Inheritance: AmazonCodeCommitRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetBranchName ( ) : bool
IsSetCommitId ( ) : bool
IsSetRepositoryName ( ) : bool