Example #1
0
        private static void UnmarshallResult(XmlUnmarshallerContext context, UpdateCloudFrontOriginAccessIdentityResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("CloudFrontOriginAccessIdentity", targetDepth))
                    {
                        response.CloudFrontOriginAccessIdentity = CloudFrontOriginAccessIdentityUnmarshaller.GetInstance().Unmarshall(context);

                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }


            IWebResponseData responseData = context.ResponseData;

            if (responseData.IsHeaderPresent("ETag"))
            {
                response.ETag = responseData.GetHeaderValue("ETag");
            }


            return;
        }
Example #2
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            UpdateCloudFrontOriginAccessIdentityResponse response = new UpdateCloudFrontOriginAccessIdentityResponse();

            UnmarshallResult(context, response);


            return(response);
        }
Example #3
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            UpdateCloudFrontOriginAccessIdentityResponse response = new UpdateCloudFrontOriginAccessIdentityResponse();

            response.UpdateCloudFrontOriginAccessIdentityResult = UpdateCloudFrontOriginAccessIdentityResultUnmarshaller.GetInstance().Unmarshall(context);


            return(response);
        }
Example #4
0
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            UpdateCloudFrontOriginAccessIdentityResponse response = new UpdateCloudFrontOriginAccessIdentityResponse();

            UnmarshallResult(context, response);
            if (context.ResponseData.IsHeaderPresent("ETag"))
            {
                response.ETag = context.ResponseData.GetHeaderValue("ETag");
            }

            return(response);
        }
Example #5
0
        private static void UnmarshallResult(XmlUnmarshallerContext context, UpdateCloudFrontOriginAccessIdentityResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("CloudFrontOriginAccessIdentity", targetDepth))
                    {
                        var unmarshaller = CloudFrontOriginAccessIdentityUnmarshaller.Instance;
                        response.CloudFrontOriginAccessIdentity = unmarshaller.Unmarshall(context);
                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }

            return;
        }