public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            DeleteNotificationConfigurationResponse response = new DeleteNotificationConfigurationResponse();

            context.Read();
            int targetDepth = context.CurrentDepth;

            while (context.ReadAtDepth(targetDepth))
            {
                if (context.IsStartElement)
                {
                    if (context.TestExpression("DeleteNotificationConfigurationResult", 2))
                    {
                        UnmarshallResult(context, response);
                        continue;
                    }

                    if (context.TestExpression("ResponseMetadata", 2))
                    {
                        response.ResponseMetadata = ResponseMetadataUnmarshaller.Instance.Unmarshall(context);
                    }
                }
            }

            return(response);
        }
        /// <summary>
        /// <para>Deletes notifications created by PutNotificationConfiguration.</para>
        /// </summary>
        ///
        /// <param name="deleteNotificationConfigurationRequest">Container for the necessary parameters to execute the DeleteNotificationConfiguration
        ///           service method on AmazonAutoScaling.</param>
        ///
        public DeleteNotificationConfigurationResponse DeleteNotificationConfiguration(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest)
        {
            IRequest <DeleteNotificationConfigurationRequest> request  = new DeleteNotificationConfigurationRequestMarshaller().Marshall(deleteNotificationConfigurationRequest);
            DeleteNotificationConfigurationResponse           response = Invoke <DeleteNotificationConfigurationRequest, DeleteNotificationConfigurationResponse> (request, this.signer, DeleteNotificationConfigurationResponseUnmarshaller.GetInstance());

            return(response);
        }
        public static DeleteNotificationConfigurationResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteNotificationConfigurationResponse deleteNotificationConfigurationResponse = new DeleteNotificationConfigurationResponse();

            deleteNotificationConfigurationResponse.HttpResponse = context.HttpResponse;
            deleteNotificationConfigurationResponse.RequestId    = context.StringValue("DeleteNotificationConfiguration.RequestId");

            return(deleteNotificationConfigurationResponse);
        }
예제 #4
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            DeleteNotificationConfigurationResponse response = new DeleteNotificationConfigurationResponse();

            while (context.Read())
            {
                if (context.IsStartElement)
                {
                    if (context.TestExpression("ResponseMetadata", 2))
                    {
                        response.ResponseMetadata = ResponseMetadataUnmarshaller.GetInstance().Unmarshall(context);
                    }
                }
            }


            return(response);
        }
        private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteNotificationConfigurationResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            if (context.IsStartOfDocument)
            {
                targetDepth += 2;
            }

            while (context.ReadAtDepth(originalDepth))
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                }
            }

            return;
        }