Amazon.Batch.AmazonBatchClient.RegisterJobDefinition C# (CSharp) Method

RegisterJobDefinition() public method

Registers an AWS Batch job definition.
/// These errors are usually caused by a client action, such as using an action or resource /// on behalf of a user that doesn't have permission to use the action or resource, or /// specifying an identifier that is not valid. /// /// These errors are usually caused by a server issue. ///
public RegisterJobDefinition ( RegisterJobDefinitionRequest request ) : RegisterJobDefinitionResponse
request Amazon.Batch.Model.RegisterJobDefinitionRequest Container for the necessary parameters to execute the RegisterJobDefinition service method.
return Amazon.Batch.Model.RegisterJobDefinitionResponse
        public RegisterJobDefinitionResponse RegisterJobDefinition(RegisterJobDefinitionRequest request)
        {
            var marshaller = new RegisterJobDefinitionRequestMarshaller();
            var unmarshaller = RegisterJobDefinitionResponseUnmarshaller.Instance;

            return Invoke<RegisterJobDefinitionRequest,RegisterJobDefinitionResponse>(request, marshaller, unmarshaller);
        }