AWSSDK_DotNet35.UnitTests.Marshalling.AutoScalingMarshallingTests.CreateLaunchConfigurationMarshallTest C# (CSharp) Метод

CreateLaunchConfigurationMarshallTest() приватный Метод

private CreateLaunchConfigurationMarshallTest ( ) : void
Результат void
        public void CreateLaunchConfigurationMarshallTest()
        {
            var operation = service_model.FindOperation("CreateLaunchConfiguration");

            var request = InstantiateClassGenerator.Execute<CreateLaunchConfigurationRequest>();
            var marshaller = new CreateLaunchConfigurationRequestMarshaller();
            var internalRequest = marshaller.Marshall(request);
            var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
            validator.Validate();


        }
AutoScalingMarshallingTests