AWSSDK_DotNet35.UnitTests.Marshalling.IoTMarshallingTests.CreateTopicRuleMarshallTest C# (CSharp) Метод

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

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

            var request = InstantiateClassGenerator.Execute<CreateTopicRuleRequest>();
            var marshaller = new CreateTopicRuleRequestMarshaller();

            var internalRequest = marshaller.Marshall(request);
            RequestValidator.Validate("CreateTopicRule", request, internalRequest, service_model);            

        }
IoTMarshallingTests