AWSSDK_DotNet35.UnitTests.Marshalling.GlacierMarshallingTests.SetVaultNotificationsMarshallTest C# (CSharp) Метод

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

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

            var request = InstantiateClassGenerator.Execute<SetVaultNotificationsRequest>();
            var marshaller = new SetVaultNotificationsRequestMarshaller();

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

        }