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