AWSSDK_DotNet35.UnitTests.Marshalling.IoTMarshallingTests.EnableTopicRuleMarshallTest C# (CSharp) 메소드

EnableTopicRuleMarshallTest() 개인적인 메소드

private EnableTopicRuleMarshallTest ( ) : void
리턴 void
        public void EnableTopicRuleMarshallTest()
        {
            var operation = service_model.FindOperation("EnableTopicRule");

            var request = InstantiateClassGenerator.Execute<EnableTopicRuleRequest>();
            var marshaller = new EnableTopicRuleRequestMarshaller();

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

        }
IoTMarshallingTests