Returns information about the DescribeDomain response and response metadata.
Наследование: DescribeDomainResult
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DescribeDomainResponse response = new DescribeDomainResponse();

            response.DomainDetail = DomainDetailUnmarshaller.Instance.Unmarshall(context);

            return response;
        }
 public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
 {
   DescribeDomainResponse response = new DescribeDomainResponse();
   
   UnmarshallResult(context,response);          
   
   return response;
 }        
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DescribeDomainResponse response = new DescribeDomainResponse();

              context.Read();
              response.DescribeDomainResult = DescribeDomainResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
 private static void UnmarshallResult(JsonUnmarshallerContext context,DescribeDomainResponse response)
 {                   
   response.DomainDetail = DomainDetailUnmarshaller.GetInstance().Unmarshall(context);
   return;
 }