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

BatchGetProjects() public method

Gets information about one or more build projects.
/// The input value that was provided is not valid. ///
public BatchGetProjects ( BatchGetProjectsRequest request ) : BatchGetProjectsResponse
request Amazon.CodeBuild.Model.BatchGetProjectsRequest Container for the necessary parameters to execute the BatchGetProjects service method.
return BatchGetProjectsResponse
        public BatchGetProjectsResponse BatchGetProjects(BatchGetProjectsRequest request)
        {
            var marshaller = new BatchGetProjectsRequestMarshaller();
            var unmarshaller = BatchGetProjectsResponseUnmarshaller.Instance;

            return Invoke<BatchGetProjectsRequest,BatchGetProjectsResponse>(request, marshaller, unmarshaller);
        }