Amazon.CodeBuild.AmazonCodeBuildClient.UpdateProject C# (CSharp) Method

UpdateProject() public method

Changes the settings of an existing build project.
/// The input value that was provided is not valid. /// /// The specified AWS resource cannot be found. ///
public UpdateProject ( UpdateProjectRequest request ) : UpdateProjectResponse
request Amazon.CodeBuild.Model.UpdateProjectRequest Container for the necessary parameters to execute the UpdateProject service method.
return Amazon.CodeBuild.Model.UpdateProjectResponse
        public UpdateProjectResponse UpdateProject(UpdateProjectRequest request)
        {
            var marshaller = new UpdateProjectRequestMarshaller();
            var unmarshaller = UpdateProjectResponseUnmarshaller.Instance;

            return Invoke<UpdateProjectRequest,UpdateProjectResponse>(request, marshaller, unmarshaller);
        }