AWSSDK_DotNet35.UnitTests.Marshalling.EC2MarshallingTests.DisableVgwRoutePropagationMarshallTest C# (CSharp) Method

DisableVgwRoutePropagationMarshallTest() private method

private DisableVgwRoutePropagationMarshallTest ( ) : void
return void
        public void DisableVgwRoutePropagationMarshallTest()
        {
            var operation = service_model.FindOperation("DisableVgwRoutePropagation");

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


        }
EC2MarshallingTests