Ejemplo n.º 1
0
 public static GetVaultNotificationsResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new GetVaultNotificationsResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            GetVaultNotificationsResponse response = new GetVaultNotificationsResponse();

            context.Read();

            response.GetVaultNotificationsResult = GetVaultNotificationsResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }