Returns information about the GetCloudFrontOriginAccessIdentityConfig response and response metadata.
Inheritance: GetCloudFrontOriginAccessIdentityConfigResult
        private static void UnmarshallResult(XmlUnmarshallerContext context,GetCloudFrontOriginAccessIdentityConfigResponse response)
        {
            
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            
            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("CloudFrontOriginAccessIdentityConfig", targetDepth))
                    {
                        response.CloudFrontOriginAccessIdentityConfig = CloudFrontOriginAccessIdentityConfigUnmarshaller.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;
        }
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            GetCloudFrontOriginAccessIdentityConfigResponse response = new GetCloudFrontOriginAccessIdentityConfigResponse();

            response.GetCloudFrontOriginAccessIdentityConfigResult = GetCloudFrontOriginAccessIdentityConfigResultUnmarshaller.GetInstance().Unmarshall(context);

            return response;
        }
 /// <summary>
 /// Unmarshaller the response from the service to the response class.
 /// </summary>  
 /// <param name="context"></param>
 /// <returns></returns>
 public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
 {
     GetCloudFrontOriginAccessIdentityConfigResponse response = new GetCloudFrontOriginAccessIdentityConfigResponse();
     UnmarshallResult(context,response);
     if (context.ResponseData.IsHeaderPresent("ETag"))
         response.ETag = context.ResponseData.GetHeaderValue("ETag");
     
     return response;
 }        
 public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) 
 {   
     GetCloudFrontOriginAccessIdentityConfigResponse response = new GetCloudFrontOriginAccessIdentityConfigResponse();
     
     UnmarshallResult(context,response);
      
                 
     return response;
 }
        private static void UnmarshallResult(XmlUnmarshallerContext context, GetCloudFrontOriginAccessIdentityConfigResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;

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