The response class for GetBucketAccelerateConfiguration operation.
Наследование: Amazon.Runtime.AmazonWebServiceResponse
 private static void UnmarshallResult(XmlUnmarshallerContext context, GetBucketAccelerateConfigurationResponse response)
 {
     
     int originalDepth = context.CurrentDepth;
     int targetDepth = originalDepth + 1;
     
     if (context.IsStartOfDocument) 
        targetDepth += 2;
     
     while (context.Read())
     {
         if (context.IsStartElement || context.IsAttribute)
         {
             if (context.TestExpression("Status", targetDepth))
             {
                 response.Status = StringUnmarshaller.GetInstance().Unmarshall(context);
             }
         }
         else if (context.IsEndElement && context.CurrentDepth < originalDepth)
         {
             return;
         }
     }
     return;
 }
 public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) 
 {
     var response = new GetBucketAccelerateConfigurationResponse();
     
     while (context.Read())
     {
         if (context.IsStartElement)
         {                    
             UnmarshallResult(context,response);                        
             continue;
         }
     }
          
                 
     return response;
 }